The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEORACLE tools reference all database objects (such as table names) in uppercase letters. If you export a Microsoft Access table whose name contains mixed uppercase and lowercase letters, ORACLE tools such as SQL*Net and SQL*Plus will not recognize the table. RESOLUTION
To use the ORACLE tools on an exported Microsoft table whose name contains
mixed uppercase and lowercase letters, place double quotations marks around
the table name (for example, SELECT * FROM "Customers").
STATUSThis behavior is by design. MORE INFORMATION
Microsoft Access sends information to and retrieves information from ORACLE
as literals, placing quotation marks around table and field names. This
causes ORACLE to store Microsoft Access table and field names as literals,
retaining the mixed uppercase and lowercase letters. ORACLE only recognizes
names that contain only uppercase letters.
Additional query words: exporting importing
Keywords : kb3rdparty OdbcOracl |
Last Reviewed: April 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |