CentOS 6 - Install and Configure Oracle Client - Void Technology
CentOS 6 - Install and Configure Oracle Client - Void Technology
1 de 4
http://voidtech.wordpress.com/2013/11/05/centos-6-install-and-configure...
Void Technology
My How-to repository
For the future, i will include a post with how to download these packages
2. Configure TNSNames.ora
tnsnames.ora file is used to store database connection information. This file must be created and configured
in your current client installation.
To do this, first create your network/admin directory
[root@HOST ~]# mkdir /usr/lib/oracle/12.1/client64/network/admin -p
2 de 4
http://voidtech.wordpress.com/2013/11/05/centos-6-install-and-configure...
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export TNS_ADMIN=$ORACLE_HOME/network/admin
4. Test Installation
To test if Oracle Client and tnsnames.ora works properly execute the following command
[root@HOST ~]# sqlplus username@ALIAS_IN_TNSNAMES_ORA
Links
http://eldespistado.com/instalacion-de-oracle-instantclient-y-modulos-perl-dbdoracle-en-linux/
About these ads
Share this:
Google+
Paulino Padial
53
3 de 4
http://voidtech.wordpress.com/2013/11/05/centos-6-install-and-configure...
This entry was posted in Espaol, GNU\Linux and tagged centos, oracle on November 5, 2013
[http://voidtech.wordpress.com/2013/11/05/centos-6-install-and-configure-oracle-client/] .
p45l1
Post author
robertow
November 18, 2013 at 5:37 pm
Follow
4 de 4
http://voidtech.wordpress.com/2013/11/05/centos-6-install-and-configure...
I performed you described steps but I dont have any env variables set. Also I cant run /usr/lib/oracle
/11.2/client64/bin/sqlplus. Error message is:
/usr/lib/oracle/11.2/client64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open
shared object file: No such file or directory
Pingback: CentOS 6: Install and configure CX_Oracle Python Library | Void Technology
Follow