Hi All,
I am trying to write data to an oracle db (creating new table) via alteryx. One of the fields exceeded default limit 258 for 254 limit. How can I ease that limit from Alteryx end instead of database end? Doing the later is having multiple issues when I create table first in DB instead of letting alteryx create the table
Solved! Go to Solution.
@ravitejapaideti you should be able to do this in the Alteryx workflow itself via a Select tool.
You can then create the table via the Output tool that is connecting to your database.