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: Table seems not exist although scheme manager displays it

Re: Table seems not exist although scheme manager displays it

From: Chaim Katz <katz_at_cae.ca>
Date: 1997/07/16
Message-ID: <33CD2DB7.C6E@cae.ca>#1/1

Michael Jenc wrote:
>
> Hi,
>
> I have a strange problem. I have created a table through ODBC
> by exporting a MS Access Database. I can open the table from
> MS Access. I see the table and it's structure in Oracle Scheme
> Manager. But I can't us SQL Plus to select from that table.
> I get the error that the tabled does not exist.
> (I connected to the same user that I used for the ODBC-Connection).
>
> Any suggestions?
>
> Ciao
> Michael
> --
> *********************************************************
> Michael Jenc
> CAS Software GmbH
> Karlsruhe, Germany
>
> Replace the '_' with '-' in E-mail address to contact me
Hi, Oracle tablenames are case sensitive; the name you exported from Access might have lowercase characters in it. Oracle will see it - if you include it in double quotes (Select from "Emp"), or else try again

and use a name in  uppercase ..................  Chaim
Received on Wed Jul 16 1997 - 00:00:00 CDT

Original text of this message

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