Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: VERY URGENT -- Catrep.sql
Just habit! I always run the three and when I run catexp it says some of
the tables did not exist.
Ruth
----- Original Message -----
From: "Adams, Matthew (GEA, 088130)" <MATT.ADAMS_at_APPL.GE.COM>
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Thursday, November 09, 2000 10:51 AM
Subject: RE: VERY URGENT -- Catrep.sql
> Ruth,
>
> Why run catexp at all? In all versions I checked,
> catexp.sql is run from catalog.sql.
>
> ----
> R. Matt Adams - GE Appliances - matt.adams_at_appl.ge.com
> Building a new system can be accomplished in three modes
> Good, Fast, Cheap
> Pick your favorite two.
>
>
>
> > Try :
> > execute dbms_utility.compile.schema ('SCHEMA_NAME')
> >
> > This will compile all objects in the schema which has the
> > invalid objects.
> > You can find out which objects are invalid and the schema_name by :
> > select object_type, object_name, owner from dba_objects where
> > status='INVALID';
> >
> > However, one other thought, did you run catalog.sql before you ran
> > catproc.sql? The proper order is catalog, catproc, catexp.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Adams, Matthew (GEA, 088130)
> INET: MATT.ADAMS_at_APPL.GE.COM
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Thu Nov 09 2000 - 10:49:16 CST
![]() |
![]() |