Jmeter oracle connection issue

207 Views Asked by At

While connecting to oracle database from jmeter, i was receiving a connection error.

Cannot create PoolableConnectionFactory (ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone region not found )

And now I want to set the following parameter in Jmeter. Is there a way?

oracle.jdbc.timezoneAsRegion=false

1

There are 1 best solutions below

0
On BEST ANSWER

Add to system.properties located in jmeter/bin folder:

oracle.jdbc.timezoneAsRegion=false