Data Guard Setup for EBs 12.2.7 running with 19c CDB and PDB databases

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Data Guard Setup for EBs 12.2.7 running with 19c CDB and PDB databases

karthikmca.bhc
Hi Support,

I recently upgraded my 12.2.7 EBS database to 19c. How to setup DataGuard(Pysical standly database) to my primary when there is CDB and ebs PDB is running on RHEL 7.6 server?

SQL> alter session set container=CDB$ROOT;
Session altered.

SQL> set lines 200 pages 200
SQL> col NAME format a20
SQL> select con_id,name,open_mode from v$containers;

    CON_ID NAME                 OPEN_MODE
---------- -------------------- ----------
         1 CDB$ROOT              READ WRITE
         2 PDB$SEED               READ ONLY
         3 R1227                      READ WRITE
SQL>

Thanks,
Karthik
Reply | Threaded
Open this post in threaded view
|

Re: Data Guard Setup for EBs 12.2.7 running with 19c CDB and PDB databases

ErmanArslansOracleBlog
Administrator
You will use the following MOS note;
Business Continuity for Oracle E-Business Suite Release 12.2 on Oracle Database 19c Using Physical Host Names (Doc ID 2617787.1)

Reply | Threaded
Open this post in threaded view
|

Re: Data Guard Setup for EBs 12.2.7 running with 19c CDB and PDB databases

karthikmca.bhc
Much appreciated!

Thanks,
Karthik