Login  Register

Re: Oracle RAC and PCP in R12.2

Posted by ErmanArslansOracleBlog on Jun 03, 2021; 7:47am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-RAC-and-PCP-in-R12-2-tp9835p9837.html

Hi,

I guess you already did all the srvtcl-related cluster registrations, tns-ifiles, TNS entries and listener(including scan) configuration for supporting these services architecture.. So you just need to tell EBS to use them.
Concurrent manager uses the TNS_ALIAS defined for them. They use s_cp_two task for their connections.
The other application components use TNS_ALIAS, dbc and APPS_JDBC_URL (present in the context file as well).. so you will just the necessary configuration changes according to your connection requirements and that's it..