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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: some thing strange with user_tables vs real table

Re: some thing strange with user_tables vs real table

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Sun, 22 Jul 2001 10:07:39 -0700
Message-ID: <F001.00350EC7.20010722084023@fatcity.com>

Rama,

This is an issue with any object that is created via an ODBC connection as ODBC encloses the names in double quotes. Unless the application specifically converts them to uppercase before issuing the DDL, they'll be created with mixed case.

This is most commonly seen when converting tables from MS Access to Oracle. Be advised that this affects the column names too, so they may need to be enclosed in double quotes in order to be accessed. Because of this, I prefer to take the time to convert all table and column names to upper case and Oracle naming conventions BEFORE converting them from Access.

BTW, you can do the same thing manually by enclosing the table or column names in double quotes.

HTH,


Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.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 Sun Jul 22 2001 - 12:07:39 CDT

Original text of this message

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