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.

  • 相关阅读:
    关于 <customErrors> 标记的“mode”属性设置为“Off”的问题的解决方案
    ASP.NET MVC的帮助类HtmlHelper和UrlHelper
    js判断手机浏览器操作系统和微信浏览器的方法
    javascript倒计时代码及倒计时弹窗
    修改UISearchBar背景色
    dispatch_group_async
    Block 代替for循环
    GCD 延时操作
    GCD 倒计时
    创建UIButton
  • 原文地址:https://www.cnblogs.com/ami/p/455398.html
Copyright © 2011-2022 走看看