Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to shrink undo tablespace... Help!

447508Jul 17 2005 — edited Feb 12 2010
Hi,

I have problems to shrink the system undo tablespace, which has grown up to 14 GB.

I use 9.2. Table space owner is 'SYSTEM', undo_management = AUTO.

I tried to shrink the greatest rollback segments by the commands

ALTER SESSION SET UNDO_SUPPRESS_ERRORS = TRUE;
ALTER ROLLBACK SEGMENT "_SYSSMU6$" SHRINK TO 20 M;

Oracle confirmed these commands, but nothing happened.

What am I doing wrong?

Hermann Mueller
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2010
Added on Jul 17 2005
19 comments
48,378 views