zoukankan      html  css  js  c++  java
  • Oracle中的各个应用服务详解(英文)

    OracleOraHome81Agent  - Oracle  Intelligent Agent.  Similar to SNMP.  Used with OEM, among other things.

    OracleOraHome81AppServerListener  - Listener for Oracle Apps

    OracleOraHome81ClientCache  - Used for Oracle Names Server cache replication

    OracleOraHome81CMAdmin  - Connection Manager, to handle user connections in a large MTS configuration

    OracleOraHome81CMan - Part of the Connection Manager

    OracleOraHome81DataGatherer - Used for the Capacity Planner, Performance Pack, etc.  

    OracleOraHome81ManagementServer - The middle tier of the OEM configuration

    OracleOraHome81PagingServer  - paging server to send pages.  Usually used with OEM

    OracleOraHome81TNSListener - receives connections from users and forwards the users to the appropriate database (it does NOT pass SQL back and forth as schwertner stated)

    OracleServiceSID - This is your database

    OracleSNMPPeerEncapsulator  - Allows the  Intelligent Agent to communicate with the master SNMP process

    OracleSNMPPeerMasterAgent  -  Allows the  Intelligent Agent to communicate with the master SNMP process

    OracleWebAssistant  - I believe this is for WebDB


    The most important ones are the database itself and TNSLISTENER. If you have apps running, you may need the AppsListener.  If this node is managed by OEM, you will need the  Intelligent Agent.  If this node IS the OEM server, you will need the Management Server, and probably the  Intelligent Agent.

    If you are not using any option, you can set them to disabled.

  • 相关阅读:
    TP中模型实例化
    PHP中面向对象编程思想的3个特征
    static关键字的新用法
    PHP中与类有关的运算符
    PHP中与类和对象有关的几个系统函数
    PHP中与类有关的几个魔术常量
    PHP与类有关的几个魔术方法
    PHP中类型约束
    PHP对象类型转换
    ubuntu MySQL拒绝远程连接(10061)
  • 原文地址:https://www.cnblogs.com/ami/p/455398.html
Copyright © 2011-2022 走看看