View Single Post

   
  #6 (permalink)  
Old 04-12-2008, 02:31 AM
Jaime Casanova
 
Posts: n/a
Default Re: COMMIT leads to ROLLBACK

On 5/21/06, Gurjeet Singh <singh.gurjeet@gmail.com> wrote:
> One more question comes to mind. IIRC, Oracle doesn't need you to
> rollback the whole transaction if one statement fails (like constarint
> violation in this case)!!! Does the standard dictate that an error in
> a transaction should force a rollback?
>
> I could be wrong about Oracle; I do not have an Oracle
> installation to check, can somebody verify this?
>
> Regards,
> Gurjeet.
>


that is only possible if you use savepoints and we have them in postgres too.
more than that it's beyond spec i think...

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote