Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
SQL Statements (continued), 10 of 17
To rename a stored outline, reassign it to a different category, or regenerate it by compiling the outline's SQL statement and replacing the old outline data with the outline created under current conditions.
See Also:
"CREATE OUTLINE" and Oracle8i Designing and Tuning for Performance for more information on outlines. |
To modify an outline, you must have the ALTER ANY OUTLINE
system privilege.
The following statement regenerates a stored outline called SALARIES
by compiling the outline's text and replacing the old outline data with the outline created under current conditions.
ALTER OUTLINE salaries REBUILD;
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|