Failure to start database service using srvctl
Oracle database 19c (RAC), Linux 8
srvctl start service -db MYDBCON -s MYDBCON.TST
PRCD-1133 : failed to start services mydbcon.tst for database mydbcon
PRCR-1095 : Failed to start resources using filter ((NAME == ora.mydbcon.mydbcon.tst.svc) AND (TYPE == ora.service.type))
CRS-5017: The resource action "ora.mydbcon.mydbcon.tst.svc start" encountered the following error:
ORA-44786: Service operation cannot be completed.
ORA-06512: at "SYS.DBMS_SERVICE", line 76
ORA-06512: at "SYS.DBMS_SERVICE", line 483
set lines 999
col name for a30
col network_name for a30
select name, network_name from dba_services;
NAME NETWORK_NAME
MYDBCON.TST MYDBCON.TST
/home/oracle$srvctl status service -db MYDBCON -s MYDBCON.TST