database upgrade to 19c

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

database upgrade to 19c

satish
Dear erman,

We are upgrading ebs rac database to 19c.In below step which port should we give,is it scan port or database listener port for dbport


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

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: database upgrade to 19c

ErmanArslansOracleBlog
Administrator
Documentation says:

While making us set the local listener; the documentations say: "Pass the same DB port that you have set while running txkGenCDBTnsAdmin.pl in step 3 of Section 5.2.
SQL> alter system set local_listener =<node_name1>:<DB Port> scope=both sid='<instance1>';"

So, I guess you already got the answer.. It is the local listener port.

Ref: Using Oracle 19c Oracle RAC Multitenant (Single PDB) with Oracle E-Business Suite Release 12.2 (Doc ID 2530665.1)