I am receiving below error message when i try to connect to ORACLE through sqlplus.
sqlplus "/nolog"
connect sys as sysdba
ERROR:
ORA-12560: TNS:protocol adapter error
to resolved this i set ORACLE_SID parameter
set ORACLE_SID=EP6
sqlplus "/nolog"
connect sys as sysdba
this time i succeed with login.