For some period time of inactivity, connection to Oracle database are dropped and this leads to error - > end-of-file on communication channel
.
Is there any Oracle settings on client machine (sqlnet.ora or some kind of environment variables) which could specify connection timeout and differs from client to client? Or it could be client settings of some "heartbeat" feature (client sends packets in some interval), which prevent connection to be dropped by firewall?
Where I can find setting on server machine for connection timeout due inactivity? Is it possible to see this setting from SQL developer without acquiring physical access to oracle host?
Is it normal behavior for Oracle SQL Developer to be disconnected from Oracle server due inactivity?