Home » RDBMS Server » Backup & Recovery » how to recover the bad control files?
how to recover the bad control files? [message #74136] Sat, 18 September 2004 00:53 Go to next message
dark_wei
Messages: 2
Registered: September 2004
Junior Member
I have created the backup of control file(use rman817,statement:backup database)
Re: how to recover the bad control files? [message #74146 is a reply to message #74136] Mon, 20 September 2004 06:36 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Hi,

Lookup the "RESTORE CONTROLFILE" command in the Recovery Manager manuals. Please read the documentation carefully, and test it on a DEV box before trying it on a production DB.

Example:

RUN {
  # STARTUP FORCE NOMOUNT;
  RESTORE CONTROLFILE;
  ALTER DATABASE MOUNT;
}


Best regards.

Frank Naude
Previous Topic: How to backup data at client?
Next Topic: why rman report error during restoring the database?
Goto Forum:
  


Current Time: Thu Apr 18 12:26:16 CDT 2024