Hi! That’s a question about compatibility / upgrade / manipulating databalse table nvarchar2 columns …
I have an oracle 12c with extended varchar support. That means NVARCHAR2 is up to 16k big.
Questions:
-
is it possible to use this feature, f.eg. to convert all this NVARCHAR2 with 2k limit to 16k?
So what I’d expect, if the limit is 16k chars, I can use 16k big text fields and the engine nor other components should have a problem with this… -
is there anybody who has some expirience with that?
Thanks, BR,
Peter