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: All tables

Re: All tables

From: Madhivanan <madhivanan2001_at_gmail.com>
Date: 6 May 2005 06:18:38 -0700
Message-ID: <1115385518.506945.129360@f14g2000cwb.googlegroups.com>


Rauf,
select name from v$database;
gives the error

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

Chris,

SELECT * FROM DBA_TABLES gives the error
 ERROR at line 1:
ORA-00942: table or view does not exist

Madhivanan Received on Fri May 06 2005 - 08:18:38 CDT

Original text of this message

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