Hello,
I have been pulling data using an access file for input in the past, but I want to get away form this because I don't like being reliant on the file and because there are linked tables Alteryx can pull from. When I take an exact copy (like copy and paste) of the query from access into Alteryx using an input tool and the Alteryx file it works in a minute or 2 (only trying to pull 282 rows). However if I switch Alteryx to go a data source and Oracle ODBC connection it can run for literally hours (i've never gotten it to complete). I've double checked the query many many times and the query is written correctly for oracle I understand from what I've read that the ODBC has more overhead than other connections but why would it take literally hours to pull 282 rows from a table? I think I have to be doing something wrong, but I've tried different connections and nothing seems work. The only option I seem to have is insert the linked tables in access to a local table then have Alteryx pull the access file.