为什么要手工启动呢?设置为自动不就可以了,tnslistener和oralceservice服务肯定必须是要启动的,

解决方案 »

  1.   

    1.OracleServiceORCL
    2.OracleOraHome92TNSListener
    3.OracleOraHome92Agent
      

  2.   

    需要什么服务就启动什么服务,建议大部分改为手动启动,而OracleOraHome92TNSListener 自动启动,这样可以保证占用最少资源。
      

  3.   


    Oracle9i Database Getting Started
    Release 2 (9.2) for Windows
                    7 Oracle9i Services on Windowshttp://technet.oracle.com/docs/products/oracle9i/doc_library/release2/win.920/a95490
    /services.htm#1004903
    OracleService<SID>
    ------------------
    Created for the database instance SID. Oracle<ORACLE_HOME>TNSListener
    ------------------------------
    Listens for and accepts incoming connection requests from client applications. 
    Automatically starts when the WINNT computer restarts.Oracle<ORACLE_HOME>NAMES
    ------------------------
    Used for distributed Naming Service developed for Oracle EnvironmentsOracle<ORACLE_HOME>CMan & Oracle<ORACLE_HOME>CMAdmin
    ----------------------------------------------------
    Provides connection concentration, Net8 Access Control and Multi-Protocol 
    SupportOracleEXTPRC
    ------------
    Used for external Naming methods (NDS and NIS)Oracle<ORACLE_HOME>Agent
    ------------------------
    Listens for and responds to job and event requests sent from the Oracle 
    Enterprise Manager ConsoleOracle<ORACLE_HOME>ContextService
    ---------------------------------
    Context Server processes started on an NT server are normally terminated by 
    WIndows NT when the user logs off. THis service can be used to start server 
    processes that survive logouts,Oracle<ORACLE_HOME>ExtprocAgent
    -------------------------------
    Enables external procedure callouts from PL/SQL to the database to be 
    implemented with multiple, light-weight threads instead of a single dedicated 
    process.OracleWebAssistant
    ----------------
    Enables information frorm database queries to be published to a Web page at 
    specified time intervals.OracleMTSService0
    ----------------
    Provides the COM communication interface between Microsoft Transaction Server 
    (and its MS DTC component) and the Oracle8i database.Oracle<ORACLE_HOME>ClientCache
    ------------------------------
    Enables caching on the client machine of service addresses resolved via Oracle 
    Names.Oracle<ORACLE_HOME>DataGatherer
    -------------------------------
    Collects data and statistics from the database for Oracle Enterprise Manager.Oracle<ORACLE_HOME>HTTPServer
    -----------------------------
    HTTP entry point for appliations.Oracle<ORACLE_HOME>PagingServer
    -------------------------------
    Service used by Oracle Enterprise Manager to send pages to DBAs when certain 
    user defined events occur.
      

  4.   

    开发启动下面的两个就可以了 OracleServiceORCL   -- 数据库的服务
    OracleOraHome92TNSListener   -- 连接数据库的监听
      

  5.   

    我正常的是启动五个服务。
    OracleServiceORCL   -- 数据库的服务
    OracleOraHome92TNSListener   -- 连接数据库的监听
    OracleOraHome92HTTPServer
    OracleMTSRecoveryService
    OracleOraHome92Agent