Use the DROP
LIBRARY
statement to remove an external procedure library from the database.
See Also:
CREATE LIBRARY for information on creating a libraryDropping a Library: Example The following statement drops the ext_lib
library, which was created in "Creating a Library: Examples":
DROP LIBRARY ext_lib;