Database Networking (MOSC)

MOSC Banner

COST Questions/Behavior

edited Jul 1, 2020 5:08AM in Database Networking (MOSC) 7 commentsAnswered ✓

Is the below setup correctly, and the expected return from lsnrctl services correct?

Oracle Restart 11.2 Listener of interest is ASM listener

listener.ora entry

LISTENER =

  (DESCRIPTION_LIST =

    (DESCRIPTION =

      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))                      << Should the KEY be LISTENER?

      (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxx)(PORT = 1521))

    )

  )

ADR_BASE_LISTENER = /u01/app/grid

ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON

SECURE_REGISTER_LISTENER = (IPC)

parameter

local_listener                       string       (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xx.xx.xx.x)(PORT=1521))))  << Should this be '(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))'

lsnrctl services listener

LSNRCTL for HPUX: Version 11.2.0.3.0 - Production on 17-JUN-2020 12:01:57

Copyright (c) 1991, 2011, Oracle.  All rights reserved.

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