ora-12505-TNS:listener does not currently know of SID
683218Mar 22 2010 — edited Mar 22 2010Hi,
I am getting below error while trying to connect via Toad even it is not connecting using string as below without string is connecting on which node where the database is located.I have already checked listener there is no issue with it as per my knowlege.tnsping is working properly.
1: Toad
ora-12505-TNS:listener does not currently know of SID given in connect descriptor
2:
SQL> conn rms12/rms12@rms;
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
Warning: You are no longer connected to ORACLE.
SQL> conn rms12/rms12
Connected.
SQL>
Regards,