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!

Warning: View altered with compilation errors.

s9225May 27 2008 — edited May 27 2008
Hi, All,
I found invalid objects,

SQL> select 'ALTER ' || OBJECT_TYPE || ' ' || owner || '.' || OBJECT_NAME || ' COMPILE;' from dba_objects where status = 'INVALID';

'ALTER'||OBJECT_TYPE||''||OWNER||'.'||OBJECT_NAME||'COMPILE;'
--------------------------------------------------------------------------------
ALTER VIEW ARADMIN.AM_CHECK_TECH COMPILE;

SQL> ALTER VIEW ARADMIN.AM_CHECK_TECH COMPILE;

Warning: View altered with compilation errors.

Any friends with any idea to check?

thanks a lot in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2008
Added on May 27 2008
13 comments
9,472 views