Re: how to access oracle database on netwrk

2004-11-18 Thread Peng Tuck
Nishant wrote: now server is throwing an errors as cannot load JDBC driver called com.mysql.jdbc.Driver wht is wrong wiil i hav to import some external JDBC driver (on my pc no oracle is there ) You want to connect to an oracle database and you're loading a jdbc driver for mysql ? Yes

Re: how to access oracle database on netwrk

2004-11-17 Thread Erik Weber
You say you are using Oracle, but your configuration is for a MySQL database. For Oracle, your driver class is going to be oracle.jdbc.driver.OracleDriver. Your URL is going to follow this pattern: jdbc:oracle:thin:@:: The "database name" is also known as a TNS name in Oracle terms. Usually th

RE: how to access oracle database on netwrk

2004-11-17 Thread Ramesh Mullankara
lable at http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Thanks Ramesh M -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 11:12 AM To: Struts Users Mailing List Subject: how to access oracle database on netwrk hello,

how to access oracle database on netwrk

2004-11-17 Thread Nishant
hello, i am using oracle 9i as my database in my application. My database is on anothere machine in network. my struts-config.xml is like now server is throwing an errors as cannot load JDBC driver called com.mysql.jdbc.Driver wht is wrong wiil i h