Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question about Rollback Segments
This is the difference between a 'business' transaction and a 'database' transaction.
A commit explicitly ends a database transaction.
If you want to continue to use a specified rollback segment, you must set it again after every commit.
stuco@mailcity.com wrote:
I do large loads using Pro*C programs with Embedded SQL and I COMMIT afterReceived on Mon Sep 14 1998 - 11:30:30 CDT
every 500,000 rows.The program sets the transaction to use a large rollback segment, then INSERTs
data using bind variables.After the first COMMIT, will my program still use the rollback segment I told
it to use, or will it randomly select another?? Remember, there are multiple
commits within the same transaction.Thanking all of you for your valuable assistance.
Stuart L. Cowen
Paladin Consulting - Dallas-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
![]() |
![]() |