How to Resolve ORA-44303: service name exists
ORA-44303 Tried to add a service to a database, but it failed with ORA-44303. SQL> exec dbms_service.create_service('ERPAPP1', 'ERPAPP1'); BEGIN dbms_service.create_service('ERPAPP1', 'ERPAPP1'); END; * ERROR at… Read More »How to Resolve ORA-44303: service name exists