-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6-RC2
-
Fix Version/s: 5.5.0-HF12, 5.5.0-HF13, 5.5.0-HF18, 5.6-RC3, 5.6, 5.6.0-HF07
-
Component/s: Core VCS
-
Environment:Oracle
-
Tags:
-
Upgrade notes:
The size of the read acl field used by the ACL optimization must be configurable like it is in PostgreSQL since NXP-6004.
When the size of the acl is bigger than 4k it raises:
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: java.sql.SQLException. message: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "NUXEO.NX_GET_READ_ACL", line 40 ORA-06512: at "NUXEO.NX_TRIG_HIER_READ_ACL_MOD", line 2 ORA-04088: error during execution of trigger 'NUXEO.NX_TRIG_HIER_READ_ACL_MOD' ORA-06512: at "NUXEO.NX_UPDATE_READ_ACLS", line 36
- depends on
-
NXP-6004 Canonicalize read acl to by pass 4k db limits
- Resolved