"Question 1:
There is no .exe file, how do I run this program?"
The client itself is just the libraries needed by OTHER programs so they can connect to Oracle db's.
If you have no other tools, or just want to have sqlplus, it needs to be downloaded separately and put into the client directory.
The sqlplus zip is on the same otn page as the rest of the instant client packages.
Main Topics
Browse All Topics





by: schwertnerPosted on 2009-08-05 at 04:31:21ID: 25022139
Edit the PATH environment setting and add c:\instantclient_11_1 before any other Oracle directories. For example, on Windows XP, follow Start -> Control Panel -> System -> Advanced -> Environment Variables and edit PATH in the System variables list.
Set desired Oracle globalization language environment variables such as NLS_LANG. If nothing is set, a default local environment will be assumed.
if you experience connection problems to remote Oracle instance a possible cause could be firewalls and antiviruses. Oracle Listener will redirect the initial port 1521, so to have opened 1521 will not be enough.