Database Error Messages

OCI-17080

Invalid batch command

Cause

The batch command is invalid. The possible reasons are:

  1. The batch command contains a SELECT statement, which is not allowed.
  2. The batch command uses a DML statement with a RETURNING clause.
  3. Non-DML statements are added to the batch more than once.

Action

Adjust the batch command according to the Cause.