The DROP LIBRARY statement drops an external procedure library from the database.
DROP
LIBRARY
Topics
Prerequisites
Syntax
Semantics
Example
Related Topics
You must have the DROP ANY LIBRARY system privilege.
ANY
drop_library ::=
library_name
Name of the external procedure library being dropped.
Dropping a Library: Example The following statement drops the ext_lib library, which was created in "Creating a Library: Examples":
ext_lib
DROP LIBRARY ext_lib;
"ALTER LIBRARY Statement"
"CREATE LIBRARY Statement"
Scripting on this page enhances content navigation, but does not change the content in any way.