Invalid database objects [message #148844] |
Mon, 28 November 2005 11:16 |
skoskos
Messages: 19 Registered: November 2005 Location: Hell(as)
|
Junior Member |
|
|
Hello ,
I have successfully installed Oracle 10g on Windows XP.
After that , I run the file catalog.sql which creates the oracle dictionary connecting as user sys (file C:\oracle\product\10.2.0\database10g\RDBMS\ADMIN\catalog.sql).
Every command in this file executed successfully - except for some commands for dbobjects which were already in the database(during the RDBMS installation).
The problem is that some objects in sys mainly schema are invalid and remain invalid after compilation . What can I do?
The invalid objects in sys schema are in the attached file.....
|
|
|
|
Re: Invalid database objects [message #148995 is a reply to message #148876] |
Tue, 29 November 2005 08:04 |
skoskos
Messages: 19 Registered: November 2005 Location: Hell(as)
|
Junior Member |
|
|
Thanks for your reply ,
but this script didn't solve the problem because the package body 'SYS.DBMS_REGISTRY_SYS' has compilation errors!!
Any other idea?
|
|
|
Re: Invalid database objects [message #149041 is a reply to message #148844] |
Tue, 29 November 2005 16:58 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
Can you run Enterprise Manager? You can recompile objects under any schema if you have the correct privileges.
Of course there are many 3rd party products, like sqlprogrammer, Insight, ...
Good luck!
|
|
|
Re: Invalid database objects [message #149181 is a reply to message #149041] |
Wed, 30 November 2005 08:15 |
skoskos
Messages: 19 Registered: November 2005 Location: Hell(as)
|
Junior Member |
|
|
Thanks for your reply ,
I can run Enterprise Manager Console - connect as sys/sysdba -through which I see the invalid objects. Unfortunately , the invalid objects cannot become valid.
According to the names of invalid objects (packages , e.t.c.) these objects seem to be related to system registry or somehow a system misconfiguration.
Have you any idea on which can be the problem?
|
|
|
|
|