I have installed Oracle 9i on my PC and able to logon in SQL plus without the host string part. The user name and the password are 'scott' and 'tiger'. When ever I put my host string 'ORAP' it gives an error message ' ORA-12541- TNS No Listner'. I have started all the services and the tnsnames.ora file is also fine.
I installed the third party tool TOAD. Although I'm able to logon in SQL plus without the host string I'm unable to logon in TOAD without the database. Can anyone suggest a remedy for this?
Here is the entry for my tnsnames.ora file.
ORAP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = your-e659457a65)(POR T = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ORAP)
)
)
I installed the third party tool TOAD. Although I'm able to logon in SQL plus without the host string I'm unable to logon in TOAD without the database. Can anyone suggest a remedy for this?
Here is the entry for my tnsnames.ora file.
ORAP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = your-e659457a65)(POR T = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ORAP)
)
)
Comment