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

Thread: rollback segment

  1. #1
    Join Date
    Apr 2001
    Posts
    151
    Hi All,

    I try to find out have my rollback segment been set OPTIMAL but I forgot where to look from. It's not in dba_rollback_segs. Can anyone give me a quick help?
    Thanks.
    Elin@trend

  2. #2
    Join Date
    Apr 2001
    Posts
    20
    select N.Name, /* rollback segment name */
    S.OptSize/1048576 optSize_MB /* rollback segment OPTIMAL size */
    from V$ROLLNAME N, V$ROLLSTAT S
    where N.USN=S.USN;

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