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.

  • 相关阅读:
    利用ADO.NET将XML转换成数据库表
    Oracle10g:如何以DBA身份登陆SQL*Plus
    学会批处理,用心学很容易!
    进一步理解windows任务管理器
    Linux 编程经典书籍推荐
    OracleOraDb10g_home1TNSListener配置问题
    查看当前用户constraint信息
    成就DBA的职业生涯(转载)
    tnsnames.ora 监听配置文件详解
    数据库完整性约束
  • 原文地址:https://www.cnblogs.com/ami/p/455398.html
Copyright © 2011-2022 走看看