Refer to the earlier post for restoring PRD Instances into QAS for DR Purposes
The steps to generate the control file:
1) Login as <SID>adm in the PRD system
2) Open a command prompt / Putty session:
4) Type -> sqlplus '/as sysdba'
5) SQL> alter database backup controlfile to trace;
6) Locate the trace file at /oracle/<SID>/saptrace/diag/rdbms/prd//PRD/trace/<SID>_ora_<PID>.trc
7) That it's, copy the generated "trc" file to the QAS temporary folder for the PRD instances setup (will be cover soon)
thanks
ReplyDelete