In automation I am running queries against an excel file, Teradata, local storage and hive, I need to close these connections after the automation is complete. TOAD makes the excel file read only, so maintaining the connection prevents any changes to the source data or a new file to be saved. I have a limit on concurrent connections to Teradata and hive and would just prefer local storage be disconnected.
Thanks