ORA-03126: network driver does not support non-blocking operations
What triggered the Error:
A non-blocking operation was attempted and the network driver does not support non-blocking operations.What should we do to fix it:
Use default blocking operations or use a driver supporting non-blocking operations.