Login  Register

Re: 19c upgrade with EBS 12.1.3 environment

Posted by ErmanArslansOracleBlog on Feb 23, 2022; 10:04am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/19c-upgrade-with-EBS-12-1-3-environment-tp10619p10684.html

You wrote:

as per your query, result below.

SQL> select SERVICE_ID,NAME from dba_services;

SERVICE_ID NAME
---------- ----------------------------------------------------------------
         1 SYS$BACKGROUND
         2 SYS$USERS
         5 TESTCDBXDB
         6 TESTCDB


one more thing i have realised, after autoconfig run, when i check tnsnames.ora we have found

ebs_TEST service but this service are not available any where, even if i grep context file

[oracle@ebs12 appsutil]$ grep s_dbService TEST_ebs12.xml
      <service_names oa_var="s_dbService">ebs_TEST</service_names>

From where it has fetch ebs_TEST in service name.

Even tnsnames.ora also same .

TEST=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=ebs12.appsdba.info)(PORT=1542))
            (CONNECT_DATA=
                (SERVICE_NAME=ebs_TEST)
                (INSTANCE_NAME=TESTCDB)
            )
        )

kindly explain me from where SERVICE_Name has ebs_TEST record to enter here.

Hope you understand my point.

Regards,