Skip Headers

Oracle9i SQL Reference
Release 2 (9.2)

Part Number A96540-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

DROP LIBRARY

Purpose

Use the DROP LIBRARY statement to remove an external procedure library from the database.

See Also:

CREATE LIBRARY for information on creating a library

Prerequisites

You must have the DROP ANY LIBRARY system privilege.

Syntax

drop_library::=

Text description of statements_860a.gif follows
Text description of drop_library


Semantics

library_name

Specify the name of the external procedure library being dropped.

Example

Dropping a Library: Example

The following statement drops the ext_lib library (created in "Creating a Library: Examples"):

DROP LIBRARY ext_lib;