| |
- Causa
- A SAVEPOINT WITH NAME savepoint-name ALREADY EXISTS, BUT THIS SAVEPOINT NAME CANNOT BE REUSED.
- Ação do sistema
- The statement is not executed and a new savepoint is not set.
The old savepoint still exists.
- Resposta ao Desenvolvedor
- Correct the statement.
Either use a different savepoint name, or omit the UNIQUE clause if the other savepoint was created without the UNIQUE clause and your intention
is to reuse that savepoint name.
SQLSTATE: 3B501
© Copyright IBM Corp.
|
| |