|
Dear erman,
Please, We need your guidance regarding below step during the upgrade.
Create CDB TNS Files
Oracle EBS Network Configuration has always been different to the standard database network configuration as you know that the TNS_ADMIN in database of EBS points to $ORACLE_HOME/network/admin/<CONTEXT_NAME>. So we need to create the TNS files for EBS specifically using txkGenCDBTnsAdmin.pl.
cd $ORACLE_HOME/appsutil
. ./txkSetCfgCDB.env dboraclehome=/u02/oratest/app/oracle/19.3
cd $ORACLE_HOME/appsutil/bin
perl txkGenCDBTnsAdmin.pl -dboraclehome=/u02/oratest/app/oracle/19.3 -cdbname=testcdb \
-cdbsid=testcdb -dbport=1521 -outdir=/u02/oratest/app/oracle/19.3/appsutil/log
1)
Do we need to set tns admin to $ORACLE_HOME/network/admin/CONTEXT_NAME folder before running the above script.Where does this script expected to create configuration files either in $ORACLE_HOME/network/admin or $ORACLE_HOME/network/admin/CONTEXT_NAME
2)
In 12c,i$ORACLE_HOME/network/admin/CONTEXT_NAME contain tnsname, listener,sqlnet and it used by EBS. Is ther any role for it in 19c?
Pls advice.
Thanks,
Satish
|