Oracle9i SQL Reference
Release 1 (9.0.1)

Part Number A90125-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

SQL Statements:
CREATE TYPE to
DROP ROLLBACK SEGMENT, 17 of 26


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 LIBRARY system privilege.

Syntax

drop_library::=


Text description of statements_849.gif follows
Text description of drop_library

Keywords and Parameters

library_name

Specify the name of the external procedure library being dropped.

Example

DROP LIBRARY Example

The following statement drops the ext_lib library (created in "CREATE LIBRARY Examples"):

DROP LIBRARY ext_lib;

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback