Configuring ODBC Connectivity in Linux — Informatica 9.1

​Here are the steps to configure ODBC connectivity on linux.

Step1)Set ODBCHOME,ODBCINI and PATH env variables.

Informatica Admin on Linux:pwadmin

I have created infaenv script under /opt/informatica/9.1.0 and called that script in pwadmin .profile.

. /opt/informatica/9.1.0/infaenv

Below are the env variables we need to set in infaenv script.

export ODBCHOME=/opt/informatica/9.1.0/ODBC6.1

export ODBCINI=/home/pwadmin/.odbc.ini
export PATH=$PATH:$ODBCHOME/bin
export LD_LIBRARY_PATH=/opt/informatica/9.1.0:$ODBCHOME/lib:$LD_LIBRARY_PATH

Sample .odbc.ini entry to connect to sybase database.

[PUBS2]
Driver=/opt/informatica/9.1.0/ODBC6.1/lib/DWase25.so
Description=DataDirect 6.1 Sybase Wire Protocol
Database=pubs2
NetworkAddress=hmlinux.ukatru.com,5000
InstallDir=/opt/informatica/9.1.0/ODBC6.1


Popular posts from this blog

Shrink you container size up to 95%.

alma linux: dnf Module yaml error: Unexpected key in data