I have installed both Oracle 12c and Oracle Client on Windows 8.1. The database was working fine until I installed Oracle Client Software alongwith Oracle Development tool for VS2013 as I wanted to develop a C# application that connected to Oracle database.However after I installed it I'm getting this error.
When I type the following sqlplus / as sysdba
in cmd I get the following error:
ERROR
ORA-12560: TNS: protocol adapter error
I followed the steps on this link.
I Googled a lot and it seems that these are maybe interfering with each other. Can anybody help?