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: Is there any data dictionary to check out the creation statem

RE: Is there any data dictionary to check out the creation statem

From: <chuan.zhang_at_customs.gov.au>
Date: Sun, 27 Jul 2003 18:19:24 -0800
Message-ID: <F001.005C7581.20030727181924@fatcity.com>


Thanks, Chao Zhu.

 Since the "query" column in user_mviews is long data type, when I select query from user_mview, I can only see part of select statement. Even "set linesize" doesn't help.

 One more, what I want is to compare two select statements in "querie" column. But with "query" long data type, I could not do this.

I just wondering why Oracle set this column as varchar2.

Chuan

-----Original Message-----
Sent: Friday, 25 July 2003 18:19
To: Multiple recipients of list ORACLE-L statements

SQL> select query from user_mviews where mview_name='MV_END_ART';

QUERY




SELECT * FROM ARTICLESCATALOG
WHERE END_DATE_DTM > SYSDATE
AND END_DATE_DTM <SYS

Regards
zhu chao
msn:chao_ping_at_163.com
www.cnoug.org
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Friday, July 25, 2003 2:24 PM

> Hi, All,
>
> Is there any data dictionary in Oracle to check out creation statements
of
> materialized view? Something like the user_source view about object
> creation. I have checked user_mviews, user_mview_joins, etc, but I haven't
> got one.
>
> TIA
>
> Chuan
> Important: This transmission is intended only for the use of the addressee
> and may contain confidential or legally privileged information. If you
are
> not the intended recipient, you are notified that any use or dissemination
> of this communication is strictly prohibited. If you receive this
> transmission in error please notify the author immediately by telephone
and
> delete all copies of this transmission together with any attachments.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: chuan.zhang_at_customs.gov.au
>
> 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).
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: zhu chao
  INET: chao_ping_at_vip.163.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).

Important: This transmission is intended only for the use of the addressee
and may contain confidential or legally privileged information.  If you are
not the intended recipient, you are notified that any use or dissemination
of this communication is strictly prohibited.  If you receive this
transmission in error please notify the author immediately by telephone and
delete all copies of this transmission together with any attachments.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: chuan.zhang_at_customs.gov.au

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 Sun Jul 27 2003 - 21:19:24 CDT

Original text of this message

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