How to connect toad with database ?
945595Oct 12 2012 — edited Oct 13 2012Hai guys,
I have installed Oracle database 11g(SQL PLUS) and it is working. But I like to work in Toad. So i have installed it and when I tried to open it with same username and password which I gave for oracle database it is not opening.
The user name : scott
Password : tiger.
In my TNS Name Editor :
ORCL=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=192.168.2.4)
(PORT=1521)
)
(CONNECT_DATA=
(SERVER=dedicated)
(SERVICE_NAME=orcl)
)
)
it showing the below mentioned error
"ORA-12170: TNS:Connect timeout occurred"