Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Question about Rollback Segments

Re: Question about Rollback Segments

From: EXE <exe_at_exesolutions.com>
Date: Mon, 14 Sep 1998 21:47:44 -0700
Message-ID: <35FDF170.E72D03B0@exesolutions.com>


> 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.

You want to code as follows:

commit;
set transaction use rollback segment <segment name>

Daniel A. Morgan Received on Mon Sep 14 1998 - 23:47:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US