I am researching on how to migrate our database from a Non-CDB (12.2) to a PDB and get the APEX front end working.
It appeared to work but couldn't get the front end to work, thinking it was a listener issue. Further research showed that I had the above bug occurring for both users.
I see that there is a work around and a patch for APEX_PUBLIC_USER ORA-00600 after migrating from a Non-CDB to a PDB.
I am also experiencing the same issue with ORDS_PUBLIC_USER.
Will this patch work for the ORDS_PUBLIC_USER as well or is it user specific?
ERROR:
ORA-00600: internal
error code, arguments: [kziaVrfyAcctStatInRootCbk: !user],
[APEX_PUBLIC_USER],
[], [], [], [], [], [], [], [], [], []
ERROR:
ORA-00600: internal
error code, arguments: [kziaVrfyAcctStatInRootCbk: !user],
[ORDS_PUBLIC_USER],
[], [], [], [], [], [], [], [], [], []
This is my first post and testing the waters here. Thanks.