Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: VERY URGENT -- Catrep.sql
Like Matt, I believe that in most versions (7.3 and higher), catexp.sql
are ran by catalog.sql as well.
Just running catalog.sql and catproc.sql is enough.
Winnie
"Mohammad Rafiq" <rafiq9857_at_hotmail.com>@fatcity.com on 11/09/2000 12:55:01 PM
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:
Subject: Re: VERY URGENT -- Catrep.sql
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
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
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 http://profiles.msn.com. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.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 mayReceived on Thu Nov 09 2000 - 15:23:12 CST