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 -> DD views for view columns

DD views for view columns

From: Joerg Blaese <blaese_at_osn.de>
Date: 1997/06/18
Message-ID: <33A7F0C7.6096@osn.de>#1/1

Hi,
can anybody tell me which DD view (user_..., etc) contains the column part of a view definition?

create or replace view ...
(

   col1,
   col2,
   ...,
   coln
)
as select
...

I'm interested in the col... part, but user_views gives me only the select... part.

TIA, Joerg Received on Wed Jun 18 1997 - 00:00:00 CDT

Original text of this message

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