Sqlplus to Remote Connect To Oracle Database
I have a Linux x86-x64 (RHEL 4.0) VM server. I have installed the files below is installed properly
rpm -ivh oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm
rpm -ivh oracle-instantclient11.2-sqlplus-11.2.0.3.0-1.x86_64.rpm
>export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib:$LD_LIBRARY_PATH
Sqlplus is working, but it seems the tnsname.ora is missing and so is the product folder. What else do I have to install to have it working to remote connect to oracle database?
Thanks,