Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 10.2 Upgrade Information Utility
News wrote:
> Sybrand Bakker a écrit :
>
>
>>just run @?/rdbms/admin/utlrp from sqlplus connect as SYS. >>If you still have invalid objects >>select owner, object_name, object_type >>from dba_objects >>where status = 'INVALID' >> >>issue the appropiate ALTER <object_type> <owner>.<object_name> compile >>command to rectify this. >>Pretty basic stuff for a DBA
try recompiling a single one of these objects SQL> alter package dbms_ddl compile;
When the error occurs do the following
SQL> show error
Take the entire screen and copy it and post it here.
Though I would think a smarter thing to do would be to open an iTAR at http://metalink.oracle.com.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Mon Dec 19 2005 - 11:11:53 CST
![]() |
![]() |