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

Thread: undo tablespace problem , urgent plz?

Threaded View

  1. #3
    Join Date
    Oct 2008
    Location
    Chandigarh, India
    Posts
    322
    One thing that seems to me is that the previous undo tablespace still contains active undo segments that may be referred in future. Isn't it?

    Y dont u check using v$rollstat and v$rollname

    SELECT a.name,b.status
    FROM v$rollname a, v$rollstat b
    WHERE a.name IN ( SELECT segment_name
    FROM dba_segments)
    AND a.usn = b.usn
    /
    Last edited by mahajanakhil198; 07-16-2009 at 07:33 AM.
    lucky

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