Oracle 查询系统信息语句

 

//查询所有的序列
select
* from user_sequences

//查询所有的表名称
select * from user_tables
//查询所有列
select
* from user_tab_columns

 

posted on 2015-06-10 17:08  忙碌ing  阅读(222)  评论(0)    收藏  举报

导航