install em 13.5 fails on creating sysman view
Oracle database 19.3
install em 13.5 on redhat 7.9 fails with:
Error encountered executing SQL statement FileName: '/u01/app/oracle/product/middleware/sysman/admin/emdrep/sql/core/latest/basic/basic_tables_mgmt_msg.sql' LineNumber: '93'
SQL Statement: [create or replace editioning view MGMT_MESSAGES as select * from MGMT_MESSAGES_E]
java.sql.SQLException: ORA-00600: internal error code, arguments: [kkdlInvalidateSynonyms2.1], [100497]
When i execute create or replace editioning view sysman.MGMT_MESSAGES as select * from sysman.MGMT_MESSAGES_E;
I get the same error:
ORA-00600: internal error code, arguments: [kkdlInvalidateSynonyms2.1], [100497]
What goes wrong, what to do?