SystemErr R java.sql.SQLException: ORA-00911: invalid character

This is an SQL Exception that means it is caused by some syntax error.

The cause can be a semi-colon at the end of the SQL statement that the JDBC driver doesn't handle.

Or it can be any characters written in the query that is not an valid syntax.

Comments

Popular Posts