evergreean
Technical User
I have a Windows NT Client workstation that I am trying to connect to Oracle 9i on a server.
I installed OracleInstantClient on the workstation but can not get sqlplus to work:
I put the OracleInstantClient and sqlplus in a folder I called: C:\Oracle
and setting my paths such as:
SET PATH=C:\Oracle\OracleInstantClient;%PATH%
SET LD_LIBRARY_PATH=C:\Oracle\OracleInstantClient
SET SQLPATH=C:\Oracle\OracleInstantClient
SET TNS_ADMIN=C:\Oracle\OracleInstantClient
SET ORACLE_SID=mydb
Now when I try the sqlplus comand in my DOS window in the C:\ root directory or even in the C:\Oracle directory it says its not a recognized command:
Please advise.
I installed OracleInstantClient on the workstation but can not get sqlplus to work:
I put the OracleInstantClient and sqlplus in a folder I called: C:\Oracle
and setting my paths such as:
SET PATH=C:\Oracle\OracleInstantClient;%PATH%
SET LD_LIBRARY_PATH=C:\Oracle\OracleInstantClient
SET SQLPATH=C:\Oracle\OracleInstantClient
SET TNS_ADMIN=C:\Oracle\OracleInstantClient
SET ORACLE_SID=mydb
Now when I try the sqlplus comand in my DOS window in the C:\ root directory or even in the C:\Oracle directory it says its not a recognized command:
Code:
C:\>sqlplus jones/jones@mydb
'sqlplus' is not recognized as an internal or external command, operable program or batch file.
Please advise.