Monday, January 3, 2011

Start/Stop Oracle Database

When Rapid Install sets up and configures the server processes during installation, it creates a script for the database process in the Oracle 11g database server $ORACLE_ HOME/appsutil/scripts/<CONTEXT_NAME> directory. You use this script to start or stop the database on your database tier.

C:\oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_p-hq-sv-or-01>addbctl
ECHO is off.
ECHO is off.
Tue 01/04/2011 10:25 AM
Usage:
   addbctl.cmd <start | stop> {immediate | abort | normal}
ECHO is off.
addbctl.cmd exiting with status 1

C:\oracle\PROD\db\tech_st\11.1.0\appsutil\scripts\PROD_p-hq-sv-or-01>addbctl stop normal




Note: You can start/stop the DB instance from Windows control panel also

No comments:

Post a Comment