ERROR | Multi-threaded agent with no RETURNING clause present |
CAUSE | The EXEC SQL REGISTER CONNECT statement does not contain a RETURNING clause and the agent is running in threaded mode. |
ACTION | Re-code the statement to use a RETURNING clause that references a declared sql_context host variable. |