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}

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

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

  • 相关阅读:
    QAbstractItemModel使用样例与解析(Model::index使用了createIndex,它会被销毁吗?被销毁了,因为栈对象出了括号就会被销毁)
    更多的人为了追求自己真正热爱的事,甚至会在职业生涯刚开始时拒绝许多高薪工作,这样的人最终都成了真正的赢家。
    MYSQL分库分表之sharding-jdbc第四篇
    MYSQL分库分表之 Sharding-JDBC第三篇
    MySQL分库分表之Sharding-JDBC第二篇
    MySQL分库分表之Sharding-JDBC第一篇
    增加复杂度的12危险信号
    ASP.NET-Core-Web-API-Best-Practices-Guide
    聚合
    浏览器输入www.baidu.com后干啥了-web性能优化指南
  • 原文地址:https://www.cnblogs.com/chenyongjun/p/3754103.html
Copyright © 2011-2022 走看看