RMAN Restore SPFILE


You can determine the DBID for your database in one of the following ways:

RMAN> connect target /
RMAN> shutdown immediate;
RMAN> set dbid 9999;
RMAN> startup force nomout;
RMAN> restore spfile from '/rman/"dbaname"/"controlfile_name"';


HOME