Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to Compile Schema Objects

658523Aug 10 2010 — edited Aug 10 2010
Hi,

After database import operation I have to recompile all schema objects which become invalidated I used following two procedure to compile them
exec dbms_ddl.alter_compile ('Object-Type','Schema-Name','Object-Name');
exec dbms_utility.compile_schema('Schema-Name');

Both Procedures executed successfully. But when I used user_objects View to check the status of Objects it show me Invalid, furthermore the application code also give me error. What could be possible reason for this and how it could be resolved.

Looking forwards for reply

Regards,

Abbasi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2010
Added on Aug 10 2010
5 comments
1,038 views