Java - Oracle Connection

1999-08-26 Thread Bernardo Paz Betancourt
Hi Again, Some time ago I founded a problem using the Thin connection from Java to access to Oracle (8.0.5i) this problem is solved, thankyou for your contributions! Now I want to share this solution with you: this is a Oracle8i bug that can be resolved with a patch lnxpatch.tgz you found this a

Java - Oracle Connection

1999-08-08 Thread Bernardo Paz Betancourt
At 12:12 a.m. 07/08/99 -0500, you wrote: Thankyou for your answer I still with my problem. >Looks like your JDBC_URL may be malformed...have you tried @zuriqui >without the dot in between? >"ping zuriqui" from the shell will verify that the name is recognized. I´m sure the hostname is .zuriqui, a

Java-Oracle

1999-07-28 Thread Bernardo Paz Betancourt
Good morning! Is there any budy working whith Java-Oracle by the java.sql.* library? I have some problems whith the thin and oci8 DriverManager.getConnection() ´s alternatives I will be wating for I answer to expose my entiere problem. Thankyou!. Bernardo . . . PS. Does any budy knows a Oracle

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]