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
_ Subject: Linux + java + oracle Author: przemol ([EMAIL PROTECTED]) at lon-mime Date:19/11/98 10:05 How can I connect to Oracle using java on Linux ? But ! we have in job Oracle 7.1.* so I cannot use Oracle Thin driver which works only with Oracle 7.3.* (I guess) and above

Linux + java + oracle

1998-11-19 Thread Przemek Bąk
How can I connect to Oracle using java on Linux ? But ! we have in job Oracle 7.1.* so I cannot use Oracle Thin driver which works only with Oracle 7.3.* (I guess) and above. przemol -- [EMAIL PROTECTED]