Procedure 'exec_sp_purge_workflow_data.sql' Fails When Trying To Reorg Index On V_FPRINTS_IDX1
(Doc ID 1581396.1)
Last updated on JUNE 13, 2022
Applies to:
Oracle Adaptive Access Manager - Version 11.1.2.1.0 and laterInformation in this document applies to any platform.
Symptoms
An error is thrown while rebuilding index V_FPRINTS_IDX1.
BEGIN OAAM_REBUILD_INDEX('V_FPRINTS'); END;
*
ERROR at line 1:
ORA-01450: maximum key length (3215) exceeded
ORA-06512: at "<PREFIX>_OAAM_PARTN.OAAM_REBUILD_INDEX", line 19
ORA-06512: at line 1
Steps to Reproduce
------------------
1) Configure environment for execution of purge scripts.
2) Invoke exec_sp_purge_workflow_data.sql which internally invokes OAAM_REBUILD_INDEX('V_FPRINTS')
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |