• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
永不言弃,简单就好
每一个付出,都有回报,永远不放弃
博客园    首页    新随笔    联系   管理    订阅  订阅
2009年7月27日
Oracle用户角色权限管理
摘要: (一)什么叫用户(user):A user is a name defined in the database that can connect to and access objects.用户是用连接数据库和访问数据库对象的。(用户是用来连接数据库访问数据库)。(二)什么叫模式(schema):A schema is a collection of database objects (used by a user.).Schema objects are the logical structures that directly refer to the database’s data.模式是 阅读全文
posted @ 2009-07-27 16:14 嘎子 阅读(306) 评论(0) 推荐(0)
[转]Oracle命中率查询,SGA调优
摘要: --数据高速缓存区命中率  --计算公式:1-(physical reads / (db block gets + consistent gets))  --命中率应大于0.90最好    select name,value  from v$sysstat  where name in ('physical reads','db block gets','consistent gets')  / ... 阅读全文
posted @ 2009-07-27 15:00 嘎子 阅读(390) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3