Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Redeclaration of Global variables...
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-lReceived on Thu Mar 16 2006 - 11:28:24 CST