The Cleaner
Member²
My system seems to timeout its database connections to Oracle quite rapidly. This may be a DBA settings issue or something on my local system.
My question is this: Is there a way to have PL/SQL developer perform some sort of keep alive feature? Like maybe a "Ping" every so often to ensure that my sessions don't time out? As it stands it takes the program almost a full minute to realize that its not connected, then I log off, then do another login. Multiply this by 50 times a day and I'm losing hair by the minute.
I realize this isn't PL/SQL developers problem, nor am I blaming it. Just curious as to whether its possible to keep my sessions alive through brute force.
Thanks so much!
My question is this: Is there a way to have PL/SQL developer perform some sort of keep alive feature? Like maybe a "Ping" every so often to ensure that my sessions don't time out? As it stands it takes the program almost a full minute to realize that its not connected, then I log off, then do another login. Multiply this by 50 times a day and I'm losing hair by the minute.
I realize this isn't PL/SQL developers problem, nor am I blaming it. Just curious as to whether its possible to keep my sessions alive through brute force.
Thanks so much!