Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assign rollback segment to specific datafile

Status
Not open for further replies.

Beantree

Programmer
Feb 27, 2001
95
US
Way back when I created my DB, I set up 6 Rollback segments which corresponded to 6 datafiles (RBS1.RBS - RBS6.RBS). I don't remember how I did that.

Now I am trying to add a large RBS for batch transactions to use. I created the new DataFile in the RBS tablespace, but how do I tell RBS_LARGE to use the new file?
 
Create rollback segment xxxx
tablespace xxx
storage (xxxxx

Set transaction use rollback sement xxxx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top