RE: Error with Oracle Jdbc

2002-07-02 Thread Les Hughes
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' Subject: RE: Error with Oracle Jdbc

RE: Error with Oracle Jdbc

2002-07-02 Thread Lin, Zhongwu
try DriverManager.getConnection(jdbc:oracle:thin:@HOST:PORT:TOMCATDB,spifdogg ,spifdogg); instead of DriverManager.getConnection(jdbc:oracle:localhost:@TOMCATDB,spifdogg,sp ifdogg); It should work. -Original Message- From: William Gustave [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Error with Oracle Jdbc

2002-07-01 Thread Vikramjit Singh
the url which i use is like this DriverManager.getConnection(jdbc:oracle:thin:@ServerName:1521:SID, USERNAME, PASSWORD); Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: William Gustave [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01,