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

MOSC Banner

11.5.10.2 : patch 4369527.generated BOM invalids

edited Sep 1, 2013 11:46PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓

Hi,

patch 4369527.generated BOM invalids

Applying of this patch has generated another set of invalid objects as below.

SQL> l
 1  select owner,OBJECT_NAME,OBJECT_TYPE from  dba_objects
 2* where status='INVALID'
SQL> /

OWNER      OBJECT_NAME                    OBJECT_TYPE
---------- ------------------------------ -------------------
APPS       BOM_EXPLOSION_VIEW             VIEW
APPS       BOM_CONSOLIDATE_EXPLOSION_VIEW VIEW


the errors are :

SQL> alter view BOM_EXPLOSION_VIEW compile;

Warning: View altered with compilation errors.

SQL> show err
No errors.
SQL> select line,text from user_errors where name='BOM_EXPLOSION_VIEW';

     LINE
----------
TEXT
--------------------------------------------------------------------------------
        0
ORA-00942: table or view does not exist


SQL> alter view BOM_CONSOLIDATE_EXPLOSION_VIEW compile;

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