Re: Redeclaration of Global variables...

  • From: "Juan Carlos Reyes Pacheco" <juancarlosreyesp@xxxxxxxxx>
  • To: Oracle-L@xxxxxxxxxxxxx
  • Date: Thu, 16 Mar 2006 13:28:24 -0400

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.
--
//www.freelists.org/webpage/oracle-l


Other related posts: