Oracle8i SQL Reference
Release 3 (8.1.7)

Part Number A85397-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 31 of 31


DROP ROLLBACK SEGMENT

Purpose

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:

 

Prerequisites

You must have the DROP ROLLBACK SEGMENT system privilege.

Syntax


Keywords and Parameters

rollback_segment

Specify the name the rollback segment to be dropped.

Restrictions:

Example

DROP ROLLBACK SEGMENT Example

The following statement drops the rollback segment accounting:

DROP ROLLBACK SEGMENT accounting; 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index