"Not working" can mean a lot. Do you see errors in jmeter.log? What does happen, exactly? Can you create the simplest test plan possible to sample the oracle db (ie, one "select 1" sql query)?
I use the same driver here where I work and it works ok. -Mike On Mon, 2005-04-25 at 09:43 +0200, Sander Stevens wrote: > Hi, > > I am using JMeter internal build 20050904. > Trying to create an Oracle connection, but my testplan is not working anymore > with this connection active. Disabling the oracle connection will make sure > that the script is working again. So, something is not correct. Hope someone > can help me. > > I add a JDBC Connection configuration to my testplan and enter the following > configuration: > > Database URL: jdbc:oracle:thin:@dev12-adm.wxs.nl:1521:PINTST > JDBC Driver class: oracle.jdbc.driver.OracleDriver > Username: xxx > Password: xxx > > (and username and password are of course scrambledâ â) > > Any ideas? Maybe the driver is not correct? > > Thanks, > Sander Stevens --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

