Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 31 of 31
Use the DROP
ROLLBACK
SEGMENT
to remove a rollback segment from the database. When you drop a rollback segment, all space allocated to the rollback segment returns to the tablespace.
See Also:
|
You must have the DROP
ROLLBACK
SEGMENT
system privilege.
rollback_segment
Specify the name the rollback segment to be dropped.
Restrictions:
DBA_ROLLBACK_SEGS
. Offline rollback segments have the value AVAILABLE
in the STATUS
column. You can take a rollback segment offline with the OFFLINE
clause of the ALTER ROLLBACK SEGMENT statement.
SYSTEM
rollback segment.
DROP
ROLLBACK
SEGMENT
Example
The following statement drops the rollback segment accounting
:
DROP ROLLBACK SEGMENT accounting;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|