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