ORA-24372: invalid object for describe
Answers were Sorted based on User's Feedback
Answer / guest
Cause: The object to be described is not valid. It either
has compilation or authorization errors.
Action: The object to be described must be valid.
Please add more information about this Error
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / santosh kumar
Use This query to find out any invalid objects with the same Object name in error.
select object_name,owner,object_type,status
from all_objects
where object_name=&object_in_error;
Then try to compile the invalid objects
| Is This Answer Correct ? | 0 Yes | 0 No |
RMAN-05018: some datafile copies cannot be recovered, aborting the RECOVER command
RMAN-10013: error initializing PL/SQL
ORA-25278: grantee name cannot be NULL
RMAN-06578: INCREMENTAL LEVEL > 0 must be specified with FOR RECOVER OF
ORA-13191: failed to read SDO_ORDCNT value
ORA-29842: option not supported with the version string of the indextype interface
NCR-03024: NCRO: Transport type LIST not supported
LPX-00244: invalid use of less-than ('<') character (use <)
ORA-07227: rtneco: unable to set noecho mode.
RMAN-06428: recovery catalog is not installed
RMAN-06224: Automatic instance created
TNS-00533: Connection dissolved or not yet made