Increasing the Maximum Size of VARCHAR2, NVARCHAR2, and RAW Columns in an Oracle RAC Database?
In document of Oracle, it explained
To increase the maximum size ofVARCHAR2,NVARCHAR2, andRAWcolumns in an Oracle RAC database: Shut down all of the Oracle RAC database instances, except one. Restart the Oracle RAC database instance inUPGRADEmode. Change the setting ofMAX_STRING_SIZEtoEXTENDED. Run therdbms/admin/utl32k.sqlscript in the Oracle RAC database instance. You must be connectedAS SYSDBAto run the script. Restart all Oracle RAC database instances inNORMALmode. Run therdbms/admin/utlrp.sqlscript to recompile invalid objects. You must be connectedAS SYSDBA
1