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
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:
4. To shutdown listener:
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/apps4. To startup App server
./adstrtal apps/appsStartup/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 immediateor if you want to shutdown database with option NORMAL just go without IMMEDIATE clause.
4. To shutdown listener:
./addlnctl.sh stop5. To startup a database:
./addbctl.sh startBe aware that you should source env files in separate Terminal sessions, not to source db/app env files one after another!
Нема коментара:
Постави коментар
Напомена: Само члан овог блога може да постави коментар.