Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
While connecting Qlik Replicate (6.6.0.384) to Oracle 12.2.0.1.0 we are getting the below error,
Below is the characterset parameter set in oracle,
NLS_CHARACTERSET
AL32UTF8
Thank you in advance!!
Regards,
Sagar Puri
Hello @Vaibhav_19 ,
Thanks for the update.
Good progress. the correct path should be /data/product/19.0.0/lib rather than /data/product/19.0.0.
please confirm if the .so file folder and use the correct folder in LD_LIBRARY_PATH.
Good luck,
John.
Hello @john_wang,
Apologies for delay.
We also raised the case with support, and the issue has now been resolved with their assistance over a call.
Error:
Stream component initialization function has failed for component 'Oracle', type 'Oracle'.
Cannot load <libclntsh.so, libclntsh.so.12.1, libclntsh.so.11.1, libclntsh.so.10.1, >: No such file or directory
Cannot load < libclntsh.so.10.1>: libclntsh.so.10.1: cannot open shared object file: No such file or directory
Cannot load <libclntsh.so.11.1>: libclntsh.so.11.1: cannot open shared object file: No such file or directory
Cannot load <libclntsh.so.12.1>: libclntsh.so.12.1: cannot open shared object file: No such file or directory
Cannot load <libclntsh.so>: libclntsh.so: cannot open shared object file: No such file or directory
Resolution Steps:
site_arep_login.sh
Scriptsite_arep_login.sh
file.libclntsh.so.12.1
).site_arep_login.sh
In the site_arep_login.sh file, define a new variable and assign the copied file path as its value.Regards,
Vaibhav
Hello @Vaibhav_19 ,
Thanks for the detailed information.
In my experience, set the LD_LIBRARY_PATH correctly in site_arep_login.sh
file will help.
Best Regards,
John.