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!

old lsnrctl still exists

560369May 16 2007 — edited May 16 2007
Hi,

i have oracle10g installed on linux RHES4.0
With default listener name and port everything works fine.
even when i change the listener port in the listener.ora and tnsnames.ora file, iam able to remotely connect to the database.

but when i change the listener name from default "LISTENER" to "TEST2"
and then when i give
lsnrctl start
i see the result was an error because the old listener "LISTENER" still exists somewhere with old default port 1521.

only when i give
lsnrctl start TEST2
i get positive results.

How can i remove the old listener which is still running somewhere.

i even did the follow:
lsnrctl>set current_listener TEST2
lsnrctl>save_config

but still when i give
lsnrctl start
the errors are bec of the old listener with old port number 1521. also when the listener starts it also mentions the following:
"The listener supports no services"

in other words how do i get this new listener name "TEST2" registered wherever needed?

Can someone please help me successfully change listener name.
Philip.

Message was edited by:
philipebe2007@yahoo.com
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2007
Added on May 16 2007
3 comments
466 views