Database Networking (MOSC)

MOSC Banner

problem creating EM on oracle 11gR1

edited Nov 29, 2010 5:46AM in Database Networking (MOSC) 11 commentsAnswered
 Hi all,
I am getting this error while i am creating EM on oracle 11gR1.

SQL> show parameter listener

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
listener_networks                    string
local_listener                       string      (ADDRESS = (PROTOCOL = TCP)(HOST = hostname.domain)(PORT = 1521))

I have registered my listener with my database.
Please find my listener.ora:

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = hostname.domain)(PORT = 1521))
    )
  )


SID_LIST_LISTENER =
  (SID_LIST =
     (SID_DESC =
        (SID_NAME = Excel_SID)
        (ORACLE_HOME = /oracle/app/oracle/product/11.2)
        (PROGRAM = dg4odbc)
     )
     (SID_DESC =
        (SID_NAME = PLSExtProc)
        (ORACLE_HOME = /oracle/app/oracle/product/11.2)
        (PROGRAM = extproc)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center