DBA Hub

📋Steps in this guide1/1

stop/start a service

SYNTAX: --------- srvctl start service -d {DB_NAME} -s {SERVICE_NAME} srvctl stop service -d {DB_NAME} -s {SERVICE_NAME}

oracle configurationintermediate
by OracleDba
12 views
1

stop/start a service

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
SYNTAX:
---------
srvctl start service -d {DB_NAME} -s {SERVICE_NAME}
srvctl stop service -d {DB_NAME} -s {SERVICE_NAME}
EXAMPLE:
---------------
srvctl start service -d PREDB -s PRDB_SRV
srvctl stop service -d PREDB -s PRDB_SRV

Comments (0)

Please to add comments

No comments yet. Be the first to comment!