|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
srvctl stop
> srvctl stop
instance -d database_name
-i
instance_name [,instance_name_list]
[-o
stop_options][-c connect_string]
For example, to stop the database all
instances:
> srvctl stop
database -d RACDB
To stop named instances:
> srvctl stop
instance -d RACDB -i racdb1
Use srvconfig
command to export / import the SRVM configuration information. The
following is an example of how to export the contents of the
configuration information to the text file:
> srvconfig
-exp file_name
To import the configuration information from
the text file you name to the configuration repository for the RAC,
use the command:
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
|