Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 16 of 31
Use the DROP
DIMENSION
statement to remove the named dimension.
See Also:
|
The dimension must be in your own schema or you must have the DROP
ANY
DIMENSION
system privilege to use this statement.
schema
Specify the name of the schema in which the dimension is located. If you omit schema
, Oracle assumes the dimension is in your own schema.
dimension
Specify the name of the dimension you want to drop. The dimension must already exist.
DROP
DIMENSION
Example
This example drops the time
dimension:
DROP DIMENSION time;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|