Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 25, 2022 4:57PM
Likes: 0
Replies: 2
I'm hoping to use the VARCHAR2 column storage type in Oracle rather than NVARCHAR2, which appears to be the default storage type used by Dataiku for strings in Dataiku-managed datasets stored in Oracle. What's the best way to do this?
Best,
Pat
Hi,
It's not possible to change this. We use NVARCHAR2 since it can accomodate all characters, which is not the case of VARCHAR or VARCHAR2.
We'd be interested in hearing more about your use case for using VARCHAR2.