Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: how can I set transaction using OCI?
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
![]() |
![]() |