 |
|
Oracle Database Tips by Donald Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
srvctl start
> srvctl
start instance -d database_name -i instance_name
[,insta_name-list] [-o start_options] [-c connect_string]
Command-Specific Options for
srvctl start
-o Options passed directly to startup
command in SQL*Plus including PFILE.
-c Connect string for connecting to the
Oracle instance using SQL*Plus.
For example, to start the database and all
enabled instances:
> srvctl
start database -d mydb
To start specified instances:
> srvctl
start instance -d racdb -i racdb1, racdb3
srvctl status
This command displays the status of the
database and instance. The syntax is:
|