hammerDB crashes with only 2 virtual users using Oracle on Linux #800
-
|
hi, Client server Database server Does anyone have any suggestions? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
check the release notes page 1of the documentation https://www.hammerdb.com/docs/ch01s01.html#d0e58 1.5. Known Third-Party Driver Issues HammerDB has a dependency on 3rd party driver libraries to connect to the target databases. The following are known issues with some of the 3rd party drivers that HammerDB uses. If you are running HammerDB against Oracle on Windows there is long established bug in Oracle that can cause application crashes for multi-threaded applications on Windows.This bug can be investigated on the My Oracle Support website with the following reference. Bug 12733000 OCIStmtRelease crashes or hangs if called after freeing the service context handle. To resolve this Oracle issue add the following entry to the SQLNET.ORA file on your HammerDB client. |
Beta Was this translation helpful? Give feedback.
check the release notes page 1of the documentation https://www.hammerdb.com/docs/ch01s01.html#d0e58
1.5. Known Third-Party Driver Issues
HammerDB has a dependency on 3rd party driver libraries to connect to the target databases. The following are known issues with some of the 3rd party drivers that HammerDB uses.
1.5.1. Oracle on Windows: Oracle Bug 12733000 OCIStmtRelease crashes or hangs if called after freeing the service context handle
If you are running HammerDB against Oracle on Windows there is long established bug in Oracle that can cause application crashes for multi-threaded applications on Windows.This bug can be investigated on the My Oracle Support website with the following …