Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora-904 invalid column name
try with quotes
-----Original Message-----
From: root@fatcity.com@SUNGARD On Behalf Of Rick_Cale@teamhealth.com
Sent: Friday, October 04, 2002 4:06 PM
To: Multiple recipients of list ORACLE-L
Subject: ora-904 invalid column name
Hi All,
Oracle 8.1.6, WinNT
I have view TIMEVIEW. I can do select * from timeview with no errors. If
I select a individual column I get 904 error.
I am doing everything from the schema owner.
Any hints
SQLWKS> desc timeview
Column Name Null? Type
------------------------------ -------- ----
NAS_IP_ADDRESS NOT NULL VARCHAR2(255)
CALLED_STATION_ID VARCHAR2(255)
CALLING_STATION_ID VARCHAR2(255)
ACCT_INPUT_OCTETS NUMBER(38)
ACCT_OUTPUT_OCTETS NUMBER(38)
USER_NAME VARCHAR2(255)
ST NUMBER
MT VARCHAR2(3)
SQLWKS> select mt from timeview;
select mt from timeview
*
ORA-00904: invalid column name
Thanks
Rick
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Rick_Cale@teamhealth.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@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).
![]() |
![]() |