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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: VERY URGENT -- Catrep.sql

Re: VERY URGENT -- Catrep.sql

From: Mohammad Rafiq <rafiq9857_at_hotmail.com>
Date: Thu, 09 Nov 2000 15:53:19 EST
Message-Id: <10675.121633@fatcity.com>


Besides it is suggested way by Oracle. If you see any upgrade instructions like patch 7.3.4.5.0 notes, you will see these instructions and I think it is better to run all three catalogs at one time to avoid any future complication....
Regards
Rafiq

From: "Ruth Gramolini" <rgramolini_at_tax.state.vt.us> Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Subject: Re: VERY URGENT -- Catrep.sql
Date: Thu, 09 Nov 2000 08:51:19 -0800

Just habit! I always run the three and when I run catexp it says some of the tables did not exist.
Ruth
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Thursday, November 09, 2000 10:51 AM

> 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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ruth Gramolini
   INET: rgramolini_at_tax.state.vt.us

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).

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
Received on Thu Nov 09 2000 - 14:53:19 CST

Original text of this message

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