Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Materialized View Problem
Can you post the entire CREATE statement?
Rick
> -----Original Message-----
> From: Terri Williamson/MIS/HQ/KEMET/US [SMTP:TerriWilliamson_at_kemet.com]
> Sent: Thursday, February 22, 2001 9:26 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Materialized View Problem
>
> Hi All,
>
> I am trying to create a materialized view that contains a subquery for the
> FROM clause. I can run the sql in the view fine, but when I try to create
> the view I get the following error:
>
> MES_LOT a,
> *
> ERROR at line 27:
> ORA-00998: must name this expression with a column alias
>
> This is the first table listed in the subquery. As you can see, I have
> the
> table aliased. Does anyone have an idea of what could be causing this
> error, or what I am doing wrong?
>
> Thanks;
> Terri Williamson
> Kemet Electronics
> TerriWilliamson_at_Kemet.com
> (864) 963-6428
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Terri Williamson/MIS/HQ/KEMET/US
> INET: TerriWilliamson_at_kemet.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Cale, Rick T (Richard) INET: RICHARD.T.CALE_at_saic.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Thu Feb 22 2001 - 10:56:02 CST