Database Administration (MOSC)

MOSC Banner

the listener does not support HTTP port after using dbms_xdb.sethttpport

edited Sep 1, 2016 5:01AM in Database Administration (MOSC) 4 commentsAnswered

dear all,

a database running on Linux (version 11.2.0.4).

LISTENER_DB_007 =

  ( ADDRESS_LIST =

     (ADDRESS =

       (PROTOCOL=IPC)

       (KEY= SW15)

     )

     (ADDRESS =

       (PROTOCOL = TCP)

       (HOST = DB_007)

       (PORT = 1523)

     )

  )

STARTUP_WAIT_TIME_LISTENER_DB_007 = 0

CONNECT_TIMEOUT_LISTENER_DB_007 = 100

LOG_DIRECTORY_LISTENER_DB_007 = /tmp

LOG_FILE_LISTENER_DB_007 = listener_DB_007

LOGGING_LISTENER_DB_007 = OFF

SUBSCRIBE_FOR_NODE_DOWN_EVENT_DB_007 = OFF

SID_LIST_LISTENER_DB_007 =

   (SID_LIST =

      (SID_DESC =

        (SID_NAME = D007)

        (ORACLE_HOME=/orabase/product/11.2.0.4)

        (SERVICE_NAME = D007)

      )

      (SID_DESC =

        (SID_NAME = EXTPROC)

        (ORACLE_HOME=/orabase/product/11.2.0.4)

        (PROGRAM = extproc)

      )

   )

TRACE_LEVEL_LISTENER_DB_007 = OFF

SECURE_REGISTER_LISTENER_DB_007 = (IPC)

------------------------------

dispatchers     string      (PROTOCOL=TCP)(SERVICE=DB007)

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