ORA-44303: service name exists

 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 /u01/app/oracle/product/19.0.0.0/dbhome_1/appsutil/bin/txkCreateEBSPDBService.pl line 408.

)

ERRORCODE = 1 ERRORCODE_END

.end std out.


Fix:


SQL> EXEC dbms_service.delete_service('ebs_R12PRD');


PL/SQL procedure successfully completed.


SQL> select service_id, name, pdb, deletion_date from service$ where  name='ebs_R12PRD';



SERVICE_ID NAME

---------- ----------------------------------------------------------------

PDB

--------------------------------------------------------------------------------

DELETION_

---------

         7 ebs_R12PRD

CDB$ROOT

02-DEC-22


Comments

Popular posts from this blog

adop UNEXPECTED Unable to find appltop_id for host ebsapp2 in database

adop failing ORA-06512: at line 2 (DBD ERROR: OCIStmtExecute)