Oracle 通过字段名查询其所在的表

时间:2021-02-03 19:10:36

select owner , table_name , column_name from dba_tab_columns where column_name='LOG_TYPE' ;