Re: Linux + java + oracle

1998-11-20 Thread Jason Kissinger
Just guessing here, but if you're referencing the oci8 driver from an applet, it may have problems with the native call within Netscape. Try to change the url to use the thin driver. This driver doesn't seem to work 100%, it doesn't appear to support LOB's, but it should perform most normal func

Re: Linux + java + oracle

1998-11-20 Thread peter . pilgrim
Check your CLASSPATH. It must indicate the zip file or jar file which contains the `oracle.jdbc.driver.OracleDriver.class'. Pete __ Reply Separator _ Subject: Re: Linux + java + oracle Author: duan ([EMAIL PROTECTED]) at lon

Re: Linux + java + oracle

1998-11-19 Thread Robert P. Biuk-Aghai
Hi, I have a similar setup (Linux 2 glibc, JDK 1.1.6, Oracle 8) and for me it works fine, however in *applications*. I tried running the same stuff in an applet, and although the classes111.zip file from Oracle was in my browser's classpath, I would get the same or a similar exception as you (don

Re: Linux + java + oracle

1998-11-19 Thread Rudhuwan Abu Bakar
maybe this is unrelated but i need help I am using JDBC driver to connect to Oracle 8.0.5 under linux. However i keep getting unknown driver.I use oracle.jdbc.driver.OracleDriver as the name of the JDBC driver?Anyone can tell me if this is the correct driver. Sorry for this.I have no way to go

Re: Linux + java + oracle

1998-11-19 Thread peter . pilgrim
SunSoft[tm] maintains a list of JDBC drivers from a number of third party vendors on it web pages See the following URL for a list of JDBC drivers provided: http://java.sun.com:80/products/jdbc/jdbc.drivers.html __ Reply Separator _