failed to load dll libnqsdbgatewayoci10g.so.
548209Jun 14 2010 — edited Jun 15 2010Hi every one,
I have installed obiee on linux 64bit server with OS RHEL5.5 . I have also installed 11g client. i am facing the followoing problem in NQScheduler.log file. Can anyone help me
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[root@Chara Bin]# tail -f /home/oracle/BI/OracleBI/server/Log/NQScheduler.log
[nQSError: 67004] Registry value for SchedulerScriptPath not set.
2010-06-01 10:31:30
[68008] Scheduler Error: [nQSError: 67042] The Scheduler Configuration is incorrect.
[nQSError: 67004] Registry value for SchedulerScriptPath not set.
2010-06-14 16:26:20
libclntsh.so.10.1: cannot open shared object file: No such file or directory
[nQSError: 46029] Failed to load the DLL /home/oracle/BI/OracleBI/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10G' database client is installed.
2010-06-14 16:26:20
[68008] Scheduler Error: libclntsh.so.10.1: cannot open shared object file: No such file or directory
[nQSError: 46029] Failed to load the DLL /home/oracle/BI/OracleBI/server/Bin/libnqsdbgatewayoci10g.so. Check if 'Oracle OCI 10G' database client is installed.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I have set enviornament variables in user.sh as below
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/client_1
export ORACLE_HOME
TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN
PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
export PATH
LD_LIBRARY_PATH=/home/oracle/app:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------