Creating Deleting and Modifying Services in Oracle RAC
ANKUSH THAVALI
13 Oct, 2022
0 Comments
54 Secs Read
Creating Deleting and Modifying Services in Oracle RAC
Create, Delete and Modify Services in Oracle RAC
1.Creating Service in Oracle RAC :
[oracle@node1 ~]$ srvctl add service -d orcl -s myservice -r orcl1 -a orcl2 -P BASIC
Here we have created service named myservice with preferred instance orcl1 and available instance orcl2.
To check all available parameters of service creation :
[oracle@node1 ~]$Â srvctl add service -h
check the status of service :
[oracle@node1 ~]$ srvctl status service -d orcl -s myservice
[oracle@node1 ~]$ srvctl start service -d orcl -s myservice
check service configuration :
[oracle@node1 ~]$ srvctl config service -d orcl -s myservice