Close

12c big strings – quasi-lobs

One of the new features of 12c is the ability to create varchar2 columns up to 32k in size. This feature isn’t enabled by default. You have to put the db into upgrade mode, set max_string_size to EXTENDED and restart the db. However, once you do that, then the big strings are just like normal…