|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
srvctl start
> srvctl
status database -d database_name
> srvctl
status instance -d database_name
-i instance_name [,instance_name-list]
For example, to get the current status of two
instances:
> srvctl
status instance -d RAC -i racdb1, racdb2
Gives the output:
Instance
RACDB1 is running on node mynode1
Instance RACDB2 is not running on node mynode1
srvctl stop
This command stops the database and all or
named instances. The syntax is:
> srvctl stop
database -d database_name
[-o stop_options] [-c connect_string]
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|