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: Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com>
Date: Thu, 16 Mar 2006 13:28:24 -0400
Message-ID: <cd4305c10603160928t6cb6d709je07b3c72f4e1206f@mail.gmail.com>


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
Received on Thu Mar 16 2006 - 11:28:24 CST

Original text of this message

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