I would recommend to test OCI8 connection outside of JRun server and get the problem isolated. I remember there is a Java standalone tool called JDBCTest, which allowes you to test any JDBC driver. Or you may write a small Java app to test the connection.
I would say it must be an environment issue since I have OCI8 connection working on all versions JRun servers. -----Original Message----- From: elias yacoub [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 4:11 PM To: JRun-Talk Subject: RE: My problem with the "Oracle OCI8 driver" Hi John, Thank you for your help. Actually I can connect using the SQL*Plus. I don�t have a clue what the problem can be since a type 4 driver works just fine and I have been using the connection in some servlets and it works. I wanted a type 2 driver because I suppose that a native code is just faster than a Java code. I�m using the jdk1.2.2 and in the "d:\jdk1.2.2\jre\lib\ext" I have the classes111.zip and the classes12.zip. Please tell me if you have any idea of any tests that I can do. Thank you Yacoub >From: John Zhao <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: JRun-Talk <[EMAIL PROTECTED]> >Subject: RE: My problem with the "Oracle OCI8 driver" >Date: Tue, 25 Sep 2001 15:32:43 -0400 > >Since OCI is a type 2 driver, the connection depends on the native >Oracle >driver. Since you get Dr. Watson error, it seems there is some >conflicting >between the java executable and Oracle native driver and it shouldn't >be a >JRun issue. Can you connect to Oracle database using SQL*Plus? You may >want >to try a different JDK/JRE or reinstall Oracle client. > >-----Original Message----- >From: elias yacoub [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, September 25, 2001 2:58 PM >To: JRun-Talk >Subject: My problem with the "Oracle OCI8 driver" > > >Hi there, > >Thank you for your help. I already visited the Allaire web site and did >the >Setup part. I�m still getting this message when I try to start the >default >Server (where I have the database connection). I�m working on a >windows NT >platform. > >javaw.exe - Application Error >The instruction at "0x6ee0fb83" makes reference to the memory at >"0x00000004". The memory can�t be "read". > >Thank you for your time and consideration. > >Yacoub > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
