Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> duplicated object

duplicated object

From: Luca Saccarola <lsaccarola_at_computercenter.it>
Date: Fri, 1 Feb 2002 18:41:25 +0100
Message-ID: <Pine.WNT.4.33.0202011841061.1356-100000@w-saccarol>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US