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!

Oracle9i DBA

416489May 3 2004 — edited May 4 2004
In oracle 9i, the UNDO_MANAGEMENT initialization parameter is set to AUTO. The database has only one undo tablespace name 'UNDOTBS' with datafile of size 3m and autoextend on.Now a user enters some millions of rows in a table,so the size of undo datafile increases to several tens of MB's. Now the user rollbacks the transaction.But the size of undo file remains same . If we try to resize the undo file to 3-4 MB using ALter database command, it gives an error saying some important information is there is undo file,so it cannot be
resized. What data is there in undo file ?how can we solve this problem of resizing the file ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2004
Added on May 3 2004
1 comment
177 views