| Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
SQL Statements:
CREATE TYPE to
DROP ROLLBACK SEGMENT, 17 of 26
Use the DROP LIBRARY statement to remove an external procedure library from the database.
You must have the DROP LIBRARY system privilege.
drop_library::=
drop_library
Specify the name of the external procedure library being dropped.
DROP LIBRARY Example
The following statement drops the ext_lib library (created in "CREATE LIBRARY Examples"):
DROP LIBRARY ext_lib;
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|