可以通过select语句生成一个查询脚本,在执行脚本就可以找到对应的表名以及字段名,例如:select 'select * from ' ||table_name ||' where ' ||column_name||'=''123456'';' from user_tab_columns;