listener 11GR2
We have a new 11GR2 database.The listener.ora is configured to handle services dynamically.Below is the content of listener.ora
cat listener.ora
# listener.ora Network Configuration File: /opt/oracle/product/11.2/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER_11GR2 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = imdbsu02dev.fmrco.com)(PORT = 1534))
)
)
ADR_BASE_LISTENER_11GR2 = /opt/oracle/product
The issue we are facing is even though listener is running in 11G home if we do a lsnrctl status from 11G home it is pointing to 9.2 listener.If we do lsnrctl status LISTENER_11GR2 (listener name),then it shows correct result.
Has any one ever faced this issue?
Last edited by Mohith123; 10-22-2010 at 07:15 AM .
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks