When we are trying to connect database by using Sql developer, we got below error.
Error:
IO Error: Got minus one from a read call vendor code 17002
Fix:
You can follow these steps to avoid the error:
Error:
IO Error: Got minus one from a read call vendor code 17002
Fix:
You can follow these steps to avoid the error:
- Go to directory $ORACLE_HOME/network/admin
- Make sure you have backup of sqlnet.ora
- Modify sqlnet.ora file with the parameter: (tcp.validnode_checking = no)
- If you don't want to disable this, you can put the machine names as follows: tcp.invited_nodes=(machine1, machine2)
- Bounce the listener or reload the listner (lsnrctl reload)
No comments:
Post a Comment