I have a few DB’s that run an “update” query nightly. However, if someone forgets to close their connection, the update fails to run. I’m looking for a procedure or other routine that automatically closes all connections to a database.
I’ve tried a couple I found (KickEmOut, LogOff2K) but these only close the front end of a FE/BE system. My primary concern is with a third party app (ArcView). This is a geographical Information System (GIS) that links graphical mapping to database attribute data. If someone forgets to close ArcView, the connection to my DB remains open – thus no update. What I’d really like is some way to close all connections when the BE opens.
Any suggestions would be greatly appreciated.
Thanks,
SKK
I’ve tried a couple I found (KickEmOut, LogOff2K) but these only close the front end of a FE/BE system. My primary concern is with a third party app (ArcView). This is a geographical Information System (GIS) that links graphical mapping to database attribute data. If someone forgets to close ArcView, the connection to my DB remains open – thus no update. What I’d really like is some way to close all connections when the BE opens.
Any suggestions would be greatly appreciated.
Thanks,
SKK