Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: OEM configuration question

Re: OEM configuration question

From: Cantonese Boy <cantoneseboy_at_netscape.net>
Date: Fri, 05 Jan 2001 20:26:27 +0800
Message-ID: <3A55BD72.A35E92CF@netscape.net>

But I have checked that the listener had already started and the "oem" and "orcl"
entries does exist in the E:\orant\net80\admin\listener.ora file

LISTENER =
  (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = IPC)(KEY = oracle.world))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS = (PROTOCOL = NMP)(SERVER = WAN)(PIPE = ORAPIPE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = wa01ssc)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = wa01ssc)(PORT = 1526))
    (ADDRESS = (PROTOCOL = IPC)(KEY = ORCL))
    (ADDRESS = (PROTOCOL = IPC)(KEY = OEM1))
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =

      (GLOBAL_DBNAME = wan)
      (SID_NAME = ORCL)

    )
    (SID_DESC =
      (SID_NAME = extproc)
      (PROGRAM = extproc)

    )
    (SID_DESC =
      (SID_NAME = OEM1)
    )
  )

Niall Litchfield wrote:
>
> The error indicates either that your listener is not running, or that it
> does not contain entries for sids ORCL and OEM.
>
> regards
>
> --
> Niall Litchfield
> Oracle DBA
> Audit Commission UK
> "Cantonese Boy" <cantoneseboy_at_netscape.net> wrote in message
> news:3A4F7018.BA84C3AF_at_netscape.net.../
> > I found that I can't start the oracle intelligent agent
> > on the server side by using NT services or command "lsnrctl80
> > dbsnmp_start".
> > Is that intelligent agent need to start up with "oracle SNMP agent" ?
> > And also I can't find the oracleSNMPPeerMasterAgent in the NT services
> > or
> > any Master.cfg in the Net8/admin directory.
> > Is that mean I haven't install the oracle SNMP agent ?
> >
> > The following is the error log when I start the intelligent agent.
> > Can anyone point what may be wrong in my configuration.
> >
> > nmiconfig.log
> > =============
> > DBSNMP for 32-bit Windows: release 8.0.6 - Production on 01-JAN-01
> > 00:32:20
> > Warning : Skipping OracleTNSListener80 : Couldnot find corresponding
> > listener definition in {E:\orant\net80\admin\listener.ora}
> > Warning : No Listener found for SID OEM1. OEM1 will be skipped
> > Warning : No Listener found for SID ORCL. ORCL will be skipped
> > Error : error in seek operation of E:\orant\net80\admin\snmp_rw.ora file
> > : error during seek on "file172": No error
> >
> > snmp_ro.ora
> > ===========
> > snmp.visibleservices = ()
> > ifile = E:\orant\net80\admin\snmp_rw.ora
> >
> > There was nothing inside services.ora and snmp_rw.ora.
> >
> > Thanks
> >
> > W
> >
> > Configure:
> > oracle 8.0.6
> > oem 1.6
> > OS - NT40
Received on Fri Jan 05 2001 - 06:26:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US