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

Home -> Community -> Usenet -> c.d.o.server -> Case-Sensitivity of Identifier Names

Case-Sensitivity of Identifier Names

From: Piotr Jozwiak <pjozwiak_at_poczta.onet.pl>
Date: Wed, 10 Jul 2002 19:28:42 +0200
Message-ID: <aghr0p$qo2$1@kujawiak.man.lodz.pl>


The names of database objects - tables, views, columns, and synonyms - are case-sensitive by default in the Oracle database server. How to make them case-insensitive?

Example:

CREATE TABLE TABLE_NAME ( COLUMN_NAME NUMBER ); SELECT "column_name" FROM "table_name";

The select does not work because of case-sensitivity of identifier names.

Thanks,
Peter Received on Wed Jul 10 2002 - 12:28:42 CDT

Original text of this message

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