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: psql commit

Re: psql commit

From: Keith <keithhoxie_at_verizon.net>
Date: 5 Mar 2006 12:27:08 -0800
Message-ID: <1141590428.311985.57920@j33g2000cwa.googlegroups.com>


Autonomous transactions might be what you are looking for ...

tony wrote:
> I would like to know when exactly the implied commit takes place in a
> plsql block.
>
> for example:
>
> BEGIN
>
> if flag is 'Y'
> update table a set ......
> end if
>
> send email to someone yada, yada...
> do some html stuff...
>
> END
>
> I'm wondering if I can be sure the commit takes without explicitly
> coding it if something goes wrong after the sql part but before the
> END.
Received on Sun Mar 05 2006 - 14:27:08 CST

Original text of this message

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