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
Add to system.properties located in jmeter/bin folder:
oracle.jdbc.timezoneAsRegion=false