ODBC software on linux/unix
Download the linux odbc kit from the oracle sites (in this case ODBC-2.2.14.tar.gz) to /u01/app/oracle/software and build the software.
Â
# cd /u01/app/oracle/software
# gunzip /u01/app/oracle/software/unixODBC-2.2.14.tar
# tar –xvf unixODBC-2.2.14.tar
# cd unixODBC-2.2.14
# ./configure –prefix=/usr/local –enable-gui=no
# make
# make install
Discussion ¬