User Tools

Site Tools


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: 2025/03/08 22:23 (external edit)