Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Commit
Autonomous transactions. I haven't looked at them much, but a walk round google (or oracle documentation) should help.
Also: http://www.indiana.edu/~dbateam/resources/tips/oracle_trans_mgt.html
"Ivica Dimjasevic" <smokesoft_at_email.hinet.hr> wrote in message
news:9f7ku0$2kcb$1_at_as201.hinet.hr...
> Let I have two procedures:
>
> create procedure proc1 is
> begin
> ...
> proc2;
> ...
> end;
>
> create procedure proc2 is
> begin
> ...
> commit;
> end;
>
> How to get proc2 to commit only changes made within proc2 and not to
commit
> changes within proc1.
>
>
> Thanks,
> Ivica
>
Received on Fri Jun 01 2001 - 05:33:11 CDT
![]() |
![]() |