move 动作在10g之前是进行数据块级碎片处理的一种方法, 虽然经常使用, 但是对于它的内部工作原理还是比较模糊, 在pub上查询
了很久也没有找到解释move工作细节的帖子, 一些大侠有提醒通过 10046 来查看内部工作过程, 生成trc文件并格式化后,文件中存在
大量的oracle底层的数据字典表, 需要逐一查询分析, 这里先将trc及格式化的txt文件贴上来, 也请puber们帮忙看看 。
SQL> alter session set events '10046 trace name context forever, level 12' ;
Session altered.
SQL> alter table aaaa move tablespace log_data ;
Table altered.
SQL> alter session set events '10046 trace name context off' ;
Session altered.
以下对trc文件进行格式化:
tsgoooo$tkprof epd3_ora_23315.trc trace.txt explain=sf/sf print=100 record=sql.txt
tracefile.zip
(2010-12-09 14:40:35, Size: 14.1 KB, Downloads: 0)