Oracle EM 24ai: _allow_insert_with_update_check failed
May 30, 2025 Leave a comment
Problem:
While installing Oracle Enterprise Manager 24ai, the check for the parameter value _allow_insert_with_update_check failed:

Solution:
If the repository database is a PDB, you need to set this parameter at PDB level.
1) Connect to the repository database using sqlplus as SYS user and run:
SQL> alter system set "_allow_insert_with_update_check"=true;
2) Rerun the check:
It succeeded this time:
