DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How about the UNDO tablespace, can i decrease the size ONLINE?

  1. #1
    Join Date
    Jun 2005
    Posts
    17

    How about the UNDO tablespace, can i decrease the size ONLINE?

    I have 2 datafiles in my UNDO tablespace, their sizes were 25GB each. I want it to trim down to 5GB each, can i do this ONLINE without shutting down the DB? if so, how can i do this?

  2. #2
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    Create a new undo tablespace, alter system set undo_tablespace *new tablespace* then drop the old one.
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by Harry_Potter
    I have 2 datafiles in my UNDO tablespace, their sizes were 25GB each. I want it to trim down to 5GB each, can i do this ONLINE without shutting down the DB? if so, how can i do this?

    yes, just resize the datafile downwards, and if it can resize it will

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width