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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how can I set transaction using OCI?

Re: how can I set transaction using OCI?

From: Diana Duncan <dduncan_at_realogic.com>
Date: 1997/04/07
Message-ID: <33495EC1.71B@realogic.com>#1/1

edwards_at_garland.dnr.state.sc.us wrote:
>
> I tried
>
> oparse(&cda,(text *) "set transaction use rollback segment rb01",
> (sb4) -1,(sword) PARSE_NO_DEFER, (ub4) PARSE_V7_LNG))
>
> Steve Edwards

Execute
dbms_transaction.use_rollback_segment('RB01');

-- 
Diana Duncan	     | My opinions are my own.
Sr. Consultant	     | 
REALOGIC, Inc.	     | Excitement, Adventure and
dduncan_at_realogic.com | Really Wild Things - Z.B.
Received on Mon Apr 07 1997 - 00:00:00 CDT

Original text of this message

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