Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Invalid objects

edited Aug 20, 2021 10:20AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center