Troubleshooting OIM - Error - Cause - Solution
Troubleshooting OIM - ORA Error: 1] Catalog search in OIM showing error when user is clicking on Request access Error: IAM-7130125 : Search token caused Oracle text DRG issue, DB exception is :ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: Oracle Text error: ORA-30576: ConText Option dictionary loading error ORA-04031: unable to allocate 24368 bytes of shared memory ("shared pool","CAT_TAGS","KGLH0^eaf287a9","drdmlpo:new policy") 29902 Cause: The error message you provided indicates that there was an issue with Oracle Text and a failure occurred during the execution of the ODCIIndexStart() routine. Additionally, there was a problem with loading the ConText Option dictionary, and the shared pool memory allocation failed. The ORA-29902 error typically occurs when there is a problem with the Oracle Text index. It could be caused by a variety of factors such as incorrect syntax in the query, missing or invalid index metadata, or in...