DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Trying to get OEM to Discover my Database

  1. #1
    Join Date
    Oct 2000
    Location
    Halifax, Nova Scotia
    Posts
    197
    I have intelligent Agent installed on an OpenVMS server with Oracle 8.1.7. When I start it up and check my SERVICES.ORA file it only shows that the node was discovered, not the 3 databases. I checked the NMICONF.LOG file and the error says that there is no valid listener for the databases even though it reads the listener file to get the DB names in the first place.

    At my wits end, can anyone shed some light on the subject
    Don't be afraid to try something new. Amateurs built the Ark, professionals built the Titanic

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Make sure that the tnsnames.ora had been set correctly.

    start the agent

    lsnrctl dbsnmp_start
    lsnrctl dbsnmp_status


    Then try to discover the node through the discover node wiz.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Aug 2000
    Posts
    194
    check whether your listener.ora has entries for the SIDs you are trying to discover.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/product/8.1.6)
    (PROGRAM = extproc)
    )
    (SID_DESC =
    (SID_NAME = ORCL) <---- your SID
    (ORACLE_HOME = /oracle/product/8.1.6)
    )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width