0

When I use hammerDB to test the Oracle 12c database TPM, sometimes I get this error,</p>

extra characters after close-brace。</p>

I have 3000 warehouses and 100 virtual users. I only get this error sometimes, not every run.

Basic information

  • Red Hat Enterprise Linux Server release 7.4 (Maipo)
  • Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
  • HammerDB-2.23

How can I avoid this error?enter image description here

4

1 回答 1

0

脚本编辑器窗口中的驱动脚本发布给虚拟用户运行,由虚拟用户加载的TCL解释器解析。此错误表明脚本已损坏。使用树视图中的驱动程序脚本加载图标将脚本刷新为一个,而不会引入错误。另请注意,尽管捕获了错误,但可能在服务名称和密码中仍未捕获诸如注释和通配符之类的字符,这可能导致解析错误,但是在这种情况下,由于未收到所有错误,因此这种可能性不大时间。还有一个更新的版本 - HammerDB 3.0,使用更新的 TCL 解释器 8.6.8。

于 2018-05-14T11:05:41.897 回答