|
Hi Erman,
We are upgrading our EBS R12.1.3 Instance DB from 11.2.0.4 to 19.3 using oracle document Interoperability Notes: Oracle E-Business Suite Release 12.1 with Oracle Database 19c (Doc ID 2580629.1).
we have completed step "post PDB script" txkPostPDBCreationTasks.pl and autoconfig on DB side successfully. After this step, In tnsnames.ora file under $ORACLE_HOME/network/admin/CONTEXT_NAME are updated with "ebs_PBD_SID" in service name. see below example.
EBSDBA=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxxxxxx)(PORT=xxxx))
(CONNECT_DATA=
(SERVICE_NAME=ebs_EBSDBA)
(INSTANCE_NAME=EBSDBACDB)
)
)
when checked in fnd_database_services table, can see that SERVICE_NAME column is "ebs_EBSDBA"
Can you please help on this, how it got changed.
Thanks,
Karthik
|