Странице

Ознаке

понедељак, 25. март 2013.

R12 startup/shutdown of App and DB

Manual on how to start up or shutdown App or Db server in R12.

Startup/Shutdown App Server
1. Source the App env. Usually location of the env file is in folder <Folder where you installed R12>/oracle/<SID>/apps/apps_st/appl/APPS<SID_Hostname>.env
2. Go to folder $ADMIN_HOME_SCRIPTS
3. To shutdown App server
./adstpall.sh apps/apps
4. To startup App server
./adstrtal apps/apps
Startup/Shutdown DB server
1. Source the DB env. Usually location of the env file is in folder <Folder where you installed R12>/oracle/<SID>/db/tech_st/<DB_VERSION>/<SID_Hostname>.env
2. Go to folder $ORACLE_HOME/appsutil/scripts/<SID_hostname>/
3. To shutdown database immediate:
./addbctl.sh stop immediate
or if you want to shutdown database with option NORMAL just go without IMMEDIATE clause.

4. To shutdown listener:
 ./addlnctl.sh stop
5. To startup a database:
./addbctl.sh start
Be aware that you should source env files in separate Terminal sessions, not to source db/app env files one after another!

Нема коментара:

Постави коментар

Напомена: Само члан овог блога може да постави коментар.