Hi
We are performing Online Restore & Recovery (Point-in-time) of QA Server to another Mock QA Server. Current Database is Oracle 11.2.0.3 on Solaris 10.
Here is the steps which we performed on MOCK QA Server.
1) Install Oracle 11.2.0.2 including opatch and Mopz patches (SBP)
2) Restore online Backup from disk of Feb 22nd 10.15 time.
Below is the steps as follows:
a.) Copy the backup ID bekpjxob.and to the /oracle/RP1/sapbackup
b.) Restore Backup command -
brrestore -b bekpjxob.and-d disk -p /oracle/RP1/112_64/dbs/initRP1_disk.sap -m full -l E
BRRESTORE Completed successfully.
3) Copy the archive log files for point-in time recovery from the directory /brdump/BACKUPRP1 to the /oracle/RP1/oraarch directory. Point in time is Feb 23rd 10:15 time.
4) Login with SQL Plus:
sqlplus "/as sysdba"
SQL*Plus: Release 11.2.0.2.0 Production on Sun Feb 24 18:23:25 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected.
SQL> startup mount
ORA-01012: not logged on
SQL>
for performing recovery point-in time issue and control.sql.
Please advise...
Thanks & Regards
Sanjay