dont know if that helps cause im not into oracle or sql stuff just found this :
http://www.linuxdoc.org/HOWTO/Oracle-7-HOWTO-5.html
Im trying to access a oracle database that runs on a HP/UX server from my Linux server (which doesnt have Oracle). The Docs Ive read inform me that I need sqlnet in order to get this going, but I cant find sqlnet anywhere.....
Help?
dont know if that helps cause im not into oracle or sql stuff just found this :
http://www.linuxdoc.org/HOWTO/Oracle-7-HOWTO-5.html
That's most understandable, sqlnet has been renamed for years, and it’s now known as Net8.....but I cant find sqlnet anywhere.....
With Oracle8i and later you have an option to install the client software, do that on your linux box. Run net8asst.sh to generate your tnsnames.ora and sqlnet.ora files. Use local naming (tnsnames.ora), pick a service name, pick your protocol (TCP/IP), enter the host name and port number for the server, and enter the SID of the database your going to connect to.
Bookmarks