 |
|
Oracle Tips by Burleson |
Oracle 10g RMAN Database Dropping and
Deregistration
Oracle 10g allows a database to be dropped and
its entry removed from the RMAN catalog.
The following statement drops the entire
database and removes the database files:
RMAN> drop
database;
The statement below drops the entire database,
removes the database files, and deletes all backup copies of the
database and the archive log files:
RMAN> drop
database including backups;
The two statements above drop the database and
delete the database files. However, they do not unregister the
database from the RMAN catalog. The following statement will remove
the database information from the RMAN catalog:
RMAN>
unregister database grid;
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

|