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, 26 of 31


DROP OUTLINE

Purpose

Use the DROP OUTLINE statement to drop a stored outline.

See Also:

 

Prerequisites

To drop an outline, you must have the DROP ANY OUTLINE system privilege.

Syntax


Keywords and Parameters

outline

Specify the name of the outline to be dropped.

After the outline is dropped, if the SQL statement for which the stored outline was created is compiled, the optimizer generates a new execution plan without the influence of the outline.

Example

DROP OUTLINE Example

The following statement drops the stored outline called salaries.

DROP OUTLINE salaries;

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