How to increase timeout parameter for sqlplus connection?
When I call Sqlplus and do something inside.
Then leave the sqlplus window untouched for a while the Database is AUTOMATICALLY disconnected.
This is because of some timeout parameters.
How can I find out the current sqlplus connection timeout parameter
and how can I change it?
Peter