You are on page 1of 1

--Run this on primary drop table adg_undo purge; create table adg_undo(a number not null, b number, primary

key(a)); insert into adg_undo values (1,1); commit; set numwidth 20 select ora_rowscn, a, b from adg_undo;

You might also like