Database Administration (MOSC)

MOSC Banner

Invalid Objects In database 10g

edited May 14, 2013 6:35AM in Database Administration (MOSC) 5 commentsAnswered ✓
 SQL> select object_name,status,object_type from dba_objects where status='INVALID' and object_type='TYPE';

OBJECT_NAME                                                                                                                      STATUS  OBJECT_TYPE
-------------------------------------------------------------------------------------------------------------------------------- ------- -------------------
SIM_OBJ_RTW_ITEM_DETAILS                                                                                                         INVALID TYPE
SIM_OBJ_TAX_BREAKUP                                                                                                              INVALID TYPE
SIM_OBJ_TSF_ITEM_DETAILS                                                                                                         INVALID TYPE
SIM_OBJ_DSD_ITEM_DETAILS                                                                                                         INVALID TYPE
SIM_OBJ_RTV_ITEM_DETAILS                                                                                                         INVALID TYPE


There are other lot of Invalid objects.

Kindly help it out.

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