ACC: ORACLE Tools Do Not Recognize Exported MS Access Tables

Last reviewed: May 28, 1997
Article ID: Q119135
The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0

SYMPTOMS

Moderate: Requires basic macro, coding, and interoperability skills.

ORACLE tools do not recognize Microsoft Access tables that you have exported.

CAUSE

ORACLE 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").

Another workaround to this behavior is to rename your tables using only uppercase letters and then export them again.

STATUS

This 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.

The third-party products discussed here are manufactured by Oracle Corporation, a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.


Additional query words: exporting importing
Keywords : kb3rdparty OdbcOracl
Version : 2.0 7.0
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.