Database Administration (MOSC)

MOSC Banner

Invalid objects

edited Apr 5, 2012 4:43AM in Database Administration (MOSC) 7 commentsAnswered

Hi,

After doing a schema refresh we get 56 invalid objects in target schema, i used dbms_utility and UTL_RECOMP.recomp_serial and tried recompiling individually  but it still it is in invalid state,

the source schema has only 6 invalid objects in it.what could be wrog

SQL> select object_name,object_type,status from user_objects where status='INVALID' order by object_type,object_name;

OBJECT_NAME                                                                    
--------------------------------------------------------------------------------
OBJECT_TYPE         STATUS                                                     
------------------- -------                                                    
FN_DATA_TOKENIZER                                                              
FUNCTION            INVALID                                                    
                                                                               
FN_GET_DRIVEN_KPIS                                                             
FUNCTION            INVALID                                                    
                                                                               
FN_GET_KPI_CLASS_EQUATION                                                      
FUNCTION            INVALID                                                    
                                                                               

OBJECT_NAME                                                                    
--------------------------------------------------------------------------------
OBJECT_TYPE         STATUS                                                     
------------------- -------                                                    

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