|
Re: ORA-1207 (8.1.7) [message #135118 is a reply to message #135091] |
Tue, 30 August 2005 00:30 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Either you make a new control file, the current control & perform cancel based recovery
or
if you have created your control file backup using the following method:
alter database backup controlfile to <your_controlfile>
then
at mount point iissue command:
recover database
until cancel using backup controfile;
If backed up control file using the following method:
alter database backup controlfile to trace;
then
run the trace file to create the your control file.
Then you would need put your db is mount state and issue a "recover database
until cancel using backup controfile; command.
Regds
Girish
|
|
|