PL/SQL (MOSC)

MOSC Banner

savepoint never eastblished -- ORA-01086: savepoint 'CREATE_DEBRIEF' never established

edited May 22, 2013 11:18PM in PL/SQL (MOSC) 2 commentsAnswered
Problem Description
---------------------------------------------------
I have a code which is returning me the said error --. ORA-01086: savepoint 'CREATE_DEBRIEF' never established Please can you advice,since I am not finding ny thing wrong here.

We thought our procedure probably did a COMMIT before the ROLLBACK TO CREATE_DEBRIEF instruction. There are a couple of APIs called, so needed to make sure they don't commit otherwise the SAVEPOINT is useless. We had a look into the Csf_Debrief_Pub.create_debrief and see that a commit is indeed used in Csf_Debrief_Pub.create_debrief(see attached,where I have highlighted the Commit statement).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center