日期:2014-05-16  浏览次数:20462 次

只需一条语句即可记住所有的ORACLE的系统表

select * from dict ? --所有系统表

select * from dict where TABLE_NAME like 'TAB%'; ?--只是模糊的记得表名