very urgent linstner problem [message #55151] |
Wed, 08 January 2003 00:06 |
shailendra
Messages: 8 Registered: January 2002
|
Junior Member |
|
|
Hi Friends
I need your urgent help
I made some changes in listener.ora file I have stop the listener and restart it but the changes are not reflecting do I need to restart the database or not?
Thanks and hoping helpfull and frequently reply
Shailendra
|
|
|
Re: very urgent linstner problem [message #55155 is a reply to message #55151] |
Wed, 08 January 2003 02:26 |
psmyth
Messages: 81 Registered: October 2002
|
Member |
|
|
no you don't need to restart the database.
I suspect you have edited a listener.ora file that is not referenced by the listener you have restarted.
run lsnrctl status and check the value for 'Listener Parameter File' - make sure this is the same as the file you edited.
Hope that helps.
|
|
|
|
Re: very urgent linstner problem [message #55161 is a reply to message #55158] |
Wed, 08 January 2003 05:17 |
psmyth
Messages: 81 Registered: October 2002
|
Member |
|
|
not sure that reloading the listener is critical. I was under the impression that if you stop it and start it, it will read the listener.ora file. If you want to enable new parameters without stopping the listener, then use reload, which avoids having to stop it.
|
|
|