Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Why I don't use all_tab_columns
the distinction is:
ALL_TAB_COLUMNS - columns of all tables/views *accessible* to the user. USER_TAB_COLUMNS- columns of tables/views *owned* by the current user.
and the most useful:
DBA_TAB_COLUMNS - columns of *all* tables/views
mark stratford Received on Thu Jan 09 2003 - 07:28:39 CST
![]() |
![]() |