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.
--
http://www.freelists.org/webpage/oracle-l
- Follow-Ups:
- Re: Redeclaration of Global variables...
- From: rjamya
- RE: Redeclaration of Global variables...
- From: Mark W. Farnham
- References:
- RE: Redeclaration of Global variables...
- From: William B Ferguson
Other related posts:
- » Redeclaration of Global variables...
- » Re: Redeclaration of Global variables...
- » Re: Redeclaration of Global variables...
- » RE: Redeclaration of Global variables...
- » Re: Redeclaration of Global variables...
- » Re: Redeclaration of Global variables...
- » RE: Redeclaration of Global variables...
- » RE: Redeclaration of Global variables...
- » Re: Redeclaration of Global variables...
- Re: Redeclaration of Global variables...
- From: rjamya
- RE: Redeclaration of Global variables...
- From: Mark W. Farnham
- RE: Redeclaration of Global variables...
- From: William B Ferguson