You can recover the database using the following procedure.
To recover the ORCL2 database
Note: If it is an offline backup, then no further recovery is needed. You have now completed recovery of your Oracle server.
startup mount pfile=DRIVE:\PATH\initORCL2.ora
recover database using backup controlfile until cancel;
alter database open resetlogs;
If the database does not open and a message reports on the status of the redo logs, enter the following query at the SQL*Plus or Server Manager prompt:
select * from v$logfile
This query returns, among other information, the directory structure in which Oracle looks for the redo logs. If the directory structure does not exist, create it. When you have done so, enter the following command again:
alter database open resetlogs;
Oracle should open the database and recreate the redo logs.
oradim -new -sid SID -srvc ServiceName -intpwd Password -startmode auto | manual -pfile FullPathToOracleInitSIDFile
Copyright © 2016 |
|