Invalid objects
Hello,
After running SQL > @?/rdbms/admin/utlrp.sql . Still have below invalids:
OWNER OBJECT_TYPE OBJECT_NAME
-------------------- -------------------- --------------------
SYS VIEW KU$_FIND_HIDDEN_CONS
_VIEW
APPS_NE TYPE routerConfig1389_T
APPS_NE TYPE costParameters1403_T
Tried to compile manually:
SQL> alter view KU$_FIND_HIDDEN_CONS_VIEW compile;
Warning: View altered with compilation errors.
SQL> show error;
No errors.
SQL> alter type routerConfig1389_T
2 compile;
alter type routerConfig1389_T
*
ERROR at line 1:
ORA-04043: object ROUTERCONFIG1389_T does not exist
Could you please let me know how to proceed further.
Thanks,
Divya