Originally posted by pareshg
So after commit, I think Oracle doesnt use BIG_R01 and its using any randowm Rollback segment and thats why i m getting error. Is my understanding is right???
Yes, that's exactly how it happens. SET TRANSACTION USE ROLLBACK SEGMENT is in effect only untill the current transaction finishes. So after every COMMIT or ROLLBACK you have to set transaction to a specific RB segment again if you wan't that new transaction to be tied with the specific RB.
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks