Configure PCP [Enabling Internal monitor in distributed Application tiers
Set Up Parallel Concurrent Processing in Apps/EBS R12 Edit the applications context file via Oracle Applications Manager, and set the value of the variable APPLDCP to ON. Go to - System Administrator responsibility -> OAM Setup -> Site Map -> Auto Config -> click on Edit Parameters icon of the desired application tier node Repeat the same for the second Apps Tier node i.e. appsode_new.localdomain Execute AutoConfig by running the following command on all concurrent processing nodes: -- Node 1 [oracle@appsnode_new ~]$ hostname appsnode_new.localdomain [oracle@appsnode_new ~]$ adautocfg.sh -- Node 2 [oracle@appsnode2_new ~]$ hostname appsnode2_new.localdomain [oracle@appsnode2_new ~]$ adautocfg.sh Check the tnsnames.ora and listener.ora configuration files, located in $INST_TOP/ora/10.1.2/network/admin. Ensure that the required FNDSM and FNDFS entries are present for all other concurrent nodes. -- Node 1 [oracle@appsnode...