Listener
585321Jul 31 2008 — edited Aug 19 2008I have come across some best practices methods for Listener
• Set Admin Restrictions in LISTENER.ORA
–ADMIN_RESTRICTIONS_LISTENER=on
–This prevents online modification of the listener parameters
–Modify the listener.ora file and use
$ lsnrctl reload
• Use a different listener for External Procedures
Can anyone please throw some light on this. I mean the reasoning behind these practices.Thanks.!!
null