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: Redeclaration of Global variables...

Re: Redeclaration of Global variables...

From: rjamya <rjamya_at_gmail.com>
Date: Thu, 16 Mar 2006 16:37:15 -0500
Message-ID: <9177895d0603161337t6f906341y9d9714736c9f852b@mail.gmail.com>


Defining is fine, try assining soem values to them and then see ... I believe this happens because until you use it for the first time, memory isn't allocated to the variable.

you get my drift ...
Raj

On 3/16/06, Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com> wrote:
> Hi
> I think this is a bug, because you can create the same variable, using
> the same datatype.
>
> create or replace package glb_test as
> g_num number;
> g_num number;
> end;
> /
>
> I think nobody had found this bug, or if did, no body reported it, and
> that is the reason why you still see it.
> --
> http://www.freelists.org/webpage/oracle-l

--
----------------------------------------------
Got RAC?
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 16 2006 - 15:37:15 CST

Original text of this message

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