Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> duplicated object
Hi All,
a simple (I hope) question from an Oracle beginners. I'm using Oracle 8.0.5 on Unixware 7.0.1. The statement
select table_name from user_tables where upper(table_name) = 'PIPPO'
give me
PIPPO
Pippo
So I've assumed that the db installation I'm playing with is case sensitive but when I've tried to create a new table named 'PippO' I've got:
ORA-955: name is already used by an existing object
Any tips ?
Regards Received on Fri Feb 01 2002 - 11:41:25 CST
![]() |
![]() |