On Feb 27, 4:09*pm, happy <ehabaziz2... (AT) gmail (DOT) com> wrote:
Quote:
How can I extend the timeout for the SQLPLUS sql commands entry ? |
happy, by default SQLPlus itself does not have a timeout. If your
sessions are being timed out then there are several ways it can be
done. mgogala identified database user profiles as one method. The
Oracle database resouce manager can also be used to time out sessions
and kill queries that exceed resource limits.
Many DBA set up dead/idle connection detection scripts that identify
and kill sessions that have not done any work in X time.
Also many Firewalls will close connections throught he firewall that
have not been active for X time.
If mgogala's solution does not appear to fit whatever unposted actual
message you are getting then maybe one of these other items fit.
HTH -- Mark D Powell --