While running an Identity Governance import process the import stuck and in the Identity Governance log file we can see the error:
INFO [stdout] (taskExecutorServiceContainer-1) org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO ContextPropertiesDST (BusinessFlowId, ContextId, PropertyNameId, PropertyValue) VALUES (?, ?, ?, ?)]; ORA-01401: inserted value too large for column
INFO [stdout] (taskExecutorServiceContainer-1) ; nested exception is java.sql.BatchUpdateException: ORA-01401: inserted value too large for column
Identity Governance 14.x
This is an Oracle limitation where the column has a limit of 2000 characters
This is working as designed but it was generated a HotFix to change the value of what is being stored in the table.
Open a support case to ask the patch "HF_IG-14.5.1-20250425143139-DE627939_36081871_001.tgz.gpg"
After applying the patch follow the below steps to deploy the patch.
Please test on a lower environment before deploying the patch in production.