Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Data Dictionary View for View Columns?
HI all,
Even I wanted to find the views column names and datatype.I found only the
table names in dba_tab_columns as a dba.
But a little further investigation after all your mails made me realise that
as the user internal you are able to get the view names and the column names
and datatypes from dba_tab_columns.
I think sys should also be able to get the same details.
Regards,
Kamal
-----Original Message-----
From: Jamadagni, Rajendra [mailto:rajendra.jamadagni_at_espn.com]
Sent: Friday, August 18, 2000 9:01 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Data Dictionary View for View Columns?
ALL_TAB_COLUMNS .... will give you that ... table_name column also has view names.
HTH
Raj
-- Author: Jamadagni, Rajendra INET: rajendra.jamadagni_at_espn.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Sep 06 2000 - 12:02:29 CDT
![]() |
![]() |