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 -> REPOST: Re: View Column Definition?

REPOST: Re: View Column Definition?

From: Daniel A. Morgan <damorgan_at_exesolutions.com>
Date: Fri, 25 Jan 2002 21:33:52 +0000
Message-ID: <6$--$%%%%---$-_%_$@news.noc.cabal.int>


It isn't store anywhere because it is totally meaningless ... which I would suggest means you should stop wasting keystrokes typing it.

Instead try:

CREATE OR REPLACE VIEW temp_vi AS
SELECT column1
FROM temp_t1;

Daniel Morgan

1443131_at_usenetplanet.com wrote:

> Let's say that I have created a simple view like this:
>
> create ora replace view TEMP_V1(c1)
> as
> select column1 from TEMP_T1;
>
> Looking up DBA_VIEWS shows the view SQL body definition (select
> column1 from TEMP_T1). However, I do not know where the column
> definition (c1) is stored. Where can I find it? Above is very simple
> example, but for big views with many columns, I need to find out where
> column definitions are. Thank you in advance.

This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers. Received on Fri Jan 25 2002 - 15:33:52 CST

Original text of this message

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