Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Anyone run into this strange ORA-00904 error ??

RE: Anyone run into this strange ORA-00904 error ??

From: Guerra, Abraham J <AGUERRA_at_amfam.com>
Date: Tue, 02 Dec 2003 08:44:31 -0800
Message-ID: <F001.005D86C9.20031202084431@fatcity.com>


Message



Would an export/drop/import work for you?
 
Abraham
-----Original Message-----
From: babette.turnerunderwood@hrdc-drhc.gc.ca [mailto:babette.turnerunderwood@hrdc-drhc.gc.ca]
Sent: Tuesday, December 02, 2003 10:34 AM
To: Multiple recipients of list ORACLE-L
Subject: Anyone run into this strange ORA-00904 error ??

We started having a weird problem that looks like some kind of data dictionary corruption.

My first choice is to run catalog / catproc. This did nothing to resolve the problem.

Why am I able to describe an object, but get ORA-00904 when I try to select from the table...


SQL> desc ispownre3.individual_names;
 Name                                      Null?    Type
 ----------------------------------------- -------- ------------------
 INTERNAL_IDENTIFIER                                NUMBER(12)
 TITLE_CD                                           NUMBER(3)
. . .

SQL> select * from ispownre3.individual_names;
select * from ispownre3.individual_names
                         *
ERROR at line 1:
ORA-00904: invalid column name

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Guerra, Abraham J
  INET: AGUERRA_at_amfam.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Received on Tue Dec 02 2003 - 10:44:31 CST

Original text of this message

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