【发布时间】:2020-05-08 09:22:53
【问题描述】:
我有一个 Vugen 脚本在 lrd_initialize_db 失败并给出以下错误:
Action.c(5): lrd.c/fjInitDB: None of the library combinations specified in section [ORACLE_WINNT] in the "lrd.ini" file could be loaded. Initializing for ORACLE failed
Action.c(5): lrd_initialize_db: ERROR, return-code=LRDE2015
我在 Performance Center 12.00 上运行此脚本。我已经在 Windows Server 2012(64 位)(控制器和负载生成器)上安装了 Oracle 11g R2。 下面是我设置的环境变量:
ORACLE_HOME: C:\app\<user>\product\11.2.0\dbhome_2
PATH: added C:\app\srvgro-perfmon\product\11.2.0\dbhome_2\BIN
我已验证仅安装了一个 Oracle 客户端。使用 Vugen 运行时,该脚本似乎可以在 lg/controller 服务器上本地运行。
以下是 lrd.ini 文件的内容
[ORACLE_WINNT]
805=lrdo32.dll+ora805.dll
816=lrdo32.dll+oci.dll
815=lrdo32.dll+oraclient8.dll
804=lrdo32.dll+ora804.dll
803=lrdo32.dll+ora803.dll
73=lrdo32.dll+ora73.dll
72=lrdo32.dll+ora72.dll
71=lrdo32.dll+orant71.dll
1100=lrdo32.dll+oraclient11.dll
下面是lrd.log文件
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "ora805.dll", specified after a "+" in the "805" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "oci.dll", specified after a "+" in the "816" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - (null)Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "oraclient8.dll", specified after a "+" in the "815" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "ora804.dll", specified after a "+" in the "804" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "ora803.dll", specified after a "+" in the "803" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "ora73.dll", specified after a "+" in the "73" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "ora72.dll", specified after a "+" in the "72" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "orant71.dll", specified after a "+" in the "71" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - The specified module could not be found.
Processing continues
lrd.c (24348): lrd.c/fjInitDB: Cannot load the ORACLE library (DLL), "oraclient11.dll", specified after a "+" in the "1100" entry in section [ORACLE_WINNT] in the "lrd.ini" file. - (null)Processing continues
lrd.c (24348): lrd.c/fjInitDB: None of the library combinations specified in section [ORACLE_WINNT] in the "lrd.ini" file could be loaded. Initializing for ORACLE failed
请帮我解决这个问题
【问题讨论】:
标签: oracle oracle11g performance-testing loadrunner vugen