srvctl status service

Displays the status of a service.

For Oracle RAC One Node databases, if there is an online database relocation in process, then the srvctl status service command displays the source and destination nodes and the status of the relocation, whether it is active or failed.

Syntax and Parameters

Use the srvctl status service command with the following syntax:

srvctl status service -db db_unique_name [-service "service_name_list"]
      [-force] [-verbose]

Table A-181 srvctl status service Parameters

Parameter Description
-db db_unique_name

Unique name for the database

-services "service_name_list"

Comma-delimited list of service names.

If you do not specify this parameter, then the utility lists the status of all services for the specified database.

-force

Include disabled applications

-verbose

Displays verbose output.

Example

The following example displays the status of a named service across the clustered database:

$ srvctl status service -db crm -service "crm" -verbose