| Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
SQL Statements:
CREATE TYPE to
DROP ROLLBACK SEGMENT, 26 of 26
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.
drop_rollback_segment::=
drop_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 rbs_1:
DROP ROLLBACK SEGMENT rbs_1;
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|