Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: View problem...
Try selecting against all_views (or user_views, dba_views, etc). One of the
columns in the table contains the source sql code for the view and you can
use that to determine where everything in the view comes from.
Hope that helps,
Patrick Flahan
flahan_at_earthlink.net
Jimmy <c6635500_at_comp.polyu.edu.hk> wrote in message
news:37A10FB6.B64DBA3D_at_comp.polyu.edu.hk...
> Hello all,
>
> I have a view in Oracle 7.3. I want to get the table name and the
> column name (of tables) of the view column refers. How can I get the
> above information by query the data dictionary? Or any other ways?
>
> Thanks,
> Jimmy
>
Received on Thu Jul 29 1999 - 11:00:08 CDT
![]() |
![]() |