I am trying to alter but it is giving below error- (database version -12.2.0.4)
SQL> alter system set "_allow_insert_with_update_check"=true scope=both;
alter system set "_allow_insert_with_update_check"=true scope=both * ERROR at line 1: ORA-02065: illegal option for ALTER SYSTEM
Remove parenthesis alter system set _allow_insert_with_update_check=true scope=both