Today's Misleading Oracle Error
[Moozik: Japan - Taking Islands In Africa]
Oracle has some bizarre and very misleading error messages sometimes. Take today's gem:
ORA-12162: TNS:net service name is incorrectly specified
Something wrong with the tnsnames.ora file right? Nope. What that error is trying to tell me is that I don't have an ORACLE_SID environment variable set. Obviously ;-)
http://www.oracle.com/pls/db92/db92.drilldown?book=a96525&remark=docindex&expand_all=1
Any time you get one of Oracle's infamously vague error codes, plug it in here. You will get more info, sometimes even helpful info. Sometimes not :)
Thanks for that. I'll keep that in mind for future use - and I'm sure I'll need it. I just ended up googling for the answer ;-)