Oracle8i SQL Reference
Release 2 (8.1.6)

A76989-01

Library

Product

Contents

Index

Prev Up Next

SQL Statements (continued), 9 of 30


DROP LIBRARY

Syntax


Purpose

To remove an external procedure library from the database.

For information on creating a library, see "CREATE LIBRARY".

Prerequisites

You must have the DROP LIBRARY system privilege.

Keywords and Parameters

library_name 

is the name of the external procedure library being dropped. 

Example

The following statement drops the EXT_PROCS library:

DROP LIBRARY ext_procs;

Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index