Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Local_listener parameter

998139Jul 11 2013 — edited Jul 12 2013

In order to set LOCAL_LISTENER parameter for non-default port, Which one is recommended method?


SQL>alter system set LOCAL_LISTENER="(address=(protocol=tcp)(host=yourhost)(port=1522))" SCOPE=SPFILE;


Or


1.Create a tns entry in the tnsnames.ora file


2.Set LOCAL_LISTENER to point to tnsnames.ora file to resolve tns name

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2013
Added on Jul 11 2013
6 comments
3,403 views