SOLVED
Value too large error
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ravitejapaideti
7 - Meteor
‎08-26-2021
11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Amazon S3
- Database Connection
1 REPLY 1
RishiK
Alteryx
‎08-26-2021
02:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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.