Sunteți pe pagina 1din 1

After confirmation from POS support on bridge, turn on the sync on DR sync up on

DR database.
1. Login to czapdb326
2. Set the env to oppospdr1 & bring down the database using
srvctl stop database -d oppospdr -o IMMEDIATE
3. connecting to sqlplus
startup mount;
ALTER DATABASE CONVERT TO PHYSICAL STANDBY;
4. Shut immediate;
startup nomount;
alter database mount standby database;
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;
5. After the confirmation that there's no LAG, you can pu the DR in READ-ONLY-Ap
ply
5. Shut immediate:
6. Start the database across all the instances using SRVCTL
srvctl start database -d oppospdr --> This should start ur database in Read-Only
mode
7. Then start the MRP
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNEC
T;

Here's the config FYR...


czapdb326:/home/oracle>srvctl config database -d oppospdr -v
Database unique name: oppospdr
Database name:
Oracle home: /u01/app/oraprd/product/11.2.0.3/db_1
Oracle user: oracle
Spfile:
Domain:
Start options: open
Stop options: immediate
Database role: PHYSICAL_STANDBY
Management policy: AUTOMATIC
Server pools: oppospdr
Database instances: oppospdr1,oppospdr2,oppospdr3
Disk Groups: REDOLOG_1,POSCO_NDC_DATA,REDOLOG_2,POSCO_NDC_FRA
Mount point paths:
Services:
Type: RAC
Database is administrator managed

S-ar putea să vă placă și