Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PGU-41049

DEFINE TRANSACTION parameter string previously specified

Cause

The parameter parm has already been specified in a DEFINE TRANSACTION statement and is only allowed once per transaction definition. Syntax checking only continues with the next statement.


Action

Remove the second specification of the parameter parm from the DEFINE TRANSACTION statement.