Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Invalid objects in new database

Invalid objects in new database

From: Jim Smith <jim_at_jimsmith.demon.co.uk>
Date: Thu, 13 Jan 2000 21:27:55 +0000
Message-ID: <rSRiuVAbNkf4EwEw@jimsmith.demon.co.uk>


I have the following invalid objects after creating a new database. After numerous attempts to clear them, including recreating the database from scratch I am still at a loss.

DBMS_SUMADV                    PACKAGE BODY

This seems to depend on a non-existent DBMS_SUMADV_LIB. Both DBMS_SUMADV and DBMS_SUMADV_LIB are packages created (wrapped) in prvtsma.plb, and DBMS_SUMADV also seems to be in prvtsum.plb. Thesea are both run from catproc.sql Attempting to recompile complains 'object DBMS_SUMADV_LIB must be declared. I don't even know what it does.  

MDDICT                         PACKAGE BODY
MDEXEC                         PACKAGE BODY
MDEXEX                         PACKAGE BODY
MDTRIG                         PACKAGE BODY
MDVERIFY                       PACKAGE BODY
MD_DDL                         PACKAGE BODY
MD_DML                         PACKAGE BODY
MD_PART                        PACKAGE
MD_PART                        PACKAGE BODY
SERV_PART                      PACKAGE BODY

Attempting to recompile these produces the message that the package does not exist, rather than a compilation error, despite the objects appearing in the dba_objects table. I thought these were part of the spatial option so I recreated the database without that option but they are still there.

I'm using
Oracle 8i (8.1.5)
Redhat Linux 6.0

Is this a Linux only thing or generic 8.1.5. Any ideas?

--
Jim Smith Received on Thu Jan 13 2000 - 15:27:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US