First page Back Continue Last page Graphics

...SRR Architectural Changes


Notes:

Release 2 of Oracle 10g adds a new column to the V$DATABASE_INCARNATION view called FLASHBACK_DATABASE_ALLOWED. This indicates whether or not the database will support a FLASHBACK DATABASE statement to some time or SCN within that incarnation. The ability to flashback into an incarnation would require flashback logs and archived redo logs old enough to support the operation.
See the supplied script v$database_incarnation.sql for a copy of this code.