Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Value too large error

ravitejapaideti
7 - Meteor

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

1 REPLY 1
RishiK
Alteryx
Alteryx

@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.


Labels
Top Solution Authors