ORA-24372: invalid object for describe

Answers were Sorted based on User's Feedback



ORA-24372: invalid object for describe..

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

ORA-24372: invalid object for describe..

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

Post New Answer

More Oracle Errors Interview Questions

O2I-00130: Invalid Java file name

1 Answers  


ORA-02172: The PUBLIC keyword is not appropriate for a disable thread

1 Answers  


ORA-37002: Oracle OLAP failed to initialize. Please contact Oracle OLAP technical support.

1 Answers  


TNS-12555: TNS:permission denied

2 Answers  


RMAN-08551: recovering datafilecopy fno=string name=string

1 Answers  






TNS-01053: Connecting to string

1 Answers  


IMP-00032: SQL statement exceeded buffer length

1 Answers  


ORA-01338: Other process is attached to LogMiner session

1 Answers  


ORA-27542: Failed to unprepare a buffer prepared for remote update

1 Answers  


ORA-00360: not a logfile member: string

1 Answers  


ORA-00400: invalid release value string for parameter string

1 Answers  


ORA-29515: exit called from Java code with status string

1 Answers  


Categories