I enter this command in windows7 for connect to Oracle database on windows server 2008:
sqlplus 'user/pass@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=hostname.network)(Port=1521))(CONNECT_DATA=(SID=remote_SID)))'
but it raise this error:
error: ORA-12560: TNS: protocol adapter error.
I googled and all I find is about check oracle services is started in windows server 2008.
I checked and all oracle services are started.
what should I do?