PAY ATTENTION,THIS TOOL IS DESUPPORTED BY ORACLE
Usage: mydul -s system file -d datafile [ -t table name ] [-u owner name]
[-p output path] [-f full scan flag]
-s: the oracle system tablespace datafile 系统数据文件
-d: the datafile will be duled 用户数据文件
-t: data of the table will be duled 对指定的表进行挖掘(表名)
-u: data of user will be duled 对该用户的数据进行挖掘
-p: path of the output file 指定输出文件存放的路径
-f: full scan flag,ignore the extent map 数据文件全扫描
Version: 1.2 Author: WZSH-SUN
Contact me: Email:wzsh-sun@wzclearcase/" target="_blank" >ccb.com MSN:jerrysun1981@hotmail.com
2、-s -d参数是必须的,其他参数可以选填
如:
352005Jb00195 ','00494 ',to_date('2005-06-06 00:00:00','YYYY-MM-DD
hh24:mi:ss'),to_date('2005-06-06 00:00:00','YYYY-MM-DD hh24:mi:ss'));
insert into LONC_COLLATE values ('80120050125 ',20050297,'WZCB
8012005Jb00480 ','01032 ',to_date('2005-06-06 00:00:00','YYYY-MM-DD
hh24:mi:ss'),to_date('2005-06-06 00:00:00','YYYY-MM-DD hh24:mi:ss'));
2、支持普通数据文件和裸设备的数据挖掘(由于没有linux裸设备环境,只测了aix)
3、支持普通表空间和assm表空间的数据挖掘
4、支持行迁移和行链接的数据挖掘
5、支持的数据类型包括NUMBER,CHAR,VARCHAR2,NCHAR,NVARCHAR2,DATE,TIMESTAMP,RAW,BFILE,LONG,ROWID
2、不支持大数据类型
3、测试不足
archs demo01.dbf redo21.log sysaux01.dbf undotbs01.dbf
control01.ctl demo02.dbf redo31.log system01.dbf
control02.ctl redo11.log sun temp01.dbf
$ mydul -s system01.dbf -d demo01.dbf demo02.dbf
-----------------数据库基本信息--------------------
数据库名称[SUN16K]
数据库ID[198075710]
数据库块大小[16384]
---------------------------------------------------
正在挖掘BOOTSTRAP$数据,共2块,已经挖掘[2]块
正在挖掘OBJ$数据,共51块,已经挖掘[51]块
正在挖掘TAB$数据,共236块,已经挖掘[236]块
正在挖掘USER$数据,共1块,已经挖掘[1]块
正在挖掘T1数据,共53块,已经挖掘[53]块
正在挖掘T2数据,共12块,已经挖掘[12]块
正在挖掘T3数据,共1块,已经挖掘[1]块
挖掘结束,共消耗[3]秒时间,共挖掘[3]个表
$ ls
DEMO_T1.txt archs demo01.dbf redo21.log sysaux01.dbf undotbs01.dbf
DEMO_T2.txt control01.ctl demo02.dbf redo31.log system01.dbf
DEMO_T3.txt control02.ctl redo11.log sun temp01.dbf