How to connect to sql plus [message #483060] |
Thu, 18 November 2010 00:58 |
monasingh
Messages: 229 Registered: May 2006 Location: Mumbai
|
Senior Member |
|
|
Hi,
I have to connect to sql*plus to get explain plan.
When I conect in Toad, the credentials are as:-
User/schema :- TestDb
Password :- TestDb
Under direct tab:-
Host :- 172.17.252.96 Port :- 1521
Service Name :- xe
I am not able to connect to sql*plus using:-
Username :- TestDb
Password :- TestDb
Host String :- 172.17.252.96
Not sure how to login when I have IP address
I also tried login as:-
Username :- TestDb
Password :- TestDb
Host String :- xe
Please advice,
Mona
|
|
|
|
|
|
|
Re: How to connect to sql plus [message #486653 is a reply to message #485593] |
Sat, 18 December 2010 00:43 |
gregjay
Messages: 8 Registered: December 2010 Location: Kent
|
Junior Member |
|
|
If you're being asked for a hoststring, it looks to me like you're attempting to connect to sql*plusW, rather than sql*plus.
To connect to a local XE installation, a simple
should do the trick.
|
|
|