zoukankan      html  css  js  c++  java
  • 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 RPC  Listener 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}

    ----------------------------------------------------------------------

       重新启动虚拟机后会自动启动数据库和应用服务器。(献给以前每次重启后都启动数据库和应用服务器,结果启动不了,就关了再重启的逗比)

  • 相关阅读:
    【转载】CentOS 6.3(x86_64)下安装Oracle 10g R2 天高地厚
    Oracle查看表空间和删除表空间 天高地厚
    获取android手机的定位信息(转)
    android里pull解析xml文件
    google map 开发去掉图片阴影
    ubuntu12.04配置android开发环境遇到的问题
    google code中下载你的项目源码
    android无法自动生成R文件
    android中ocr解决方案(tesseract)
    自定义Android标题栏TitleBar布局(转)
  • 原文地址:https://www.cnblogs.com/chenyongjun/p/3754103.html
Copyright © 2011-2022 走看看