Oracle Configuration Update
The following Oracle configuration upgrade must be performed on your database server before migrating any data and before installing LIQUENT InSight 6.2.
Please note the following descriptions and settings when performing the Oracle configuration update:
MAX_STRING_SIZEcontrols the maximum size ofVARCHAR2,NVARCHAR2, andRAWdata types in SQL.STANDARDmeans that the length limits for Oracle Database releases prior to Oracle Database 12c apply (for example, 4000 bytes forVARCHAR2andNVARCHAR2, and 2000 bytes forRAW).EXTENDEDmeans that the 32767 byte limit introduced in Oracle Database 12c applies.- The
COMPATIBLEinitialization parameter must be set to12.0.0.0or higher to setMAX_STRING_SIZE = EXTENDED. - You can change the value of
MAX_STRING_SIZEfromSTANDARDtoEXTENDED. However, you cannot change the value ofMAX_STRING_SIZEfromEXTENDEDtoSTANDARD.