Can HammerDB connect to an existing oracle database and use the user's own actual business SQL for stress testing without creating example data? #693
-
Can HammerDB connect to an existing oracle database and use the user's own actual business SQL for stress testing without creating example data? If it can, please give an example of configuration, thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yes you can replay your own Oracle workload using the oracle trace file replay feature https://www.hammerdb.com/docs/ch14.html |
Beta Was this translation helpful? Give feedback.
-
why the error? |
Beta Was this translation helpful? Give feedback.
-
The error is not related to the trace file conversion.
This is related to this issue #597. HammerDB is dependent Also note for replaying trace files - you must use the trace as a template to build your own workload. You should not expect a trace (if it modifies data) to run without errors. You should make sure you run a test on the same data the test was taken from i.e use flashback or backup and restore/datapump. Nevertheless, if you have multiple sessions running at the same time you will need to synchronize the workloads correctly to make sure modify the data in the correct order. This is not something HammerDB does by default at present and there are no current plans to extend the trace file conversion. |
Beta Was this translation helpful? Give feedback.
Yes you can replay your own Oracle workload using the oracle trace file replay feature https://www.hammerdb.com/docs/ch14.html
There is a very good blog on this from house of brick https://houseofbrick.com/blog/hammerdb-capture-and-replay-for-oracle/ that you can use as a guide.