OPERATION | SQL_REDO | SQL_UNDO | INFO |
DDL | create table t (id number(8,0), c clob); | | USER DDL (PlSql=0 RecDep=0) |
INSERT | insert into "ADMIN"."T"("ID","C") values ('1',EMPTY_CLOB()); | delete from "ADMIN"."T" where "ID" = '1'; | |
UPDATE | update "ADMIN"."T" set "C" = 'a' where "ID" = '1'; | update "ADMIN"."T" set "C" = NULL where "ID" = '1'; | |
INSERT | insert into "ADMIN"."T"("ID","C") values ('2',EMPTY_CLOB()); | delete from "ADMIN"."T" where "ID" = '2'; | |
UPDATE | update "ADMIN"."T" set "C" = 'b' where "ID" = '2'; | update "ADMIN"."T" set "C" = NULL where "ID" = '2'; | |
INSERT | insert into "ADMIN"."T"("ID","C") values ('3',EMPTY_CLOB()); | delete from "ADMIN"."T" where "ID" = '3'; | |
UPDATE | update "ADMIN"."T" set "C" = 'c' where "ID" = '3'; | update "ADMIN"."T" set "C" = NULL where "ID" = '3'; | |
UPDATE | update "ADMIN"."T" set "C" = 'c1' where "ID" = '3'; | update "ADMIN"."T" set "C" = NULL where "ID" = '3'; | |
UPDATE | update "ADMIN"."T" set "C" = 'b1' where "ID" = '2'; | update "ADMIN"."T" set "C" = NULL where "ID" = '2'; | |
INSERT | insert into "ADMIN"."T"("ID","C") values ('4',EMPTY_CLOB()); | delete from "ADMIN"."T" where "ID" = '4'; | |
UPDATE | update "ADMIN"."T" set "C" = NULL where "ID" = '4'; | update "ADMIN"."T" set "C" = NULL where "ID" = '4'; | |
INSERT | insert into "ADMIN"."T"("ID","C") values ('5',EMPTY_CLOB()); | delete from "ADMIN"."T" where "ID" = '5'; | |
UPDATE | update "ADMIN"."T" set "C" = NULL where "ID" = '5'; | update "ADMIN"."T" set "C" = NULL where "ID" = '5'; | |
UPDATE | update "ADMIN"."T" set "C" = EMPTY_CLOB() where "ID" = '4'; | update "ADMIN"."T" set "C" = NULL where "ID" = '4'; | |
SEL_LOB_LOCATOR | DECLARE loc_c CLOB; buf_c VARCHAR2(6156); loc_b BLOB; buf_b RAW(6156); loc_nc NCLOB; buf_nc NVARCHAR2(6156); BEGIN select "C" into loc_c from "ADMIN"."T" where "ID" = '4' for update;
| | LOB sql_redo not re-executable |
INTERNAL | | | |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 1, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 1023, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 2045, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 934, 3067, buf_c);
| | LOB sql_redo not re-executable |
INTERNAL | | | |
INTERNAL | END;
| | |
UPDATE | update "ADMIN"."T" set "C" = EMPTY_CLOB() where "ID" = '5'; | update "ADMIN"."T" set "C" = NULL where "ID" = '5'; | |
SEL_LOB_LOCATOR | DECLARE loc_c CLOB; buf_c VARCHAR2(6156); loc_b BLOB; buf_b RAW(6156); loc_nc NCLOB; buf_nc NVARCHAR2(6156); BEGIN select "C" into loc_c from "ADMIN"."T" where "ID" = '5' for update;
| | LOB sql_redo not re-executable |
INTERNAL | | | |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; | | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; | | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 2045, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 3067, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 4031, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 5053, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 6075, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; | | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 8061, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 9083, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 10105, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; | | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 12091, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 13113, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; | | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 15157, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 16121, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 17143, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 18165, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 19187, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 20151, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 21173, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 22195, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 23217, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 24181, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 25203, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 26225, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 27247, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 28211, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 29233, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 1022, 30255, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 964, 31277, buf_c);
| | LOB sql_redo not re-executable |
LOB_WRITE | buf_c := '464646464646464646464646464646464646464646464646464646464646464646446464. <modified for better reading>..46464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464646464664646464646'; dbms_lob.write(loc_c, 527, 32241, buf_c);
| | LOB sql_redo not re-executable |
INTERNAL | | | |
INTERNAL | END;
| | |