SharePlex for Oracle - ORA-01086: savepoint 'SP_0' never established.
説明
Shareplex for Oracle Internal error: sp_opst(osp) 12012 - SQL statement "rollback to sp_0" failed, SQL function 55, OCI call 4, o se 0 -- ORA-01086: savepoint 'SP_0' never established.
対策
According to Oracle, this is caused by rolling back a transaction that referred to a procedure/package that has a commit within it. The save point that is placed in the transaction running cannot be rolled back any longer because a commit occurred after it.
It is informational and not a fatal Shareplex error. We are just passing along information that was issued by oracle.