Flashback query allows retrieving data that has already been committed without performing recovery. There are two types of flashback: time-based flashback, which uses a timestamp to view previous data; and SCN-based flashback, which uses a System Change Number to roll back to a previous state. SCN-based flashback involves declaring a variable to store the SCN, getting the SCN, enabling flashback using the SCN, and disabling flashback.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
76 views2 pages
Oracle-Flash Back Query
Flashback query allows retrieving data that has already been committed without performing recovery. There are two types of flashback: time-based flashback, which uses a timestamp to view previous data; and SCN-based flashback, which uses a System Change Number to roll back to a previous state. SCN-based flashback involves declaring a variable to store the SCN, getting the SCN, enabling flashback using the SCN, and disabling flashback.