Kiran, I had a lot of problems getting this to work at first. What is your JDBC URL format? I had to look up the correct format for my on the Oracle site to get it into the right format...
According to what I've read, the proper format for classesXX.zip is jdbc:oracle:thin:@192.168.1.1:1521:MyDatabase I also had to change my .zip extension to .jar for JMeter to pick it up. -----Original Message----- From: kiran kadiyala [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 9:17 AM To: [EMAIL PROTECTED] Subject: oracle JDBC request Hi Folks, I'm having a problem using the JDBC request option in JMeter. My backend is an Oracle database that resides on a remote machine. I'm trying to check the performance of a SQL query against that database. I gave the correct URL and login options and put the "Classes12.zip" which contains the Oracle Jdbc driver class file in the "lib" directory of JMeter root. Somehow this isnt working. I installed Mysql on my home machine for testing purpose and did the same as above changing the URL and class file and it seems to work perfectly fine. I dont know whether there is a Bug in JMeter for oracle or not, but i double checked on the URL and login options and everythings seems allright. When I write a servlet with doGet() opening a databse connection against my remote database, its working It doesnt work for JDBC request in JMeter. Can anyone suggest why? thanks __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

