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 -> Table created two places

Table created two places

From: Rusty Fadgen <rfadgen_at_cfl.rr.com>
Date: Sat, 12 May 2001 19:09:33 GMT
Message-ID: <NTfL6.203508$fs3.34483203@typhoon.tampabay.rr.com>

SQL> 1 select table name, tablespace name
SQL> 3 where tablespace name in ('TOOLS', 'USER
SQL> /

TABLE NAME                     TABLESPACE NAME

------------------------------ ----------------
BONUS USERS EMP TOOLS DEPT TOOLS DEPT USERS EMP USERS SALGRADE USERS

6 rows selected.

SQL> select * from dept;
select * from dept

              *
ERROR at line 1:
ORA-00942: table or view does not existv

Why does it say the table or view does not exit?

--
Received on Sat May 12 2001 - 14:09:33 CDT

Original text of this message

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