Oracle® Database SQL Reference 10g Release 2 (10.2) Part Number B14200-02 |
|
|
PDF · Mobi · ePub |
Use the DROP
LIBRARY
statement to remove an external procedure library from the database.
See Also:
CREATE LIBRARY for information on creating a libraryYou must have the DROP
ANY
LIBRARY
system privilege.
Specify the 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":
DROP LIBRARY ext_lib;