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:
- After a complete SQL query, which usually ends with a semicolon, additional queries or just text followed.
- 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.