Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-05 Thread Jeff Duska
ticed there are JDBC drivers for 10.1.0.2 and . Which should I use? I've always found that Oracle JDBC drivers are backwards compatible (not that I've driven them very hard) so I'd use the .4 (or should I patch to 10.1.0.4) not if it ain't broke :-) Paul S. ---

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Woodchuck
fwiw, i'm still using the old 9.2.0.x oracle jdbc drivers with my new TC 5.5/JDK 5.0 setup. works fine as far as i can tell :p woodchuck --- Paul Singleton <[EMAIL PROTECTED]> wrote: > > I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which > > should I use?

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Paul Singleton
I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? I've always found that Oracle JDBC drivers are backwards compatible (not that I've driven them very hard) so I'd use the .4 (or should I patch to 10.1.0.4) not if it ain't broke :-) Paul S.

Which Oracle JDBC Drive for JDK 1.5?

2005-08-04 Thread Chuck
Getting ready to build some applications on Tomcat 5.5.9 on Solaris 9 using jdk 1.5 rev 4 and Oracle 10.1.0.3 as my backend. I noticed there are JDBC drivers for 10.1.0.2 and 10.1.0.4. Which should I use? (or should I patch to 10.1.0.4) Thanks, CC -- To reply to this message, remove _NOSPAM_ fr

Re: Oracle JDBC

2005-01-28 Thread Tony LaPaso
how me the directory/JAR layouts before (when it worked) and after (when it didn't)? - Original Message - From: "Nathan Aaron" <[EMAIL PROTECTED]> To: Sent: Thursday, January 27, 2005 10:31 AM Subject: Oracle JDBC I have the Oracle jdbc driver installed in Tomcat&#x

Re: Oracle JDBC

2005-01-28 Thread Nathan Aaron
27, 2005 1:33 pm Subject: Re: Oracle JDBC The pain factor of moving the app would be too great at this point. What doesn't make sense is that I have a servlet that runs and uses the jdbc driver in shared/libs the servlet code is in /opt/application/appname/WEB-INF/lib. The jsp page is

Re: Oracle JDBC

2005-01-27 Thread dshort
hasn't already done so, and place the class file in the /tomcat/work/catalina/localhost/appname directory, from which it will get executed. - Original Message - From: Nathan Aaron <[EMAIL PROTECTED]> Date: Thursday, January 27, 2005 1:33 pm Subject: Re: Oracle JDBC > The

Re: Oracle JDBC

2005-01-27 Thread Nathan Aaron
s context structure (i.e., tomcat/webapps/appname. That's basically the standard. - Original Message - From: Nathan Aaron <[EMAIL PROTECTED]> Date: Thursday, January 27, 2005 12:58 pm Subject: Re: Oracle JDBC Already tried it. Still doesn't work. Thanks for the interest t

Re: Oracle JDBC

2005-01-27 Thread dshort
--- Original Message - From: Nathan Aaron <[EMAIL PROTECTED]> Date: Thursday, January 27, 2005 12:58 pm Subject: Re: Oracle JDBC > Already tried it. Still doesn't work. Thanks for the interest though! > > Nathan > > Dustin wrote: > > >You need to place the driv

Re: Oracle JDBC

2005-01-27 Thread dshort
--- Original Message - From: Nathan Aaron <[EMAIL PROTECTED]> Date: Thursday, January 27, 2005 12:58 pm Subject: Re: Oracle JDBC > Already tried it. Still doesn't work. Thanks for the interest though! > > Nathan > > Dustin wrote: > > >You need to place th

Re: Oracle JDBC

2005-01-27 Thread Nathan Aaron
Already tried it. Still doesn't work. Thanks for the interest though! Nathan Dustin wrote: You need to place the driver in common/lib. Dustin --- Nathan Aaron <[EMAIL PROTECTED]> wrote: I have the Oracle jdbc driver installed in Tomcat's shared/lib directory. I have a JSP file

Re: Oracle JDBC

2005-01-27 Thread Dustin
You need to place the driver in common/lib. Dustin --- Nathan Aaron <[EMAIL PROTECTED]> wrote: > I have the Oracle jdbc driver installed in Tomcat's > shared/lib > directory. I have a JSP file that resides in the > webapps/jsp-examples > that connects to an Or

Oracle JDBC

2005-01-27 Thread Nathan Aaron
I have the Oracle jdbc driver installed in Tomcat's shared/lib directory. I have a JSP file that resides in the webapps/jsp-examples that connects to an Oracle database successfully. When I move it to a context (/opt/application/appname) outside one of the contexts that are included

Problem with TC 4.1.30 manager app and new Oracle JDBC driver

2005-01-13 Thread Norris Shelton
In the process of moving a newer version of the Oracle driver (from 9.2.05 to 9.2.06) through out environments, we had the following error: Apache Tomcat/4.1.30 SQL Error. count = 0, total = 498 count = 0, total = 498 The server is set-up to use multiple services with a root context configured in

RE: Classloader / oracle JDBC

2004-10-13 Thread Shapira, Yoav
Hi, >Both ojdbc14.jar and orai18n.jar are in commons/lib/ Assuming you mean common/lib, that should be fine. >It work's fine from a command-line tool. Is the runtime classpath for the command-line tool that works the same as the runtime classpath within tomcat? >Can you point me to some speci

RE: Classloader / oracle JDBC

2004-10-13 Thread Michal Kwiatek
13, 2004 1:30 PM > >To: Tomcat Users List > >Subject: Classloader / oracle JDBC > > > >Hello All, > > > >I have a problem using oracle jdbc in tomcat. > > > >JDBC call fails with "java.sql.SQLException: Non supported character > >set: oracle-

RE: Classloader / oracle JDBC

2004-10-13 Thread Shapira, Yoav
13, 2004 1:30 PM >To: Tomcat Users List >Subject: Classloader / oracle JDBC > >Hello All, > >I have a problem using oracle jdbc in tomcat. > >JDBC call fails with "java.sql.SQLException: Non supported character >set: oracle-character-set-46" (see full s

Classloader / oracle JDBC

2004-10-13 Thread Michal Kwiatek
Hello All, I have a problem using oracle jdbc in tomcat. JDBC call fails with "java.sql.SQLException: Non supported character set: oracle-character-set-46" (see full stack trace below). After some investigation, I came to the conlusion that translation tables that are in the *.gb

Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
r.parseInt(application.getInitParameter("maxStatements")); -Original Message- From: Bj [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:30 AM To: Tomcat Users List Subject: Re: tomcat oracle jdbc pooling hi, I'm using simple OracleDatasource and I want to activate OracleDataSour

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
9:30 AM To: Tomcat Users List Subject: Re: tomcat oracle jdbc pooling hi, I'm using simple OracleDatasource and I want to activate OracleDataSource.setMaxStatements() and OracleDataSource.setImplicitCachingEnabled() through tomcat server.xml or application web.xml. For tomcat 5.0.19, when I

Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
the skinny on what's available (http://www.exciton.cs.rice.edu/JavaResources/Oracle/oracle/jdbc/pool/Oracle ConnectionCacheImpl.html). Also, I set the "Setters" in my web.xml file. - To unsubscribe, e-mail: [EMA

RE: tomcat oracle jdbc pooling

2004-10-11 Thread David Short
Take a look here to get the skinny on what's available (http://www.exciton.cs.rice.edu/JavaResources/Oracle/oracle/jdbc/pool/Oracle ConnectionCacheImpl.html). Also, I set the "Setters" in my web.xml file. is set in either your server.xml or your /tomcat/conf/catalina/localhost/

AutoReply: Re: tomcat oracle jdbc pooling

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "Re: tomcat oracle jdbc pooling". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it against current requ

Re: tomcat oracle jdbc pooling

2004-10-11 Thread Bj
pecific parameters to add ? I also want to manage MaxStatements and ExplicitCachingEnabled parameters in the Tomcat server XML but it doesn't work with these parameter names. Does someone know how to do this ? I would like my java code to only use standard jdbc classes and to have the bene

AutoReply: Re: tomcat oracle jdbc pooling

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "Re: tomcat oracle jdbc pooling". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it against current requ

Re: tomcat oracle jdbc pooling

2004-10-11 Thread David Smith
ould like my java code to only use standard jdbc classes and to have the benefit of Oracle jdbc statement pooling. Is there a way to do this ? best regards, Bj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: AutoReply: tomcat oracle jdbc pooling

2004-10-11 Thread Renan Galang
MAIL PROTECTED]> Sent: Monday, October 11, 2004 8:14 PM Subject: AutoReply: tomcat oracle jdbc pooling > > Hello "Tomcat Users List" <[EMAIL PROTECTED]>, > > This refers to your mail with subject as "tomcat oracle jdbc pooling". > Thank you for sending

AutoReply: tomcat oracle jdbc pooling

2004-10-11 Thread tester
Hello "Tomcat Users List" <[EMAIL PROTECTED]>, This refers to your mail with subject as "tomcat oracle jdbc pooling". Thank you for sending your CV and registering with A.S. Consultancy Services. Our team will review your CV and match it against current requirements

tomcat oracle jdbc pooling

2004-10-11 Thread Bj
to add ? I also want to manage MaxStatements and ExplicitCachingEnabled parameters in the Tomcat server XML but it doesn't work with these parameter names. Does someone know how to do this ? I would like my java code to only use standard jdbc classes and to have the benefit of Oracle jdbc s

RE: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

2004-01-07 Thread Altankov Peter
ect: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver All- I'm getting the following error ,though Oracle driver classes(zip)are in tomcat/common/lib placed. java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver Any clue---> Than

RE: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

2004-01-06 Thread Dick Brooks
bject: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver All- I'm getting the following error ,though Oracle driver classes(zip)are in tomcat/common/lib placed. java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver Any clue---> Th

RE: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

2004-01-06 Thread Chakravarthy, Sundar
Trying renaming classes12.zip to classes12.jar -Original Message- From: Sachdeva, Devinder [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 10:10 AM To: [EMAIL PROTECTED] Subject: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver All- I'm getting the foll

java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

2004-01-06 Thread Sachdeva, Devinder
All- I'm getting the following error ,though Oracle driver classes(zip)are in tomcat/common/lib placed. java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver Any clue---> Thanks Devinder -- Notice:

Re: Oracle JDBC pool & documentation

2003-03-10 Thread Tomcat-RND
rds, Pratt. - Original Message - From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 12:56 PM Subject: Re: Oracle JDBC pool & documentation > Here's a link to the problem yo

Re: Oracle JDBC pool & documentation

2003-03-10 Thread Kwok Peng Tuck
Here's a link to the problem you had : http://www.mail-archive.com/[EMAIL PROTECTED]/msg74781.html I'm glad you solved it, it was confusing me in the first place :) Jean Marais wrote: Hi I struggled with the following and think it should be mentioned in the documentation... unless I missed it

Oracle JDBC pool & documentation

2003-03-10 Thread Jean Marais
Hi I struggled with the following and think it should be mentioned in the documentation... unless I missed it somehow. The pool connection seems to hang up when you have set it up and in actual fact an important part of the DataSource setup was missing. It seems from the docume

RE: Oracle JDBC, what do do?

2003-03-04 Thread Mike Jackson
, 2003 2:54 PM > To: [EMAIL PROTECTED] > Subject: RE: Oracle JDBC, what do do? > > > Using the oracle8i driver, I got the connection but then get the > "ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], > [], [], [], > [], [], []" error when trying to

RE: Oracle JDBC, what do do?

2003-03-04 Thread BBui
ip and the nls_charset12.zip. Thanks very much. Bao-Ha Dam Bui [EMAIL PROTECTED] St. Jude Medical, Inc 651.765.1018 -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 4:49 PM To: Tomcat Users List Subject: RE: Oracle JDBC, what do do? If

RE: Oracle JDBC, what do do?

2003-03-04 Thread Mike Jackson
. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 12:53 PM > To: [EMAIL PROTECTED] > Subject: RE: Oracle JDBC, what do do? > > > Got it. Thanks very much. >

RE: Oracle JDBC, what do do?

2003-03-04 Thread BBui
Got it. Thanks very much. Bao-Ha Dam Bui [EMAIL PROTECTED] St. Jude Medical, Inc 651.765.1018 -Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 2:47 PM To: 'Tomcat Users List' Subject: RE: Oracle JDBC, what do do? Depends wh

RE: Oracle JDBC, what do do?

2003-03-04 Thread Goehring, Chuck Mr., RCI - San Diego
I did what Michael said and put them in the jre\lib\ext directory of the Java installation. Chuck -Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:47 PM To: 'Tomcat Users List' Subject: RE: Oracle JDBC, what do do? Depends wh

RE: Oracle JDBC, what do do?

2003-03-04 Thread Tam, Michael
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC, what do do? Hi all, I am trying to connect to Oracle. What do I need to do to get tomcat to see the zip files that contain the driver? I am running Tomcat 4.1.2 on

Oracle JDBC, what do do?

2003-03-04 Thread BBui
Hi all, I am trying to connect to Oracle. What do I need to do to get tomcat to see the zip files that contain the driver? I am running Tomcat 4.1.2 on Win2k. Thanks very much. Bao-Ha Dam Bui * This communication may contain information that is proprietary, p

ServletContextListener cannot load Oracle JDBC driver

2002-12-30 Thread Peiqiang Han
Hi, I have a ServletContextListener which loads application resources from an Oracle database when application is installed. But a SQLException(see below) is thorwn becase DBCP cannot load JDBC driver. The JDBC driver(ojdbc14.jar) is installed in the ${CATALINA_HOME}/common/lib according to the

RE: Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
Mark, It works! Thank you very much Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Wagoner, Mark [mailto:MWagoner@;wild-flavors.com] Sent: Friday, October 18, 2002 11:22 AM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver

RE: Oracle jdbc driver not found

2002-10-18 Thread Wagoner, Mark
ssage- From: Eddie Liang [mailto:eliang@;edge.com] Sent: Friday, October 18, 2002 12:13 PM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver not found Mark, Thanks for the quick reply. When you said "WEB-INF/lib" directory, is that mean "%catalina_home%\webapp

RE: Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
hank you Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Wagoner, Mark [mailto:MWagoner@;wild-flavors.com] Sent: Friday, October 18, 2002 11:03 AM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver not found Tomcat does not use the classpath an

RE: Oracle jdbc driver not found

2002-10-18 Thread Wagoner, Mark
[mailto:eliang@;edge.com] Sent: Friday, October 18, 2002 11:58 AM To: 'Tomcat Users List' Subject: Oracle jdbc driver not found Hello, I have a problem for creating a simple database connection with JSP, tomcat 4.0.4, jdk1.4. I set the oracle jdbc driver ( class111,zip, c

Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
Hello, I have a problem for creating a simple database connection with JSP, tomcat 4.0.4, jdk1.4. I set the oracle jdbc driver ( class111,zip, class12.zip, ojdbc14.jar) in the classpath. Tomcat still complaint the driver is not found. Here is the error that I got. Does anybody know I

RE: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread Miguel Angel Mulero Martinez
You need to rename the zip file to jar file. Servlets specification (so tomcat too) only accept .jar. Regards -Mensaje original- De: Tam, Michael [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 25 de septiembre de 2002 1:10 Para: 'Tomcat Users List' Asunto: RE: Oracle JDBC

Re: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread BTTL
Jar version. And driver jar must be copied in the TOMCAT_HOME/common/lib so that it can be shared between your web applications and tomcat internal classes. Raj

RE: Oracle JDBC Drivers on Tomcat

2002-09-25 Thread Miguel Angel Mulero Martinez
Zip and Jar are the same format. Simply rename .zip to .jar and use it. Tomcat ignores .zip. -Mensaje original- De: hari hari [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 25 de septiembre de 2002 0:13 Para: [EMAIL PROTECTED] Asunto: Re: Oracle JDBC Drivers on Tomcat hi there

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Jacob Kjome
...? > >thks. > >--HARI > > >>From: [EMAIL PROTECTED] >>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >>To: Tomcat Users List <[EMAIL PROTECTED]> >>Subject: Re: Oracle JDBC Drivers on Tomcat >>Date: Tue, 24 Sep 2002 16:41:56 +1000 >

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
Oracle JDBC driver comes as ZIP and so you leave it as it is. Cheers, Michael -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 3:13 PM To: [EMAIL PROTECTED] Subject: Re: Oracle JDBC Drivers on Tomcat hi there, thanks for replying. Do we

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
hi there, thanks for replying. Do we need ZIP version or JAR version of JDBC Drivers on Tomcat...? thks. --HARI >From: [EMAIL PROTECTED] >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Oracle JDB

Re: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread achana
; -Original Message- > From: hari hari [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 1:25 PM > To: [EMAIL PROTECTED] > Subject: Oracle JDBC Drivers on Tomcat > > hi every1, > > i using java servlets to connect to my Oracle db. I get the > jdbc-dr

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
It works fine for me as in .zip extension. Cheers, Michael -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC Drivers on Tomcat hi every1, i using java servlets to connect to my Oracle db

Oracle JDBC Drivers on Tomcat

2002-09-24 Thread hari hari
hi every1, i using java servlets to connect to my Oracle db. I get the jdbc-drivers and installed into app server and included in my classpath. these drivers are in zip format - do I need to extract them or will they do fine just with zip? --HARI _

Re: Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Mona Wong-Barnum
> Now the last > piece of my puzzle is to get Tomcat to recognize the JDBC classes file I > downloaded from Oracle. Does anyone have simple instructions of where to > put the file I downloaded, which config file to edit, and what lines to add > to the respective config file so that I can use the

Adding Oracle JDBC classes to Apache/Tomcat installation

2002-08-14 Thread Kenny G. Dubuisson, Jr.
I have successfully gotten Apache and Tomcat to communicate. Now the last piece of my puzzle is to get Tomcat to recognize the JDBC classes file I downloaded from Oracle. Does anyone have simple instructions of where to put the file I downloaded, which config file to edit, and what lines to add

Re: Oracle jdbc driver not found

2002-07-02 Thread Larry Meadors
When using the oci driver, you need to have ocijdbc8.dll (on windows) somewhere on the system path. Larry >>> [EMAIL PROTECTED] 07/02/02 10:18 AM >>> I'm using Tomcat 4.0.4 tyring to access Oracle 8.1.7 via oci driver. here is the error that I got javax.servlet.ServletException: no ocijdbc8 in

Oracle jdbc driver not found

2002-07-02 Thread Carlton Lo
I'm using Tomcat 4.0.4 tyring to access Oracle 8.1.7 via oci driver. I've tried many different approaches, they are 1. save classes12.zip into \common\lib and changed the extension to .jar 2. save classes12.zip into \lib and changed the extension to .jar 3. save classes12.zip into \server\lib and

RE: Error with Oracle Jdbc

2002-07-02 Thread Lin, Zhongwu
Message- From: William Gustave [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 11:37 PM To: TOMCAT USER Subject: Error with Oracle Jdbc Importance: High I am getting the following Error from my app when I hit the index.jsp page. Can somebody help me it would be greatly appreciated. jd

RE: Error with Oracle Jdbc

2002-07-02 Thread Les Hughes
d into the getConnection call. But for any non-trival system, you should be using a connection pool (search the archives for a HowTo) Les > -Original Message- > From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] > Sent: 02 July 2002 05:43 > To: 'Tomcat Users List' >

RE: Error with Oracle Jdbc

2002-07-01 Thread Vikramjit Singh
ly 01, 2002 9:37 PM To: TOMCAT USER Subject: Error with Oracle Jdbc Importance: High I am getting the following Error from my app when I hit the index.jsp page. Can somebody help me it would be greatly appreciated. jdbc java.sql.SQLException: Invalid Oracle URL specified I am running the foll

Error with Oracle Jdbc

2002-07-01 Thread William Gustave
I am getting the following Error from my app when I hit the index.jsp page. Can somebody help me it would be greatly appreciated. jdbc java.sql.SQLException: Invalid Oracle URL specified I am running the following Tomcat 4 (It is on the same machine as the Database Server) Oracle 8.1 Oracle8i

AW: Oracle JDBC Drivers not fully working

2002-06-05 Thread Power-Netz \(Schwarz\)
> It is still true. > > Did you find another drivers to replace them??? > No. I had to work around it. But I didn't searched the whole internet for it ;) M.Schwarz -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Oracle JDBC Drivers not fully working

2002-06-05 Thread Arnaud Heritier
It is still true. Did you find another drivers to replace them??? Thanx Arno. -Message d'origine- De: Power-Netz (Schwarz) [SMTP:[EMAIL PROTECTED]] Date: mardi 4 juin 2002 10:29 A: tomcat liste Objet: Oracle JDBC Drivers not fully working Hi, last time i tried orac

Oracle JDBC Drivers not fully working

2002-06-04 Thread Power-Netz \(Schwarz\)
Hi, last time i tried oracle, i found that serveral extremly nice functions about traversing a resultset, are not implemented in the oracle drivers. They just throw SQL-exceptions. Be prepared for it :-) >>> POWER-NETZ® Full-Service-Provider <<< Online-Support: Support: 0190 - 15

please help in configuring jakarta-tomcat-3.2.4 and oracle JDBC classes12.zip

2002-05-22 Thread Sharifuddin Ahmed
hello i was wondering could anybody help me with tomcat and JDBC connection. i am running tomcat on win2000 and have an oracle client on the c drive ie C:\orant.Here are the procedures that i have done: 1) obtained classes12.zip ,converted it to a jar file classes12.jar 2) added this jar fil

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Tore Skogly
mandag 20. mai 2002, 03:18, skrev Jack Hermanto: > Put it on > - $TOMCAT_HOME/server/lib if you need the JDBC > available only for tomcat server. > - $TOMCAT_HOME/common/lib if you need JDBC available for both > server and application. > > Notes: Tomcat class loader only recognize .jar file, >

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Gearoid Coughlan
Hi, Drop the driver into $TOMCAT_HOME/common/lib then all apps will be able to use it. --g On Sunday 19 May 2002 18:07, you wrote: > I have problems making Tomcat find the jdbcdriver which i downloaded from > Oracle. > > I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed i

RE: Where do I put the oracle jdbc driver?

2002-05-19 Thread Jack Hermanto
rwise. ~~~ > -Original Message- > From: Tore Skogly [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 5:30 AM > To: Tomcat Users List > Subject: Re: Where do I put the oracle jdbc driver? > > > mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI:

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
mandag 20. mai 2002, 10:52, skrev Felipe R. Lorenzo VI: > To use it on a single Web Application, try: WEB-INF/lib > > > frlvi > The jdbc drivers will be used by several applications. What location does that require? $TOMCAT_HOME/lib (ie /var/tomcat4/lib) Do I need to add the jar file to my CLASS

Re: Where do I put the oracle jdbc driver?

2002-05-19 Thread Felipe R. Lorenzo VI
To use it on a single Web Application, try: WEB-INF/lib frlvi 5/19/02 10:07:12 AM, Tore Skogly <[EMAIL PROTECTED]> wrote: >I have problems making Tomcat find the jdbcdriver which i downloaded from >Oracle. > >I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it >clas

Where do I put the oracle jdbc driver?

2002-05-19 Thread Tore Skogly
I have problems making Tomcat find the jdbcdriver which i downloaded from Oracle. I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed it classes12.jar. In /etc/profile I have added: CLASSPATH=$CLASSPATH:$JAVA_HOME/lib/classes12.jar; export CLASSPATH My system config is: RedHa

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread BERNARDO ANTONIO BUFFA
es. I was wondering if you might have the same problem. > > Pablo. > > > - Original Message - > From: "John C Cartwright" <[EMAIL PROTECTED]> > To: "Tomcat User Mailing List" <[EMAIL PROTECTED]> > Sent: Saturday, 27. April 2002 10:

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread pducuron \(kgb\)
To: "Tomcat User Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, 27. April 2002 10:35 Subject: Oracle JDBC driver must be unpacked? > Hello All, > > I'm migrating from Tomcat3.3 to Tomcat4.0.3 and having trouble with my > oracle connections. With tomcat3.3, I

Re: Oracle JDBC driver must be unpacked?

2002-04-27 Thread Jacob Kjome
There are a couple things that could be going on. There are some classloading issues that were introduced in Tomcat-4.0.2 and Tomcat-4.0.3 is a carbon copy of 4.0.2 except for a security fix. One thing you might to is move to Tomcat-4.0.4-b2. The classloading issues have been solved along wi

Oracle JDBC driver must be unpacked?

2002-04-27 Thread John C Cartwright
Hello All, I'm migrating from Tomcat3.3 to Tomcat4.0.3 and having trouble with my oracle connections. With tomcat3.3, I simply put the oracle jar file into WEB-INF/lib. With Tomcat4, this doesn't work, complaining at run-time about driver not found. I've also tried putting the oracle.jar i

RE: Tomcat and Oracle JDBC-ODBC connection problem. Please help!

2002-01-18 Thread Michael Wentzel
> I have installed tomacat to set up Oracle JDBC-ODBC driver, > data source... but ran into some problmes: > > The database connection with Oracle only works with .java > files but does not work with jsp files. > > For example: test.java would work but test.jsp would not. &

RE: TomCat 4, Servlets & Oracle JDBC

2002-01-17 Thread Reynir Hübner
:[EMAIL PROTECTED]] Sent: 17. janúar 2002 16:57 To: Tomcat Users List (E-mail) Subject: TomCat 4, Servlets & Oracle JDBC I'm charged with the task of getting a servlet working using Apache 1.3, TomCat 4 and Oracle on a Unix platform. The servlet parses xml documents into HTML pages wit

TomCat 4, Servlets & Oracle JDBC

2002-01-17 Thread John Wadkin
I'm charged with the task of getting a servlet working using Apache 1.3, TomCat 4 and Oracle on a Unix platform. The servlet parses xml documents into HTML pages with content taken from an Oracle database via jbdc (thin) drivers. My question relates to the jdbc drivers bit - as I understand it, th

Tomcat and Oracle JDBC-ODBC connection problem. Please help!

2002-01-16 Thread Roland Dong
I have installed tomacat to set up Oracle JDBC-ODBC driver, data source... but ran into some problmes: The database connection with Oracle only works with .java files but does not work with jsp files. For example: test.java would work but test.jsp would not. This is the error message I got

HELP ORACLE JDBC set up is incorrect

2001-08-28 Thread meshkp
Hi All I am tying to use oracle JDBC driver in TOMCACT but when I try to RUN SERVLET or JSP I get the following error before I get to it I "set CLASSPATH=%CLASSPATH%;to/oracle/jdbc.zip" and "set PATH=%PATH%;to/oracle" in my Win NT evriroment and my tomcat.bat file here i

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-25 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Scott Brinker wrote: > > D:\oracle\ora81\jdbc\lib\classes12.zip > Tomcat 4 looks only for JAR files, not ZIP files. Craig McClanahan

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-20 Thread Li, Jerry
Simply renaming classes12.zip to classes12.jar and putting it into WEB-INF/lib works for me. thanks, Jerry -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:15 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Oracle JDBC in

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Dmitri Colebatch
-Original Message- > From: John Hebert [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 3:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Oracle JDBC in CLASSPATH for Tomcat 4.0 > > > Scott Brinker wrote: > > > Alas, it's still not fi

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Mike Jackson
Just rename the files to be a .jar file. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Charles Lee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 4:06 PM > To: [EMAIL PROTECTED] > Subject: RE: Oracle JDBC in CLASSPATH for Tomcat 4.

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Charles Lee
ly 17, 2001 3:52 PM To: '[EMAIL PROTECTED]' Subject: RE: Oracle JDBC in CLASSPATH for Tomcat 4.0 What i told you definitely works at least for the .jar files;from what you say it looks like Tomcat isn't picking up .zip files (i personally haven't tried it with .zip files).I wou

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Sampige, Srinivas
TED] Subject: Re: Oracle JDBC in CLASSPATH for Tomcat 4.0 Scott Brinker wrote: > Alas, it's still not finding it. I now have the classes12.zip in the > following locations: > > /jakarta-tomcat-4.0-b5/lib > /jakarta-tomcat-4.0-b5/common/lib > /jakarta-tomcat-4.0-

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
> Can you confirm it is a valid archive ("jar -t classes12.zip")? > -- > John Alex Hebert > [EMAIL PROTECTED] > System Engineer Ah, I figured it out: I had to rename the file from "classes12.zip" to "classes12.jar" in the root /lib directory. (Apparently Tomcat appends only .jar's to its classpat

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread John Hebert
Scott Brinker wrote: > Alas, it's still not finding it. I now have the classes12.zip in the > following locations: > > /jakarta-tomcat-4.0-b5/lib > /jakarta-tomcat-4.0-b5/common/lib > /jakarta-tomcat-4.0-b5/webapps/test/WEB-INF/lib > > ...(the latter being my web app), in addition to the

Re: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
. Any other thoughts? Thanks, Scott - Original Message - From: "Sampige, Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 6:24 PM Subject: RE: Oracle JDBC in CLASSPATH for Tomcat 4.0 > put the zip file under "/lib"

RE: Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Sampige, Srinivas
PROTECTED]] Sent: Tuesday, July 17, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC in CLASSPATH for Tomcat 4.0 I am trying to load the Oracle 8.1.7 thin client JDBC driver in a simple servlet under Tomcat 4.0-b5. However, the following line: Class.forName("oracle.jdbc.driv

Oracle JDBC in CLASSPATH for Tomcat 4.0

2001-07-17 Thread Scott Brinker
I am trying to load the Oracle 8.1.7 thin client JDBC driver in a simple servlet under Tomcat 4.0-b5. However, the following line: Class.forName("oracle.jdbc.driver.OracleDriver"); ...keeps generating a ClassNotFoundException. I am running on Windows 2000, and I have verified that the CLASSPAT

Re: -security flag and (oracle) JDBC realms

2001-05-18 Thread Bip Thelin
On Fri, 18 May 2001, Kevin HaleBoyes wrote: > > And that did it. Next I have to figure out how to seed (for now) my users > table with MD5 passwords. Any help there would be welcome. JDBCRealm-howto.html goes through all the steps neeed, however. There was a refactoring made around TC4.2-3 and

Re: -security flag and (oracle) JDBC realms

2001-05-18 Thread Kevin HaleBoyes
Hat Linux 6.2) in the > $CATALINA_HOME/common/lib directory to the classes111.jar file from the > Oracle distribution. Is that where the Oracle JDBC driver should be put? I > also tried it in $CATALINA_HOME/lib but that didn't work. A symbolic link didn't work at all. Makes sense I guess.

-security flag and (oracle) JDBC realms

2001-05-18 Thread Kevin HaleBoyes
the driver so I made a symbolic link (running on RedHat Linux 6.2) in the $CATALINA_HOME/common/lib directory to the classes111.jar file from the Oracle distribution. Is that where the Oracle JDBC driver should be put? I also tried it in $CATALINA_HOME/lib but that didn't work. Once the drive

RE: oracle JDBC doesn't work

2001-03-23 Thread Nester Dias
PROTECTED] Subject: RE: oracle JDBC doesn't work I think that (not being a DB guru): > Connection con = > DriverManager.getConnection("jdbc:oracle:thin:storedb", > "username", "password"); > } should be more like: ... DriverManager

  1   2   >