Hi, You can use the thin driver, it is just a url change :
jdbc:oracle:thin:@<host>:<port>:<database> Otherwise to get the oci driver to work you need to make sure you have %ORACLE_HOME%/bin on your path or set the java system property 'java.library.path' to include it. Regards, Ryan. -----Original Message----- From: Di Giovanni, Andrea [mailto:[EMAIL PROTECTED] Sent: 26 February 2004 16:25 To: [EMAIL PROTECTED] Subject: JDBC Sampler Hi, I'm performing a JDBC Sample test with JMeter: my purpose is to reach an Oracle 9i Database running on AIX Unix from my Win2k PC. I set the following parameters in the sampler: JDBC URL:jdbc:oracle:oci8:@databasehost.it DriverClass:oracle.jdbc.driver.OracleDriver But, when I make the test running, I get the following Java Exception: java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path Does anyone know what it stands for? Did I miss to set some environment variable value somewhere or did I miss a JAR file on my PC? Thanks, Andrea Di Giovanni --------------------------------------------------------------------- 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]

