Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> JDBC vs SQLJ
Hello
We are trying to improve performance of our Java application that accesses
Oracle 8.
We are running it on NT. The initial test was made with JDK1.2.2 and Oracle
JDBC drivers.
The second implementation was made using SQLJ. To our great surprise, the
application
became slower. Isn't it true, that SQLJ is supposed to make it run faster?
Since current SQLJ requires JDK1.1, we had to run sqlj translator using
JDK1.1 and than compiled the
generated Java files with JDK1.2. Are we doing something wrong?
Can anybody give any advice on how to improve performance?
Thank you!
Received on Thu Sep 23 1999 - 15:07:40 CDT
![]() |
![]() |