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: catalog.sql catproc.sql

RE: catalog.sql catproc.sql

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Tue, 22 May 2001 15:24:41 -0700
Message-ID: <F001.0030B7EC.20010522145048@fatcity.com>

>You can do it while users are using the database but you will
>see a performance degration. This is from Oracle Support as
>I had the same question as they have to be run after applying
>a patch. I would rather have the database available albeit slower
>then not at all.
>
>-----Original Message-----
>Sent: Tuesday, May 22, 2001 7:22 AM
>To: Multiple recipients of list ORACLE-L
>
>
>While it doesn't seem like a real great idea, can I get away with
>running catalog.sql and catproc.sql while db has users and jobs
>running? I have a real hard time getting a maintenance window,
>Some docs I've seen explicitly say to do a startup rather
>than startup restrict.
>===============================================================
>Ray Stell stellr_at_vt.edu (540) 231-4109 KE4TJC 28^D
>--

Hi Ray,

If you attempt to load/compile a package that is being used, then the compiling process will hang on the 'library cache pin' latch. The only way then is to either kill all processes using that package - if this package were the 'STANDARD', then I would assume this applies to most of the processes in the database. IMHO, I don't think it is a good idea to run catproc/catalog when users are logged in...

John Kanagaraj

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Kanagaraj
  INET: john.kanagaraj_at_hds.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 Tue May 22 2001 - 17:24:41 CDT

Original text of this message

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