create table tq84_ora_38397( id integer primary key, txt varchar2(20) ) no row archival;
create table tq84_ora_38397( id integer primary key, txt varchar2(20) ) row archival;
no row archival is possible
alter table tq84_ora_38397 no row archival;
Index