xq8995209 发表于 2015-9-23 13:09:48

EBS R12应用启用过程

  在虚拟机syfdemo的applmgr角色下执行appstart.sh脚本时依次执行以下过程:
  ------------------------------------------------
脚本                     用途
adopmnctl.sh         start, stop and check the status of OPMN   
                            OPMN(Oracle Process Manger Oracle) 进程管理器
----------------------------------------------------------------------
adalnctl.sh            Start / Stop Applications RPCListener process for VIS
                            RPC(Remote Procedure Call Protocol):远程过程调用协议,通过网络从远程计算机程序上请求服务
----------------------------------------------------------------------
adapcctl.sh         start, stop and check the status of Oracle HTTP Server.
                           HTTP 服务
----------------------------------------------------------------------
adoacorectl.sh       start, stop and check the status of the oacore oc4j instance.
                           Oacore oc4j实例
----------------------------------------------------------------------         
adformsctl.sh      start, stop and check the status of the forms oc4j instance.
                           forms oc4j实例
----------------------------------------------------------------------                              
adoafmctl.sh         start, stop and check the status of the oafm oc4j instance
                           oafm(Oracle Application Fusion Middleware):Oracle应用程序融合中间件
----------------------------------------------------------------------         
adcmctl.sh         Start / Stop Concurrent Manager for VIS
                           并发管理器
----------------------------------------------------------------------               
jtffmctl.sh         Start / Stop Fulfillment Server process for VIS
                        实现服务器进程
  
  PS:
  ctl结尾:对数据库的控制文件
    脚本使用格式: filename.sh {start|stop|status}
  
  ----------------------------------------------------------------------
  重新启动虚拟机后会自动启动数据库和应用服务器。(献给以前每次重启后都启动数据库和应用服务器,结果启动不了,就关了再重启的逗比)
页: [1]
查看完整版本: EBS R12应用启用过程