断点

每天进步一点点!
posts - 174, comments - 56, trackbacks - 0, articles - 21

Oracle数据字典

Posted on 2010-07-17 10:52 断点 阅读(195) 评论(0)  编辑  收藏 所属分类: Oracle DBA
Oracle的数据库对象分为五种:表,视图,序列,索引和同义词。

select * from  user_tables  -- 当前用户下有多少张表
select * from  user_views  -- 当前用户下有多少张视图
select * from user_sequences; --查询序列
select * from user_indexes; -- 查询索引

select * from  user_constraints  -- 当前用户下有多少约束
select * from  dictionary  --数据字典表的表

只有注册用户登录后才能发表评论。


网站导航: