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!

dbms_utility.compile_schema procedure hangs all the time

flying_penguinApr 2 2008 — edited Apr 2 2008

Is there any wrong with dbms_utility.compile_schema procedure. Whenever i try to recompile objects in a schema using

exec dbms_utility.compile_schema(USER);

the session hangs (and after 3 or 4 hours i terminate the execution). I always have to manually recompile objects using PL/SQL developer. Is there an alternative to dbms_utility.compile_schema procedure?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2008
Added on Apr 2 2008
1 comment
1,896 views