• 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}

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

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

  • 相关阅读:
    Leetcode Array 4 Median of Two Sorted Arrays
    vscode Python Pylint(代码检测插件)
    Leetcode Array 1 twoSum
    mysql 配置 安装和 root password 更改
    vscode 编译调试c/c++的环境配置
    chm文件打不开的解决办法
    A + B Problem II
    欢天喜地七仙女——代码规范与计划
    欢天喜地七仙女——项目系统设计与数据库设计
    欢天喜地七仙女——团队Gitee实战训练
  • 原文地址:https://www.cnblogs.com/chenyongjun/p/3754103.html
Copyright © 2020-2023  润新知