Re: Rollback Transactions in a Package
Date: 5 Apr 2002 11:55:20 -0800
Message-ID: <21e9f79.0204051155.67ff0f5b_at_posting.google.com>
let me fill in some more details...
I think I will try this approach. I was wondering if it was the proper approach.
Thanks,
April
"Jim Kennedy" <kennedy-family_at_attbi.com> wrote in message news:<T39r8.170700$ZR2.86041_at_rwcrnsc52.ops.asp.att.net>...
> Yes, it is possible.
> Call each function or procedure from where ever you are calling them from
> and if you get an error issue :
> rollback;
>
> I would look in the pl/sql documentation (application developer's guide) and
> read about error handling.
> have you looked up the documentation on otn.oracle.com? You will need to
> sign up but sign up is free.
> Jim
> "April" <privatebenjamin_at_hushmail.com> wrote in message
> news:21e9f79.0204041257.701dc0c6_at_posting.google.com...
> > Is it possible to call a Package and run every function or procedure
> > in the package and roll everything back if there is an error?
> >
> > If so, How would I do this?
> >
> > Thanks,
> > April
Received on Fri Apr 05 2002 - 21:55:20 CEST