Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why Oracle Enforce Name Uniquness ???!!!
On Fri, 3 Nov 2006, noone_at_gmail_dot_com wrote:
> Dang !
>
> why Oracle does not allow a table to have same name as another object
> type ???!!!
>
> SQL> create or replace package woohoo is procedure p_woohoo; end ;
> 2 /
>
> Package created
>
> SQL> create table woohoo as select * from scott.emp;
>
> ORA-00955: name is already used by an existing object
Dang,
How come Operating Systems only allow the same named file within a particular directory?
-- Galen BoyerReceived on Sat Nov 04 2006 - 05:38:03 CST
![]() |
![]() |