Click to See Complete Forum and Search --> : Startup/Shutdown Scripts for 11i


merlincc
04-10-2001, 04:04 PM
Does anyone have any startup/shutdown scripts for 11i?

We just installed a Vision Demo instance and a test instance and would like to re-install several times to get it down to a managable time. We are running on a three tier platform on Sun Solaris. We have install 11.5.3.

Any help would be appreciated.

browned
04-11-2001, 02:09 AM
.../.../...comn/admin/scripts should be in your PATH somewhere



startdb.sh
addbctl.sh start
addlnctl.sh start VIS

stopdb.sh
addlnctl.sh stop VIS
addbctl.sh stop immediate

startapp.sh
adalnctl.sh start APPS_VIS
adapcctl.sh start
adfmcctl.sh start
adfmsctl.sh start
adfrmctl.sh start
adrepctl.sh start
adtcfctl.sh start
adcmctl.sh apps/apps start

stopapp.sh
adcmctl.sh apps/apps stop
adtcfctl.sh stop
adrepctl.sh stop
adfrmctl.sh stop
adfmcctl.sh stop
adfmsctl.sh stop
adapcctl.sh stop
adalnctl.sh stop APPS_VIS

Hope this helps.

Regards,

David Browne.