DBA_SERVICES view and Cluster Services
Hello all,
I'm currently monitoring customer's RAC database through Grid Control 11g and found out that there were old cluster services marked as down.
When I looked from the "crs_stat -t" command, I didn't even see these services are there, however, when I check the DBA_SERVICES view, I can see that they are there.
I found out that we can actually delete the services using DBMS_SERVICE.DELETE_SERVICE procedure, but I need your suggestion how to do this correctly.
I have no RAC test environment here, therefore I can't check whether I would need a down time to do this.
1