Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN backup and restore Q?
Jack,
What is the status of your target database? Try having it in "startup mount" status rather than "startup open".
The other thing you should do is to backup your control file (using Rman) with every database backup. I do this as my last step with every backup so that the latest changes within the control file are also saved.
Hope this helps
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Wednesday, January 16, 2002 7:25 AM
To: Multiple recipients of list ORACLE-L
Hi All,
I'm in the process of figuring out the workings of RMAN and created 2 test
databases.
TEST1 = catalog database
TEST2 = target database
I have created the catalogs and registered the database with the catalog.
I than mad a full backup of the database TEST2 (is in Archivelog mode) with the following syntax
**************************BACKUP****************************************rman <<EOF
which created the database backup OK
When I try the restore however I get ORA 19753 cannot obtain exclusive enqueue for datafile 1.
****************************RESTORE*************************************rman <<EOF
Checking the database TEST2 showed a shared MR lock in the v$lock view on all tablespaces.
What am I doing wrong here?
TIA Jack
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: nlzanen1_at_EY.NL Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mercadante, Thomas F INET: Thomas.Mercadante_at_Labor.State.Ny.Us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 16 2002 - 07:35:03 CST