Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: duplicate view
db2group88_at_yahoo.com wrote:
> we are using oracle 10g. Our application required to duplicate a view
> from existing view during run time, which means the only difference is
> different view name and different table name, but the definition is the
> same. in order to do that, i would like to retrieve the catalog info
> about the view. Do you know which view under sys schema provide that
> info?
>
select * from dba_views;
HJR Received on Tue Dec 07 2004 - 17:53:00 CST
![]() |
![]() |