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

Thread: create rb segment

  1. #1
    Join Date
    Dec 2002
    Posts
    4

    create rb segment

    what is the command to create a rollback segment in a tablespace X and provide storage parameters to it..?Thanks

  2. #2
    Join Date
    Apr 2001
    Location
    Brisbane, Queensland, Australia
    Posts
    1,203
    CREATE ROLLBACK SEGMENT RBS_01 TABLESPACE RBS
    STORAGE ( INITIAL 10240K NEXT 10240K OPTIMAL 102400K MINEXTENTS 4 MAXEXTENTS 400);

    ALTER ROLLBACK SEGMENT RBS_01 ONLINE;

    Modify your init.ora to include this rbs (if RBS is private)
    OCP 8i, 9i DBA
    Brisbane Australia

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