JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread autit043

I have a Tomcat at a Linux and 
a Oracle 8.05.

What the JDBC driver that i must 
install ?

And where i can learn about it ?



Re: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread John Hebert

[EMAIL PROTECTED] wrote:

> I have a Tomcat at a Linux and 
> a Oracle 8.05.
> 
> What the JDBC driver that i must 
> install ?
> 
> And where i can learn about it ?

I don't know the specific driver information, but this might help:

http://technet.us.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm

Sorry, it is not in Portuguese. There may be a translation elsewhere on 
the Oracle web site.


-- 
John Alex Hebert
[EMAIL PROTECTED]
System Engineer



RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Reynir Hübner


I think you need to download classes11.zip (rather than classes12.zip)
from http://otn.oracle.com/software/content.html
get a thin client driver for oracle 8.0
put the oracle.jar into your tomcat/lib
Use the thin driver...

hope it helps, 




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 8:44 PM
To: [EMAIL PROTECTED]
Subject: JDBC in TOMCAT - LINUX - ORACLE 8.0.5


I have a Tomcat at a Linux and 
a Oracle 8.05.

What the JDBC driver that i must 
install ?

And where i can learn about it ?



RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Eoin Woods

[EMAIL PROTECTED] wrote:

> I have a Tomcat at a Linux and a Oracle 8.05.

> What the JDBC driver that i must install ?
You need Oracle's JDBC driver.  

> And where i can learn about it ?
The manual about it is at:
http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.81
7/a83724/toc.htm

The driver is shipped with Oracle 8i in the $ORACLE_HOME/jdbc directory.  I
don't think it came with 8.0 though - you may have to contact Oracle to get
a copy.

Eoin.





RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Filip Hanik

Using the Oracle thin driver is the easiest thing.
http://technet.oracle.com/doc/java.815/a64685/getsta1.htm

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, July 17, 2001 1:44 PM
>To: [EMAIL PROTECTED]
>Subject: JDBC in TOMCAT - LINUX - ORACLE 8.0.5
>
>
>I have a Tomcat at a Linux and 
>a Oracle 8.05.
>
>What the JDBC driver that i must 
>install ?
>
>And where i can learn about it ?
>