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: Create Database Script..

Re: Create Database Script..

From: Joel Garry <joel-garry_at_home.com>
Date: 3 Sep 2004 14:50:53 -0700
Message-ID: <91884734.0409031350.3f578ef@posting.google.com>


arijitchatterjee123_at_yahoo.co.in (Arijit Chatterjee) wrote in message news:<ea01504d.0409030431.aae3d7e_at_posting.google.com>...
> Respected Sir,
> when I writing
> ========================
> SQL> select * from tab;
> select * from tab
> *
> ERROR at line 1:
> ORA-00942: table or view does not exist
> =======================
> why this error is coming.
> Regards
> Arijit Chatterjee

Try select table_name from all_tables to see what you can select from.

jg

--
@home.com is bogus.
Verrrry Suspicious: 
http://www.signonsandiego.com/uniontrib/20040902/news_1b2oracle.html
Received on Fri Sep 03 2004 - 16:50:53 CDT

Original text of this message

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