I tried it copying the ojdbc6.jar i have in the oracle folder to the JMeter
library, and it fails anyway. Where can i find the   /system.properties/
file of the Java System ?

2018-01-08 13:25 GMT+01:00 [email protected] <[email protected]>:

> Most likely there is a mismatch between Oracle and JDBC driver versions, I
> would recommend using JDBC driver which lives under "jdbc" folder of your
> Oracle installation.
>
>
> Alternatively you can try explicitly setting the timezone using the
> relevant
> Java System Property, add the next line to /system.properties/ file
>
>
> > user.timezone=GMT
>
> or pass it via -D command-line argument like:
>
>
> > jmeter -Duser.timezone=GMT -n -t test.jmx -l result.jtl
>
> More information:
>
>  1.  Force Java timezone as GMT/UTC
> <https://stackoverflow.com/questions/2627992/force-java-
> timezone-as-gmt-utc>
>  2.  Apache JMeter Properties Customization Guide
> <https://www.blazemeter.com/blog/apache-jmeter-properties-customization>
>
>
>
>
>
> --
> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to