Search Results

2
votes

ORA-00933: SQL command not properly ended

semi colon after the first insert? …
0
votes

How to see the actual Oracle SQL statement that is being executed

I had (have) a similar problem in a Java application. I wrote a JDBC driver wrapper around the Oracle driver so all output is sent to a log file. …