|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
Server Control Utility
For example, to add a new database:
> srvctl add
database -d racdb -o /app/oracle/product/920
To add named instances to a database:
> srvctl add
instance -d racdb -i rac1 -n mynode1
> srvctl add instance -d racdb -i rac2 -n mynode2
> srvctl add instance -d racdb -i rac3 -n mynode3
srvctl config
This command displays a list of configured
databases. The syntax is:
srvctl config
database -d database_name
For example, to display configured databases:
> srvctl
config database -d RACDB
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
|