Rollback segment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • julietmachiwa
    New Member
    • Oct 2007
    • 14

    Rollback segment

    I ran a troubled script on rollback segment and the whole rollback segment is returned as being full.

    How do I correct this>
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try this sample code
    [code=oracle]ALTER ROLLBACK SEGMENT SEG_NAME SHRINK;[/code]

    Comment

    Working...