probably ojdbc driver issue. see https://stackoverflow.com/questions/9156379/ora-01882-timezone-region-not-found "using ojdbc6.jar (version 11.2.0.3.0) to connect to an Oracle 9.2.0.4.0 server. Replacing it with ojdbc6.jar version 11.1.0.7.0 solved the issue."
On Mon, Jan 8, 2018 at 2:15 PM, Gema Moreno <[email protected]> wrote: > Hi, I just configure a JDBC Oracle connection to test, this is my > configuration: > > url: jdbc:oracle:thin:@//192.168.110.103:1521/rdgolf > driver: oracle.jdbc.OracleDriver > > I copy the ojdbc6.jar in the library folder > > But when I execute the jmeter, it returns the next error: > > ORA-00604: error occurred at recursive SQL level 1 > ORA-01882: timezone region not found > > Many thanks and best regards. >
