oracle查询所有的表和字段的方法

数据库中大量的数据,有些table name或者是column name不清楚的时候,可以通过sql查询到所有的数据表或者是字段名,采用模糊查询的方式查询到大量的表,然后在进一步的筛选,从而查找到你所需要的数据表或者是数据字段;

查询的视图是如下:

all_tab_cols all_tab_columns

查询到指定的表,指定的表的字段名,查到所在的表即可;

转载于:https://www.cnblogs.com/alterhu/archive/2012/05/11/2496520.html

猜你喜欢

转载自blog.csdn.net/weixin_33890499/article/details/94029572