|
-
I am trying to recompile the objects after doing migration from 9204 to 10202
SQL> select object_type ,status from dba_objects where owner='SYS' and object_name='DBMS_REGISTRY';
OBJECT_TYPE STATUS
------------------- -------
PACKAGE VALID
PACKAGE BODY VALID
SQL> select object_type ,status from dba_objects where owner='SYS' and object_name='DBMS_REGISTRY_SYS';
OBJECT_TYPE STATUS
------------------- -------
PACKAGE VALID
PACKAGE BODY VALID
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|