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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Savepoints in 9i

Re: Savepoints in 9i

From: Daniel Fink <Daniel.Fink_at_Sun.COM>
Date: Mon, 17 Nov 2003 08:49:26 -0800
Message-ID: <F001.005D6F06.20031117084926@fatcity.com>


Here's a wild guess, could it have anything to do with turning on automatic undo and setting undo_suppress_errors (sp?) to true? Is the savepoint command erroring and not being trapped?

Daniel Fink

Jared Still wrote:

> The fine manual doesn't seem to reveal anything new.
>
> Here's what you need to do:
>
> Write some pure PL/SQL code with which you can duplicate
> this problem, and post it to the list.
>
> If you can't duplicate it that way, it's very likely to
> be a Pro*C problem, in which case you should:
>
> Write some C and PL/SQL and post it to the list.
>
> You have checked MetaLink haven't you?
>
> Jared
>
> On Sun, 2003-11-16 at 23:39, Ramasubramanian, Shankar (Cognizant) wrote:
> > Hi Friends ,
> > In my application , we are having a program written in C which executes the sql command that is passed as an argument to it. When I call the procedure to
> > Create a savepoint "SP1" and then to rollback to the named savepoint , it throws an oracle error "1086- Savepoint "SP1" never established. The same piece of code worked with Oracle 8i . Is there any differences in Oracle 9i related to savepoints. Please note that I am using a single database and no autonomous transactions.
> >
> > Thanks & Regards,
> > Shankar
> > ----
> >
>
> > This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
> > If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
> > Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
> > prohibited and may be unlawful.
> >
> > Visit us at http://www.cognizant.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Jared Still
> INET: jkstill_at_cybcon.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Daniel Fink
  INET: Daniel.Fink_at_Sun.COM

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Nov 17 2003 - 10:49:26 CST

Original text of this message

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