Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using DESCRIBE to find datatype
Dratz_at_my-dejanews.com wrote:
>I am trying to build a complex function and one of the things I need is the
>column datatype of an existing column. I know I can find out from using
>DESCRIBE, but is there another generic table or view where I can find this?
user_tab_colums
all_tab_columns
dba_tab_columns
Look at the data_type column.
Chris
![]() |
![]() |