Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: must table names be upper case
DON'T DO IT! I had to in the past migrate a MS Access Database to Oracle , of
course naming conventions MUCH different (argh!). But I tell you, it is a REAL
pain to always enclose the table reference in quotes (stored proc and function
and sql in general!). And I on occassion use the data dictionary to query for
table and column names containing specific data (to change imbedded server paths
from test tp prod etc) , and I tell you, its messy!
I feel that Oracle is a very *BIG* machine with lots of room to make *mistakes* that can bring your database to its knees (kiss of death to the dba). I found that it is always best to adhere to the vendors RECOMMENDATIONS. You don't have to, but it will be more difficult for you to DEBUG later.
Hannah
"Jim Conboy" <Jim.Conboy_at_trw.com> on 11/07/2000 02:48:17 PM
Please respond to ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:
Subject: Re: must table names be upper case
If you enclose the column name in quotes it will retain the case. However, forever after any reference to that column must also be enclosed in quotes and match the case exactly. I think you're just buying trouble doing this.
Jim
>>> peter_at_schoenster.com 11/07/00 02:07PM >>>
Hi,
Whenever I create a table Oracle converts column names to upper case. Is their a setting I can change to avoid this?
Thanks,
Peter
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jim Conboy INET: Jim.Conboy_at_trw.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Nov 08 2000 - 05:25:56 CST