Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> JDBC vs SQLJ

JDBC vs SQLJ

From: Anna Vaynerman <Anna.Vaynerman_at_unisys.com>
Date: Thu, 23 Sep 1999 15:07:40 -0500
Message-ID: <7se19h$9qn$1@mail.pl.unisys.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US