Posted on 2010-07-17 10:52
断点 阅读(198)
评论(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 --数据字典表的表