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

Home -> Community -> Usenet -> c.d.o.server -> Re: A good challenge for gurus

Re: A good challenge for gurus

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 20 Oct 1999 20:15:21 +0800
Message-ID: <380DB259.2BF9@yahoo.com>


Reza wrote:
>
> Hi
> I am trying replace (CREATE OR REPLACE PACKAGE BODY ...) in 7.3.4.0
> The package is big ( maybe 5000 lines). SQL*plus says "PACKAGE CREATED
> SUCCESSFULLY" and obviously no errors. The time stamp (Last modified) on the
> package shows that it has just been modified BUT the code changes is not
> there (looking into the source code of the package in the server.
> Please don't tell me that I'm compiling an old code,I have done it three
> times.
> I think it is a problem with memory allocation in SGA (shared pool) to
> compile the package, but why it does not signal ora- 4031 ??
> I am compiling the package when the system is open and busy and lot of users
> on the system and the package might be used but why no errors
> Please shed some light
> Thanks in advance
> regards

There are some issues with 7.3.4.0.0 and PL/SQL although I have not heard of the one you mention...Move to (I think) 7.3.4.3 as a minimum (to to 8)
--



Connor McDonald
"These views mine, no-one elses etc etc" connor_mcdonald_at_yahoo.com

"Some days you're the pigeon, and some days you're the statue." Received on Wed Oct 20 1999 - 07:15:21 CDT

Original text of this message

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