|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
srvctl setenv
This command sets values for the environment in
the SRVM configuration file. The syntax is:
> srvctl
setenv database -d database_name
-t name=value [,name=value,…]
srvctl setenv
instance -d database_name
[-i instance_name] -t name=value [,name=value,…]
For example, to set list all environment
variables for a database:
> srvctl
setenv database -d mydb -t LANG=en
srvctl start
This command starts the database, all or named
instances, and all listeners associated with the database. The
syntax is:
> srvctl
start database -d database_name
[-o start_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
|