The firewall setting at the server breaks the connection to an application I am using every 2 hours it sees it idle.
How to i write/configure a task from Windows Scheduler to Ping the database every 30 minutes so that the Firewall is not able to break the connection.
I know I need to use the query "select * from dual"
But I am beginner with zero experience on windows administrative tools.
Can someone please help me, how to do it.
Thanks.