Skip to Main Content

Database Software

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!

Disable external procedures

4643Mar 1 2002
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)
)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2002
Added on Mar 1 2002
1 comment
757 views