I got that error when I ran my Java-Oracle 11g-JDBC code in eclipse. I am only trying to create a table and then add some rows to it.
How can I see which line of code caused that error ?
Please help.
I got that error when I ran my Java-Oracle 11g-JDBC code in eclipse. I
Share
If you can, run the SQL you are attempting to execute directly against the Oracle database, outside of Java. You will get a more meaningful error message using something like SQL Developer. Fix the SQL there before patching your code.