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

Home -> Community -> Usenet -> c.d.o.server -> Re: unvisible tables

Re: unvisible tables

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/04/20
Message-ID: <956252657.4069.0.pluto.d4ee154e@news.demon.nl>#1/1

try
select * from "T_TEST"

Are you sure the underscore is an underscore and no other character. The ODBC driver will not uppercase the table name, which also forces you to use "" at the Oracle side.

Hth,

Sybrand Bakker, Oracle DBA

Reinhard Schlager <reinhard.schlager_at_jk.uni-linz.ac.at> schreef in berichtnieuws 38FF3DEB.77FA7B09_at_jk.uni-linz.ac.at...
> Hello !
>
> I tried to export a MS-ACCESS table via ODBC to a ORACLE 8i DB (on
> windows nt 4.0 SP5)
> say T_TEST, with about 1000 Records.
>
> Everthing looked fine, with
>
> select * from user_tables there is a entry
> T_TEST ....
>
> but if i try :
>
> Select * from T_TEST;
>
> i am told that there is no table T_TEST !!?
>
> I used the same user for exporting via ODBC and SQLPlus
>
> So - can anybody imagine whats going on here ?
>
> Thank you very much for your help !
>
> \Reinhard
Received on Thu Apr 20 2000 - 00:00:00 CDT

Original text of this message

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