Sunteți pe pagina 1din 2

Startup Shutdown Services in 11i/12i

As we know there is Database Tier ( Database & DB Listener ). and Application Tier: WebServer, Forms, Reports, Concurrent Manager, Discoverer, Apps Listener, OnetoOne Fullfillment Server ) So for starting the above services we should have to follow some specific steps: Database Startup/Shutdown Scripts Depending on your AD Version these will be in ORACLE_HOME / appsutil/scripts /SID_hostname addbctl.sh database startup shutdown script addlnctl.sh database listener Script adstrtall.sh application startup script adstpall.sh application shutdown script For examaple i am showing u in brief; Startup Database cd su - orademo login as database user cd $ORACLE_HOME cd appsutil/scripts/SID_HOST/ sh addbctl.sh start Startup Listner cd su - orademo login as database user cd $ORACLE_HOME cd appsutil/scripts/SID_HOST/ sh addlnctl.sh start SID Startup Application cd su - appldemodemo login as Application user cd $INST_TOP -----For 12i cd $COMMON_TOP -----For 11i cd admin/scripts/ sh adstrtall.sh apps/apps All the scripts which will Run by running this adstrtall.sh script : adalnctl.sh Apps Listener Control Script adapcctl.sh Apache/Web Server Control Script adcmctl.sh Concurrent Manager Control Script addisctl.sh Discoverer Control Script adfrmctl.sh Forms server Control Script adrepctl.sh Report Server Control Script adstrtall.sh Start All Middle/Application Tier for bounceing any particular script: sh script_name.sh start apps/apps Like as for bounceing concurrent Manager: sh adcmctl.sh start/stop apps/apps

Shutdown Application cd su - appldemo login as Application user cd $INST_TOP -----For 12i

cd $COMMON_TOP -----For 11i cd admin/scripts/ sh adstpall.sh apps/apps All the scripts which will Run by running this adstpall.sh script : adalnctl.sh Apps Listener Control Script adapcctl.sh Apache/Web Server Control Script adcmctl.sh Concurrent Manager Control Script addisctl.sh Discoverer Control Script adfrmctl.sh Forms server Control Script adrepctl.sh Report Server Control Script adstpall.sh Start All Middle/Application Tier for bounceing any particular script: sh script_name.sh start apps/apps Like as for bounceing concurrent Manager: sh adcmctl.sh start/stop apps/apps Shutdown Listner cd su - orademo login as database user cd $ORACLE_HOME cd appsutil/scripts/SID_HOST/ sh addlnctl.sh stop SID Shutdown Database cd su - orademo login as database user cd $ORACLE_HOME cd appsutil/scripts/SID_HOST/ sh addbctl.sh stop immediate

Order of StartUp of Services Should be First DB Listener, Database & then Application Tier Services. Order of ShutDown of Services Should be First Application Tier Services then Database & DB Listener.

S-ar putea să vă placă și