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

Thread: Unable to drop rollback segment

  1. #1
    Join Date
    Oct 2000
    Posts
    6

    Lightbulb

    Hi,

    I am unable to drop one RBS tablespace, because it is having some Rollback segment.

    I have tried to make these rollback segment offline, even than it is not getting drop that tablespace and rollback segment.

    In the Storage manager it is showing rollback segment offline [need to recover].

    Please help me how to remove these tablespace and rollback segment.

    If it is in existing then there will be any problem in the future.

    Thanks in adv.

    Naresh

  2. #2
    Join Date
    Jun 2000
    Posts
    104
    hello,
    what error do u get when trying to drop RBS tbsp after making all rollback segments offline.

  3. #3
    Join Date
    Apr 2000
    Location
    roma
    Posts
    131
    1. put offline rbs
    2. drop rollback segment
    3. drop tablespace rbs

    p.s if rbs are current active (within uncomited trasaction) thay will take a while to go offline

  4. #4
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    342
    If you can not put rbs offline.
    --> init.ora : _corrupted_rollback_segments=(rbsname)

    shutdown db
    add parameter to init.ora. Use the name of the rbs you want to drop.
    remove the name of the rbs you want to drop from the 'rollback_segments' parameter.
    startup db
    drop rbs
    shutdown db
    remove _corrupted_rollback_segments parameter
    startup db
    if possible. drop the tablespace that stored the rbs.

    Hope this helps
    Gert

  5. #5
    Join Date
    Oct 2000
    Posts
    6
    Drishti..

    Whenever I am trying to drop tablespace, it is showing rollback segment active.

    I have enen made it offline through the sql statement from svrmgrl and it was showing statement processed.

    But when we see throught the sql statement through the DBA_ROLLBACK_SEG, it shows that rollback segment online.


    Please advise.

    naresh

  6. #6
    Join Date
    Apr 2000
    Location
    roma
    Posts
    131
    your rbs is market to go offline (statement processed)
    but still takes information (uncomited or rollbacked). So try to see who is the user getting the rollback active (kill if necessary) then your rbs will go realy offline.

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