I am trying to make ODBC monitoring to remote server's Oracle. However this needs updates to environment variables LD_LIBRARY_PATH and PATH. I updated ~/.profile but I get "Cannot connect to ODBC DSN:[SQL_ERROR]:[IM002][0][[unixODBC][Driver Manager]Data source name not found, and no default driver specified]|" in host's status. isql command runs successfully from command line.
What should I do to make these LD_LIBRARY_PATH and PATH environment variables updated for host items?
What should I do to make these LD_LIBRARY_PATH and PATH environment variables updated for host items?
Comment