Disable external procedures
How do I disable external procedures? If I comment out the external procedure entry in the listener.ora file is that sufficient (see below)? How can I test this to be sure?
SID_LIST_LISTENER =
(SID_LIST =
# (SID_DESC =
# (SID_NAME = PLSExtProc)
# (ORACLE_HOME = C:\oracle\ora817)
# (PROGRAM = extproc)
# )
(SID_DESC =
(GLOBAL_DBNAME = test.com)
(ORACLE_HOME = C:\oracle\ora817)
(SID_NAME = test)
)