| Oracle® Database SQL Reference 10g Release 1 (10.1) Part Number B10759-01 |
|
|
View PDF |
Purpose
Use the DROP LIBRARY statement to remove an external procedure library from the database.
Prerequisites
You must have the DROP ANY LIBRARY system privilege.
Syntax

Semantics
Specify the name of the external procedure library being dropped.
Example
The following statement drops the ext_lib library, which was created in "Creating a Library: Examples":
DROP LIBRARY ext_lib;