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 -> Re: Trying to create a simple view against system view. Don't think possible

Re: Trying to create a simple view against system view. Don't think possible

From: <Sebastian.Rehm_at_de.bosch.com>
Date: Tue, 13 Feb 2001 11:13:07 +0100
Message-ID: <96b1bl$dih$1@proxy2.fe.internet.bosch.de>

create view testview (table_name) as select table_name from dba_tab_columns;

worked fine for me !

> Eg "create view testview (table_name) select as table_name from
> dba_tab_columns" won't work.
Received on Tue Feb 13 2001 - 04:13:07 CST

Original text of this message

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