views:

66

answers:

1

I am trying to set a savepoint and the rollback to that point when I have a problem. But I get the following message:

SQL execution error, ORA-01086: savepoint 'LASTSAVE' never established ORA-06212: at line 1".

I have made sure there are no commits until then end but still get the error. I have also wrapped it up in a transaction.

Sites like Oradoctor do not give any help (action) for this.

A: 

Could it be because you have committed - perhaps by calling some ddl?

Adam Butler