只需一条语句即可记住所有的ORACLE的系统表
select * from dict ? --所有系统表
select * from dict where TABLE_NAME like 'TAB%'; ?--只是模糊的记得表名