代码改变世界

EBS R12.2 创建应用层的启动和关闭脚本

2015-11-30 10:02  abce  阅读(481)  评论(0编辑  收藏  举报
Create the following 2 files to start and stop R12.2 application tier. Change the apps and weblogic passwords appropriately.

 start_R12.sh
 ============
 /d01/oracle/VIS/fs1/inst/apps/VIS_erptest/admin/scripts/adstrtal.sh apps/apps <<EOF
 weblogic1
 EOF
——————————————————————————————-
stop_R12.sh
 ============
 /d01/oracle/VIS/fs1/inst/apps/VIS_erptest/admin/scripts/adstpall.sh apps/apps <<EOF
 weblogic1
 EOF