Oracle8i SQL Reference
Release 3 (8.1.7)

Part Number A85397-01

Library

Product

Contents

Index

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

SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 22 of 31


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


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_procs library:

DROP LIBRARY ext_procs;

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

All Rights Reserved.

Library

Product

Contents

Index