indatabasearchiving
This is an old revision of the document!
In Database Archiving
Can be enabled with CREATE or ALTER TABLE commands …
CREATE TABLE employees ( id NUMBER, description VARCHAR2(20) ) ROW ARCHIVAL; ALTER TABLE employees ROW ARCHIVAL;
indatabasearchiving.1437561457.txt.gz · Last modified: (external edit)
