2014年6月13日

索引的五种访问模式

摘要: 1 index unique scan 效率最高,主键或唯一索引2 index fast full scan 读的最快,可以并行访问索引,但输出不按顺序3 index full scan 有顺序的输出,不能并行读索引。4 index range scan 在给定的区间查询5 index s... 阅读全文

posted @ 2014-06-13 14:45 todayiwillgo 阅读(302) 评论(0) 推荐(0)

数据字典

摘要: 分为两类一 存在system表空间以$结尾的基本表dba_.. user_... all_...视图存在于内存x$...的虚表v$...动态性能视图数据字典时哪里来的,是我们建立数据库的时候运行脚本建立的。%oracle_home%\admin\catalog.sql;脚本中含有建立数据字典的语句。... 阅读全文

posted @ 2014-06-13 14:34 todayiwillgo 阅读(206) 评论(0) 推荐(0)

高级dml操作,insert操作

摘要: drop table e1 purge;drop table e2 purge;create table e1 as select ename,sal,hiredatefrom emp where 9=0;create table e2 as select ename,deptno,mgrfrom ... 阅读全文

posted @ 2014-06-13 14:06 todayiwillgo 阅读(158) 评论(0) 推荐(0)

union和union all 和intersect和minus

摘要: union all 不排序,不去重union 排序,去重intersect 取交集 排序去重minus 取差集 排序去重 阅读全文

posted @ 2014-06-13 14:01 todayiwillgo 阅读(75) 评论(0) 推荐(0)

cube和rollup分组

摘要: cube和rollup分组 阅读全文

posted @ 2014-06-13 13:54 todayiwillgo 阅读(94) 评论(0) 推荐(0)

二十四式太极拳

摘要: 、起势 左脚开立 两臂前举屈膝按掌 二、左右野马分鬃 1、左野马分鬃 稍右转体 收脚抱球 转体上步 弓步分手 2、右野马分鬃 坐撇脚 收脚抱球 转体上步 弓步分手 3、左野马分鬃 坐撇脚 收脚抱球 转体上步 弓步分手 三、白鹤亮翅 稍右转体 跟步抱球 坐转体 ... 阅读全文

posted @ 2014-06-13 13:43 todayiwillgo 阅读(174) 评论(0) 推荐(0)

导航