Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 22 of 31
Use the DROP
LIBRARY
statement to remove an external procedure library from the database.
You must have the DROP
LIBRARY
system privilege.
library_name
Specify the name of the external procedure library being dropped.
DROP
LIBRARY
Example
The following statement drops the ext_procs
library:
DROP LIBRARY ext_procs;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|