Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC / stored procedures / transaction/ rollback capability

Re: JDBC / stored procedures / transaction/ rollback capability

From: Roman V. Yakovlev <roman_at_oxiris.net>
Date: Tue, 14 Dec 1999 14:35:36 +0300
Message-ID: <38562B88.DA0707FD@oxiris.net>


> if I issue a rollback, will everything that those stored procedures
> have done be rolled back, or is the only possible thing that can be rolled
> back in JDBC dynamic sql?

Usually, rollback is described and is done in a stored procedure. Then all is OK.
By default rollback will roll away only before expression, in which there was an error.
And as far as I understand, JDBC will not do rollback ...:)).. Received on Tue Dec 14 1999 - 05:35:36 CST

Original text of this message

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