COST Questions/Behavior
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.