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: Paul Drake <paled_at_home.com>
Date: Tue, 22 May 2001 22:52:31 -0700
Message-ID: <F001.0030BB80.20010522225102@fatcity.com>

John Kanagaraj wrote:
>
> >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
> --

Well, if any users have 'restricted session' (because they have "DBA" - don't ask) - the standard 'shutdown immediate/startup restrict' just will not do. This is when the tried and true "REMOVE NETWORK CABLE FROM SERVER" method of restricted session is the only way to perform a real upgrade (from the console).

Paul
BDBAFH just remember to reconnect the cable when you're done.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: paled_at_home.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 Wed May 23 2001 - 00:52:31 CDT

Original text of this message

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