I was wondering if there was a way that I could run multiple queries from a single ODBC connection? I don't want to run into the dreaded "exceeded multiple allowed connections" error, so I was hoping I could build a workflow to connect to the Oracle DB, and then have each query run & save into a csv file. Anyone have an idea how I could accomplish this?