Created Flashback Data Archive - How Archive Table entered the Data of rows affected at Original Tab
Dear All,
In my machine Oracle Database Server 11.2.0.4 installed. I need to track deleted rows from almost All the Tables of my Database.
So I have made Flashback Data Archive for 1 Year and made enable Flashback Data Archive for some Tables.
then queried
"select archive_table_name from user_flashback_archive_tables where status='ENABLED'" to get each table's respected archive table name.
After i chose one table and deleted the row from that table.
And immediately i have queried its Archive Table. But no rows there. After some times i got 2 rows of into table in which One Row has Operation 'D'.