Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC / stored procedures / transaction/ rollback capability
> 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
![]() |
![]() |