In one of our oracle 11g databases we get following error during ORDS 19.4.0 installation.
[*** script: ords_internal.plb]
Package Body ORDS_INTERNAL compiled
LINE/COL ERROR
--------- -------------------------------------------------------------
129/7 PL/SQL: SQL Statement ignored
134/9 PL/SQL: ORA-00942: table or view does not exist
because package source is wrapped we couldn't get the name of the object that causes this error.
What can I resolve or get the know why I get this error?