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: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 02 Mar 2006 13:06:18 -0800
Message-ID: <1141333572.159378@jetspin.drizzle.com>


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.
What implied commit? This is Oracle. There is no such thing.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Mar 02 2006 - 15:06:18 CST

Original text of this message

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