Login  Register

Re: 19c upgrade with EBS 12.1.3 environment

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

The service that should be created by that failing script is already there in the database. That's why that script fails.

Please check the services and see whether you added a service that shouldn't be added manually before this stage, before running this autoconfig.

select SERVICE_ID,NAME from dba_services;


Error stack:

ERROR DESCRIPTION:
****"(ORA-44303: service name exists"********
ORA-06512: at "SYS.DBMS_SERVICE_ERR", line 21
ORA-06512: at "SYS.DBMS_SERVICE", line 316
ORA-06512: at line 1 (DBD ERROR: OCIStmtExecute) at /d01/oracle/TEST/19.0.0/appsutil/bin/txkCreateEBSPDBService.pl line 407.
)
ERRORCODE = 1 ERRORCODE_END
.end std out.

.end err out.