RE: JDBC connectivityfor ORACLE !!!

2003-03-03 Thread Mike Jackson
] -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 for installation remains tha same irrespective

RE: JDBC connectivityfor ORACLE !!!

2003-03-02 Thread Peter Lin
:53 AM To: Tomcat Users List Subject: RE: JDBC connectivityfor ORACLE !!! 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

RE: JDBC connectivityfor ORACLE !!!

2003-03-01 Thread Swapneel Dange
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 -=- mike jackson [EMAIL PROTECTED] -Original Message- From

RE: JDBC connectivityfor ORACLE !!!

2003-03-01 Thread Swapneel Dange
-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 -=- mike jackson [EMAIL PROTECTED] -Original Message

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

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 % try

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Peter Lin
: 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 % try { DriverManager.registerDriver(new

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

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

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)

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Mike Jackson
another connection pool I'd use the standard ones. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Swapneel Dange [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:50 PM To: [EMAIL PROTECTED] Subject: JDBC connectivityfor ORACLE !!! hi MIKE, PENG

RE: JDBC connectivityfor ORACLE !!!

2003-02-27 Thread Mike Jackson
use another connection pool I'd use the standard ones. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Swapneel Dange [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:50 PM To: [EMAIL PROTECTED] Subject: JDBC connectivityfor ORACLE

JDBC connectivityfor ORACLE !!!

2003-02-26 Thread Swapneel Dange
up with the ORACLE. Comments are really awaited ! Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Mike Jackson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JDBC ORACLE implementation ! Date: Tue

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

jdbc with oracle

2002-12-16 Thread puneet sachar
hi guys... i have installed Oracle 9i on my Pc having window 2000 professional edition i used to login like.. hr/tiger... i don't put the tsn name.. 1)-can anyone tell me..why..why it works without the tsn name 2) also i'm not able to make a simple..connection to the database.. can anyone

JDBC and Oracle

2001-08-20 Thread hongx
I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can=A1=AFt connect = with Oracle when it reaches the max session number. But if I don=A1=AFt use

JDBC and Oracle

2001-08-20 Thread hongx
I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can't connect with Oracle when it reaches the max session number. Just when I restart Tomcat

Re: JDBC and Oracle

2001-08-20 Thread Rob S.
On Mon, 20 Aug 2001 19:52:14 +0800 [EMAIL PROTECTED] wrote: I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can't connect with Oracle when