You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheus_oracle_exporter: /usr/local/bin/prometheus_oracle_exporter: error while loading shared libraries: libclntsh.so.12.1: cannot open shared object file: No such file or directory
I have a problem when I start the service:
prometheus_oracle_exporter: /usr/local/bin/prometheus_oracle_exporter: error while loading shared libraries: libclntsh.so.12.1: cannot open shared object file: No such file or directory
I have my env correct:
export ORACLE_BASE=/orasoft/oracle/product
export ORACLE_HOME=$ORACLE_BASE/12.2.0.1/db
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PATH=$ORACLE_HOME/bin:/usr/local/bin:$PATH
And the library exist but don´t work:
[root@aquilesoralxvd012 system]# find / -name libclntsh.so.12.1
/oracw/grid/product/12.2.0.1/grid/lib/libclntsh.so.12.1
/oracw/grid/product/12.2.0.1/grid/inventory/Scripts/ext/lib/libclntsh.so.12.1
/oracw/grid/product/12.2.0.1/grid/inventory/backup/2019-05-21_11-47-08AM/Scripts/ext/lib/libclntsh.so.12.1
/orasoft/oracle/agent13c/agent_13.2.0.0.0/instantclient/libclntsh.so.12.1
/orasoft/oracle/product/12.2.0.1/db/lib/libclntsh.so.12.1
/orasoft/oracle/product/12.2.0.1/db/inventory/backup/2019-05-21_12-22-54PM/Scripts/ext/lib/libclntsh.so.12.1
/orasoft/oracle/product/12.2.0.1/db/inventory/Scripts/ext/lib/libclntsh.so.12.1
Any idea for fix this ?
The text was updated successfully, but these errors were encountered: