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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORACLE 6 - ODBC - ACCESS

Re: ORACLE 6 - ODBC - ACCESS

From: Bob Morrison <rmorrison_at_cahners.com>
Date: 1997/03/28
Message-ID: <333BCCB4.1832@cahners.com>#1/1

Stefan Buecken wrote:
>
> Hi,
>
> I am working on an old ORACLE 6 server. With a little luck I managed to
> establish an ODBC-connection between Access 2.0 and this Oracle server.
> I tried to import tables from Access to Oracle. This worked well until I
> made a typing mistake. One tablename in Access started with lower case
> letters. This table has been imported into the Oracle database correctly
> but it is not accessible in Oracle. When I list the tables by 'select *
> from tab' the table is listed. When I import the table via ODBC into
> Access the datas are shown. When I try to access the table in Oracle I
> get an error message that the table is not existing.
>
> Does anyone know how I can access or drop this table? I have dba rights,
> this would allow to delete the entries about the table from the system
> tables (OBJ$ aso.). Because I am not familiar with the basic structur of
> oracle this seems to be to dangerous for me.
>
>
> Thanks for answering in advance.
>
> Stefan

When you try to access an oracle table that was created with lowercase names use quotes. Such as:

select * from "lowercase_table";

Hope this helps.

Bob Morrison Received on Fri Mar 28 1997 - 00:00:00 CST

Original text of this message

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