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: Can Not find table error

Re: Can Not find table error

From: Jeremy <newspostings_at_hazelweb.co.uk>
Date: Tue, 17 Jun 2003 17:36:47 +0100
Message-ID: <MPG.195953ffb20240d6989740@news.cis.dfn.de>


In article <b87c466c.0306170827.66d4e6e7_at_posting.google.com>, spebola_at_swbell.net says...
> I created a table via the OEM using SQL Plus Worksheet and the vb.Net
> 2003 program can not find it. I receive error message ORA-00942
> (cannot find table or view). The script I used to create the table
> is:
>
> create table Cont
> (CN_ContNo NUMBER(6) NOT NULL,
> CN_AMYM Char(8) NOT NULL,
> CN_CompCode Char(5) NOT NULL,
> CN_OfficeCode Char(5) NOT NULL,
> CN_CustCode Char(5) NOT NULL,
> .
> .
> .
> CN_Verify CHAR(1) NOT NULL,
> constraint Cont_PK PRIMARY KEY (CN_ContNo, CN_AMYM)
> );
>

<snip>

Are you connecting to the same user that you were connected to when you created the table?

-- 

jeremy
Received on Tue Jun 17 2003 - 11:36:47 CDT

Original text of this message

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