Hi all,
When I connect to the database with <username>/<password>@<sid>, I get the error message:
ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
On checking my TNSNAMES.ORA file, the SERVICE_NAME entry is okay.
Now, when I go into the command prompt, I type:
set oracle_sid=test
sqlplus <username>/<password>
, I can log in without any problems. Now could the problem be that my SID name (or SERVICE_NAME) is called TEST ? I.e. is TEST a keyword?
Suggestions to this problem please.
Regards,
Vivek