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

MOSC Banner

Invalid objects IBW_OE_PVT after 12.2.4 upgrade

edited Mar 25, 2015 10:04AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered

invalid objects after 12.2.4 upgrade

SQL> select object_name,object_type,owner from dba_objects where status='INVALID';

OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE OWNER
------------------- ------------------------------
IBW_OE_PVT PACKAGE BODY APPS

SQL> alter package IBW_OE_PVT compile body;
Warning: Package Body altered with compilation errors.
SQL> show error;
Errors for PACKAGE BODY IBW_OE_PVT:
LINE/COL ERROR
-------- -----------------------------------------------------------------
65/1 PL/SQL: SQL Statement ignored
66/6 PL/SQL: ORA-04063: view "APPS.JTF_PF_WA_INFO_VL" has errors
259/1 PL/SQL: ORA-04063: view "APPS.JTF_PF_WA_INFO_VL" has errors
259/1 PL/SQL: SQL Statement ignored
862/1 PL/SQL: SQL Statement ignored

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