 |
|
Oracle Tips by Burleson |
Oracle 10g Enabling Flashback Database
You can enable Flashback Database using the
following steps:
-
Make sure the database is in archive mode.
-
Configure the recovery area by setting the
two parameters:
-
Open the database in MOUNT EXCLUSIVE mode
and turn on the flashback feature:
SQL>
STARTUP MOUNT EXCLUSIVE;
SQL> ALTER DATABASE FLASHBACK ON;
-
Set the Flashback Database retention
target:
db_flashback_retention_target
-
Determine if Flashback Database is enabled:
SQL>
select flashback_on
2 from v$database;
FLASHBACK_ON
------------
YES
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|