OCI-17080
Invalid batch command
Cause
The batch command is invalid. The possible reasons are:
- The batch command contains a SELECT statement, which is not allowed.
- The batch command uses a DML statement with a RETURNING clause.
- Non-DML statements are added to the batch more than once.
Action
Adjust the batch command according to the Cause.