Friday, October 23, 2015

R12.2.4 Oracle EBS Shutdown and Startup Scripts

Startup Scripts - R12.2.4
#startup_R12_dev.sh
. /apps2/property/product/pro1dev/fs1/EBSapps/appl/APPSPRO1DV_servername.env

APPS="apps/xxxxxx"
wlst="xxxxxxxx"

INST_TOP=/apps2/property/product/pro1dev/fs1/inst/apps/PRO1DV_servername

##################################################################################
#startup R12 application
#################################################################################

$INST_TOP/admin/scripts/adstrtal.sh  $APPS <$wlst
EOF
_________________________________________________________________________________

Shutdown Scripts - R12.2.4

#shutdown_R12_dev.sh

APPS="apps/xxxxx"
wlst="xxxxxx"
INST_TOP=/apps2/property/product/pro1dev/fs1/inst/apps/PRO1DV_Servername

##################################################################################
#shutdown R12 application
#################################################################################

$INST_TOP/admin/scripts/adstpall.sh  $APPS <$wlst
EOF

_________________________________________________________________________________
~

No comments: