| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_OUTLN , 2 of 8
This procedure drops outlines that belong to a specified category.
DBMS_OUTLN.DROP_BY_CAT cat VARCHAR2);
| Parameter | Description |
|---|---|
cat |
Category of outlines to drop. |
This procedure purges a category of outlines in a single call.
This example drops all outlines in the DEFAULT category:
DBMS_OUTLN.DROP_BY_CAT('DEFAULT');
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|