Error while connecting SQL developer
"Status failur - Test failed : IO Error : Got minus one from a read call"
Resolution:
1. Open sqlnet.ora from $ORACLE_HOME/network/admin location
2. Change the setting to:
tcp.validate_node = no
3. Now try reconnecting to the database from SQL Developer and you should be able to connect it successfully this time.
"Status failur - Test failed : IO Error : Got minus one from a read call"
Resolution:
1. Open sqlnet.ora from $ORACLE_HOME/network/admin location
2. Change the setting to:
tcp.validate_node = no
3. Now try reconnecting to the database from SQL Developer and you should be able to connect it successfully this time.