Oracle9i SQL Reference Release 2 (9.2) Part Number A96540-02 |
|
|
View PDF |
Use the DROP
LIBRARY
statement to remove an external procedure library from the database.
See Also:
CREATE LIBRARY for information on creating a library |
You must have the DROP
ANY
LIBRARY
system privilege.
drop_library::=
Specify the name of the external procedure library being dropped.
The following statement drops the ext_lib
library (created in "Creating a Library: Examples"):
DROP LIBRARY ext_lib;