Oracle EBS R12.1 版本各种开启及关闭操作

Start and stop applications - R12 


Database Tier Scripts in R12

For Database tier you need to start database and database listener. Scripts are located in
$ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME

Startup
1. Database Listener
$addlnctl.sh start

2. Database
$ addbctl.sh start

or alternatively you can use

lsnrctl start listener_name
$sqlplus “/as sysdba”
SQL> startup

Shutdown
1. Database Listener
$addlnctl.sh stop

2. Database
$ addbctl.sh stop immeidate|normal|abort

or alternatively you can use

lsnrctl stop listener_name

$sqlplus “/as sysdba”
SQL> shutdown immedidate|normal|abort

Application Tier Scripts in R12

Scripts for Application Tier services in R12 are located in
$ADMIN_SCRIPT_HOME

(Apps_base/inst/apps/$CONTEXT_NAME/admin/scripts)
where CONTEXT_NAME is of format SID_HOSTNAME

1) adstrtal.sh [appsusername/appspassword]
Script. to start all components/services of middle tier or application tier. This script. will use Service Control API to start all services which are enabled after checking them in context file (SID_HOSTNAME.xml or CONTEXT_NAME.xml)

2) adstpall.sh [appsusername/appspassword]
Stop all components/services of middle tier or application tier.


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-773662/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/35489/viewspace-773662/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值