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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Import von ACCESS via ODBC

Re: Import von ACCESS via ODBC

From: TurkBear <noone_at_nowhere.com>
Date: Mon, 16 Apr 2001 12:22:04 -0500
Message-ID: <ecamdtg5it296600vmhlo8food4n5c2kfi@4ax.com>

Hi Kay,
You may have fallen victim to the 'mixed case' problem...ACCESS does not translate the table name into upper case, and Oracle does not like mixed case table names ( at least SqlPlus doesn't) unless they are enclosed in quotes so try:

Select * from "Books";

In the future change the Access table name to all upper case before exporting...

hth,

Kay Schulz <kay_schulz_at_yahoo.com> wrote:

>Hi
>I tried to export an access table via the ODBC export
>feature into Oracle 8.1.5;
>I didn't get an error
>When I go into SQL*Plus and do
>select TABLE_NAME from ALL_TABLES;
>I see the two tables I wanted
>So I did
>select * from Books;
>Table or View not existing
>How can this be?
>If it would be empty, fine, but not existing while the other
>command told me it exists ....
>Weird.
>Please help
>Kay

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- Received on Mon Apr 16 2001 - 12:22:04 CDT

Original text of this message

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