Saturday, February 1, 2014

ORA-12560: TNS:protocol adapter error

There two things that you have to look at:
  1.  Make sure you have specify the correct SID: 
  2. cmd> set oracle_sid=yourSid
  3.   Make sure you use the full login expression indicating your sid:
  4. cmd> sqlplus username/pass@yourSid
Hope it paves your way ahead.

No comments:

Post a Comment