RESOLVED: Tomcat To Oracle Connection [ RE: Oracle 9i client connection to 8i database]

2005-01-06 Thread Brad Rhoads
MAXVER: PRODID-972 COMPONENT:THIN MINVER: MAXVER: PORTID-GENERIC . Copyright (c) 1995,2000 Oracle Corporation. All Rights Reserved. Legal Notices and Terms of Use. -----Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED]] Sent:

RE : Oracle 9i client connection to 8i database

2005-01-05 Thread LERBSCHER Jean-Pierre
with oci driver. -Message d'origine- De : Phillip Qin [mailto:[EMAIL PROTECTED] Envoyé : mardi 4 janvier 2005 22:39 À : 'Tomcat Users List' Objet : RE: Oracle 9i client connection to 8i database There is nothing to do with Oracle client. All you need is the jdbc driver. -Original

RE: Oracle 9i client connection to 8i database

2005-01-05 Thread Brad Rhoads
-Original Message- From: LERBSCHER Jean-Pierre [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 3:14 AM To: 'Tomcat Users List' Subject: RE : Oracle 9i client connection to 8i database If you get this log 27-DEC-2004 16:58:11 * (CONNECT_DATA=(SID=test)(CID

OCI Driver Usage [RE: Oracle 9i client connection to 8i database]

2005-01-05 Thread Brad Rhoads
: Saturday, December 25, 2004 4:08 AM To: Tomcat Users List Subject: Re: Oracle 9i client connection to 8i database How come that you need an Oracle client installation at all when you just want to use the Oracle thin JDBC driver? IHMO the client installation is only required for OCI thick

Need Consultant $$ [RE: Oracle 9i client connection to 8i database]

2005-01-05 Thread Brad Rhoads
Our web app needs to talk to oracle. All is well if the app runs on the db server. But at a client site and on our now on own network, if the app is on a different box, it can't get an oracle connection. It works fine on 2 boxes at other client sites. A related item seems to be that since the

Re: Need Consultant $$ [RE: Oracle 9i client connection to 8i database]

2005-01-05 Thread Tim Funk
It sounds like your using a type2 driver. Switch to the type 4 driver and you don't need and Oracle binaries (except the jar file) and things might work a little better. -Tim Brad Rhoads wrote: Our web app needs to talk to oracle. All is well if the app runs on the db server. But at a client

RE: Need Consultant $$ [RE: Oracle 9i client connection to 8i database]

2005-01-05 Thread Derrick Koes
/ContactInfo -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 7:09 PM To: 'Tomcat Users List' Subject: Need Consultant $$ [RE: Oracle 9i client connection to 8i database] Importance: High Our web app needs to talk to oracle. All is well

RE: Need Consultant $$ [RE: Oracle 9i client connection to 8i database]

2005-01-05 Thread Mike Jackson
] -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 4:09 PM To: 'Tomcat Users List' Subject: Need Consultant $$ [RE: Oracle 9i client connection to 8i database] Importance: High Our web app needs to talk to oracle. All is well

RE: Oracle 9i client connection to 8i database

2005-01-04 Thread Phillip Qin
There is nothing to do with Oracle client. All you need is the jdbc driver. -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED] Sent: December 27, 2004 5:11 PM To: 'Tomcat Users List' Subject: RE: Oracle 9i client connection to 8i database I always assumed the Oracle client

RE: Oracle 9i client connection to 8i database

2004-12-27 Thread Brad Rhoads
the firewall. Any other ideas why I might not be able to get a connection? -Original Message- From: Michael Echerer [mailto:[EMAIL PROTECTED] Sent: Saturday, December 25, 2004 4:08 AM To: Tomcat Users List Subject: Re: Oracle 9i client connection to 8i database How come that you

Re: Oracle 9i client connection to 8i database

2004-12-25 Thread Michael Echerer
How come that you need an Oracle client installation at all when you just want to use the Oracle thin JDBC driver? IHMO the client installation is only required for OCI thick drivers... Brad Rhoads wrote: We have an (struts) app that talks to an Oracle 8i database. Our latest installation wants