OVMS: Java StTored Procedures and SQLJ compilation
We are running Oracle 10.2.0.2.0 on OpenVMS 8.3.
I have recently manually added JVM and XMLDB to our installation.
When we try to compile Java Stored Procdures that contain SQLJ using host variables
(either on the database host server using SQLPLUS or from a client PC using TOAD) we get
ORA-03113: end-of-file on communication channel.
The trace file shows
UNEXPECTED SQL SYNTAX ERROR in '<the sql statement>': java.sql.SQLException: No suitable driver.
If the SQLJ commands do not contain host variables we do not get the ORA-03113 but we do get the trace message.
The samples from [.sqlj.demos] compile correctly from the command line.