Database Error Messages

OCI-03405

End of query reached; no additional text should follow.

Cause

An unexpected text is being encountered in the SQL statement after the end of a complete query. One of the following probably occurred:

  1. After a complete SQL query, which usually ends with a semicolon, additional queries or just text followed.
  2. A semicolon is mistakenly included in the middle of the SQL statement.

Action

Check the syntac of your SQL statment. Include only one SQL statement at a time.