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

Re: ORA-00942

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1998/03/17
Message-ID: <6elcp1$osn$4@news02.btx.dtag.de>#1/1

On Mon, 16 Mar 1998 20:15:54 +0200, "Billy Verreynne" <vslabs_at_onwe.co.za> wrote: Hi,

in addition to billy:

be sure that you've the rights granted to select, update, insert into or from this table.

>Ikenna Aniagoh wrote in message <6ekn46$ao3_at_bgtnsc02.worldnet.att.net>...
>>I am developing using Delphi 3 and Oracle 8 as the backend. When I run the
>>program I get this error.
>>
>>"ORA-00942 table or view does not exist". Can someone please tell me what
 to
>>do.
>
>
>Funny thing is that in Oracle the error message is usually right. So if
>Oracle says that it does not have the faintest idea about the table/view
>that you try to reference, you better believe it.
>
>So, either create the table/view you're trying to use, or make sure you
>specify the table owner together with the tablename, e.g. doris.customers
>instead of just customers.
>
>
>

--

Regards

Matthias Gresz    :-)

GreMa_at_T-online.de
Received on Tue Mar 17 1998 - 00:00:00 CST

Original text of this message

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