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: ORA-00942: table or view does not exist

Re: ORA-00942: table or view does not exist

From: Valery Yourinsky <vsu_at_bill.mts.ru>
Date: Fri, 19 Oct 2001 15:14:29 +0400
Message-ID: <3BD00B14.71E1EF01@bill.mts.ru>


adil wrote:
>
> hi all,
>
> I tried to migrate database abc from MS-SQL7 to ORACLE as user sa
> using ORACLE migrtion
> workbench i am getting the error 'ORA-00942: table or view does not
> exist'
> but the table exist in database abc of MS-SQL7

   Try double quote table and columns name

   SELECT * FROM "TableName"

Valery Yourinsky

-- 
Oracle8 Certified DBA
Moscow, Russia
Received on Fri Oct 19 2001 - 06:14:29 CDT

Original text of this message

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