Open a Oracle Shell? [message #114944] |
Wed, 06 April 2005 09:47 |
Vishal_7
Messages: 63 Registered: April 2005
|
Member |
|
|
Which application do you use to open an oracle shell? I am new to oracle and doesnt really know how to do that. For example in the following thread Barbara uses some kind of shell and types in the SQL. I have Toad and Embarcadero installed, but dont see any shell option there.
Thanks
|
|
|
|
|
Re: Open a Oracle Shell? [message #114951 is a reply to message #114944] |
Wed, 06 April 2005 10:09 |
Vishal_7
Messages: 63 Registered: April 2005
|
Member |
|
|
I dont have sqlplus.exe or sqlplusw.exe installed. I just have the Oracle .NET provider installed on my system. The Oracle database is on another server. I guess I have to download the tool from somewhere.
|
|
|
|
|
|
|
Re: Open a Oracle Shell? [message #114962 is a reply to message #114960] |
Wed, 06 April 2005 10:57 |
Vishal_7
Messages: 63 Registered: April 2005
|
Member |
|
|
Thanks buddy.
I am downloading right now:
Oracle9i Database Release 2 Client for Microsoft Windows 98/2000/NT/XP for 32 Bit.
I downloaded sqlplus for Oracle10, but when I run it I got:
The procedure entry point Ifipthad could not be located in the dynamic link library OCI.dll
It seems that this version doesnt work for me.
|
|
|
|
Re: Open a Oracle Shell? [message #114984 is a reply to message #114969] |
Wed, 06 April 2005 12:28 |
Vishal_7
Messages: 63 Registered: April 2005
|
Member |
|
|
Hey,
I got sqlplus installed, however when trying to login, I always get:
TNS-12560 TNS:protocol adapter error
Where can I set the protocol specification. I did that with the netmanager and also connected successfuly via that. However when running sqlplus.exe it doesnt work.
|
|
|
Re: Open a Oracle Shell? [message #114987 is a reply to message #114984] |
Wed, 06 April 2005 12:39 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
edit sqlnet.ora and comment all entries.
edit tnsnames.ora and add entries to talk to your databases.
search this forum or google for examples.
|
|
|