RE: JDBC connectivityfor ORACLE !!!

2003-03-03 Thread Mike Jackson
ECTED] > -Original Message- > From: Swapneel Dange [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 8:03 PM > To: [EMAIL PROTECTED] > Subject: RE: JDBC connectivityfor ORACLE !!! > > > hey MIKE ! > > may be this is a DUMB QUESTION but all this procedure

RE: JDBC connectivityfor ORACLE !!!

2003-03-02 Thread Peter Lin
; >To: "Tomcat Users List" >Subject: RE: JDBC connectivityfor ORACLE !!! >Date: Thu, 27 Feb 2003 08:56:19 -0800 > >Also, http://www.orafaq.com is extremely helpful for answering questions. > >--mikej >-=- >mike jackson >[EMAIL PROTECTED] > > >

RE: JDBC connectivityfor ORACLE !!!

2003-03-01 Thread Swapneel Dange
ED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: JDBC connectivityfor ORACLE !!! Date: Thu, 27 Feb 2003 08:56:19 -0800 Also, http://www.orafaq.com is extremely helpful for answering questions

RE: JDBC connectivityfor ORACLE !!!

2003-03-01 Thread Swapneel Dange
eply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: JDBC connectivityfor ORACLE !!! Date: Thu, 27 Feb 2003 08:56:19 -0800 Also, http://www.orafaq.com is extremely helpful for answering questions. --mikej -=

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Mike Jackson
Also, http://www.orafaq.com is extremely helpful for answering questions. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Mike Jackson [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 8:53 AM > To: Tomcat Users List > Su

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Mike Jackson
To Install Oracle: Create three groups, "sysdba", "sysoper", "oinstall" Create an oracle user, default group "oinstall", member of "sysdba" and "sysoper" Setup environment variables for "ORACLE_HOME", and "ORACLE_SID" Change the PATH to include $ORACLE_HOME/bin

Re: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Peter Lin
thanks for the correction :) I haven't updated my driver, since I'm still using 8i myself for my dev toys. All else fails, go to Oracle's site and check for the latest driver. Oracle also provides sample jdbc code if you are new to oracle. You can download all of it through oracle (OTN) section

Re: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Mark
Actually, I believe it's classes12.zip (and needs to be renamed classes12.jar). Keep in mind Oracle recommends using ojdbc14.jar with JDK 1.4. I've used it, and it works fine. At 2/27/2003 05:15 AM, you wrote: I haven't had a chance to play with Oracle 9i, but I do have experience with 8i and

Re: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Peter Lin
I haven't had a chance to play with Oracle 9i, but I do have experience with 8i and classes112.zip is the drivier you want. the older 8i jdbc driver did not have pooling support and had several bugs. one bug I found with a co-worker was verified in classes111.zip driver and fixed in classes112.zi

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Peter Lin
> > >From: "Galbayar Dorjgotov" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Subject: RE: JDBC connectivityfor ORACLE !!! > >Date: Thu, 27 Feb 2003 16:36:14 +0800 > > > >Attached oracle8

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Swapneel Dange
From: "Galbayar Dorjgotov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: JDBC connectivityfor ORACLE !!! Date: Thu, 27 Feb 2003 16:36:14 +0800 Attached oracle8i JDBC driver. copy oracle.jar tomcat\common\lib dir or WEB-INF\lib dir Simple JSP

Re: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Peng Tuck Kwok
Unfortunately Swapneel, I know nuts about oracle :) .I'm more of a SAP DB person. Connecting tomcat and oracle using jndi should be ok I guess, there is a example in the tomcat docs. Swapneel Dange wrote: hi MIKE, PENG , CHONG !! guys, there seems to be a problem here for me with the database

Re: JDBC connectivityfor ORACLE !!!

2003-02-26 Thread Chong Yu Meng
Oh dear ! I had 2 consultants from Oracle India helping me the last time, and it took about 2 weeks to get everything right, but that involved installing and tuning Oracle 8 and 8i, setting up automated backups, etc., along with JDBC. Cost a bomb, but they were quite good. I don't think I could