本文将介绍ODU支持的命令,以v2.3.0为基础详细描述ODU的命令。
odu的命令以回车为结束,而不是像SQLPLUS那样的使用“;"号
1. help命令
help命令,显示ODU支持的命令列表,每个命令后面有简短描述:
ODU> help
help ---- get command list
exit ---- exit from odu
spool ---- spool information to file
host ---- enter os terminal
load config ---- load config information from file
open ---- load database filename list from file
osdump ---- dump file format hex
dump ---- dump oracle datafile block
rowid ---- decode rowid components
unload ---- unload data
scan ---- scan extent or segment
list ---- list schema object,partition,datafile
charset ---- get or list supported charset name
在执行一个命令时,如果输入的命令格式不对,将会提示那个命令的命令格式。
2. load config命令
load config命令用于载入ODU的配置文件。命令格式如下:
load config [filename]
缺省的文件名是config.txt
ODU在启动时,会自动载入名为config.txt的配置文件。我将撰文专门介绍ODU的配置文件。
ODU启动后,也可以重新载入配置文件,载入新配置后,会立即生效。
下面是一个示例:
ODU> load config
byte_order little
block_size 8192
db_timezone -7
client_timezone 8
data_path data
lob_path lob
charset_name ZHS16GBK
ncharset_name AL16UTF16
output_format text
lob_storage infile
clob_byte_order little
trace_level 4
delimiter |load control file 'config.txt' successful
3. open命令
open命令打开控制文件,这个控制文件类似于oracle的控制文件,存储了数据文件的信息。缺省的控制文件名是control.txt。该命令的格式如下:
open [filename]
如果不指定filename,则文件名缺省为control.txt
控制文件的格式如下:
表空间号 文件号 相对文件号 文件名 块大小 是否大文件表空间 文件头偏移量
这七项内容之间以一个或多个空格分隔。前四项是必填项,后三项是可填项。
块大小的有效值为2048, 4096, 8192, 16384, 32768
是否大文件表空间的有效值为yes,no,y,n如果不指定,默认值为no
文件头偏移量以字节为单位,一般来说,低版本的AIX所创建的裸设备有4K的偏移量,对于新版本的AIX,如果所建的VG为Scalable的,则偏移量为0。如果是BIG VG,建LV时指定了"-T O“,偏移量为0,否则为4096字节。Tru64系统上的裸设备偏移量为64K。
如果不指定文件头偏移量,则默认值为0。
如果文件头是完好的,则ODU会自动识别”表空间号,文件号和相对文件号“,因此这三项可通通填为0。
ODU启动时,自动加载默认的控制文件control.txt。ODU启动后,如果修改了control.txt,则可以使用此命令再次打开控制文件。
下面是一个示例:
ODU> open
ts# fn rfn bsize blocks bf offset filename
---- ---- ---- ----- -------- -- ------ --------------------------------------------
0 1 1 4096 128000 N 0 D:\ORACLE\ORADATA\XJ\SYSTEM01.DBF
1 2 2 4096 51200 N 0 D:\ORACLE\ORADATA\XJ\UNDOTBS01.DBF
3 3 3 4096 5120 N 0 D:\ORACLE\ORADATA\XJ\DRSYS01.DBF
4 4 4 4096 37280 N 0 D:\ORACLE\ORADATA\XJ\EXAMPLE01.DBF
5 5 5 4096 6400 N 0 D:\ORACLE\ORADATA\XJ\INDX01.DBF
6 6 6 4096 5120 N 0 D:\ORACLE\ORADATA\XJ\ODM01.DBF
7 7 7 4096 5120 N 0 D:\ORACLE\ORADATA\XJ\TOOLS03.DBF
7 8 8 4096 512 N 0 D:\ORACLE\ORADATA\XJ\TOOLS02.DBF
9 9 9 4096 9760 N 0 D:\ORACLE\ORADATA\XJ\XDB01.DBF
11 10 10 2048 56655 N 0 D:\ORACLE\ORADATA\XJ\TEST01.DBF
14 11 11 16384 256 N 0 D:\ORACLE\ORADATA\XJ\K16.DBF
load control file 'control.txt' successful
控制文件打后,显示的信息,分别是”表空间号,(绝对)文件号,相对文件号,块大小,文件块数,是否大文件表空间,文件头偏移量,文件名“
--to be continued
[…] 接上文《ODU命令详解 PartI》,本文继续介绍ODU的命令 […]
[…] 这个参数设置数据文件缺省的块大小。ODU支持同一数据库具有不同块大小数据文件,如果在ODU的control文件中没有没文件指定块大小(参见《ODU命令详解 PartI》中“open”命令),则使用配置文件中的BLOCK_SIZE指定的大小。这个参数可选的值有2048、4096、8192、16384、32768,默认值是8192。 […]
你好!
control.txt中的每一项 都要自己填全吗?
[回复]
操作系统:tru64
数据文件存放在文件系统中,odu读取报:
E:\odu>odu
Oracle Data Unloader:Release 3.0.9
Copyright (c) 2008,2009 XiongJun. All rights reserved.
Web: http://www.laoxiong.net
Email: magic007cn@gmail.com
loading default config…….
byte_order big
block_size 8192
data_path E:\odu\data
lob_path lob
charset_name UTF8
ncharset_name AL16UTF16
output_format dmp
lob_storage file
clob_byte_order little
trace_level 1
delimiter |
load control file ‘config.txt’ successful
loading default control file ……
unknown file format ‘e:\odu\data\system01.dbf’
unknown file format ‘e:\odu\data\cwmlite01.dbf’
unknown file format ‘e:\odu\data\drsys01.dbf’
unknown file format ‘e:\odu\data\example01.dbf’
unknown file format ‘e:\odu\data\indx01.dbf’
unknown file format ‘e:\odu\data\odm01.dbf’
unknown file format ‘e:\odu\data\tools01.dbf’
unknown file format ‘e:\odu\data\users03.dbf’
unknown file format ‘e:\odu\data\users02.dbf’
unknown file format ‘e:\odu\data\users01.dbf’
unknown file format ‘e:\odu\data\xdb01.dbf’
unknown file format ‘e:\odu\data\APP_DATA2.dbf’
unknown file format ‘e:\odu\data\APP_DATA1.dbf’
unknown file format ‘e:\odu\data\RK_DATA60.dbf’
unknown file format ‘e:\odu\data\RK_DATA61.dbf’
unknown file format ‘e:\odu\data\RK_DATA59.dbf’
unknown file format ‘e:\odu\data\RK_DATA57.dbf’
unknown file format ‘e:\odu\data\RK_DATA58.dbf’
unknown file format ‘e:\odu\data\RK_DATA62.dbf’
unknown file format ‘e:\odu\data\RK_DATA66.dbf’
unknown file format ‘e:\odu\data\RK_DATA67.dbf’
unknown file format ‘e:\odu\data\RK_DATA65.dbf’
unknown file format ‘e:\odu\data\RK_DATA63.dbf’
unknown file format ‘e:\odu\data\RK_DATA64.dbf’
unknown file format ‘e:\odu\data\RK_DATA49.dbf’
unknown file format ‘e:\odu\data\RK_DATA50.dbf’
unknown file format ‘e:\odu\data\RK_DATA48.dbf’
unknown file format ‘e:\odu\data\RK_DATA46.dbf’
unknown file format ‘e:\odu\data\RK_DATA47.dbf’
unknown file format ‘e:\odu\data\RK_DATA51.dbf’
unknown file format ‘e:\odu\data\RK_DATA55.dbf’
unknown file format ‘e:\odu\data\RK_DATA56.dbf’
unknown file format ‘e:\odu\data\RK_DATA54.dbf’
unknown file format ‘e:\odu\data\RK_DATA52.dbf’
unknown file format ‘e:\odu\data\RK_DATA53.dbf’
unknown file format ‘e:\odu\data\RK_DATA68.dbf’
unknown file format ‘e:\odu\data\RK_DATA83.dbf’
unknown file format ‘e:\odu\data\RK_DATA84.dbf’
unknown file format ‘e:\odu\data\RK_DATA82.dbf’
unknown file format ‘e:\odu\data\RK_DATA80.dbf’
unknown file format ‘e:\odu\data\RK_DATA81.dbf’
unknown file format ‘e:\odu\data\RK_DATA85.dbf’
unknown file format ‘e:\odu\data\RK_DATA89.dbf’
unknown file format ‘e:\odu\data\RK_DATA90.dbf’
unknown file format ‘e:\odu\data\RK_DATA88.dbf’
unknown file format ‘e:\odu\data\RK_DATA86.dbf’
unknown file format ‘e:\odu\data\RK_DATA87.dbf’
unknown file format ‘e:\odu\data\RK_DATA72.dbf’
unknown file format ‘e:\odu\data\RK_DATA73.dbf’
unknown file format ‘e:\odu\data\RK_DATA71.dbf’
unknown file format ‘e:\odu\data\RK_DATA69.dbf’
unknown file format ‘e:\odu\data\RK_DATA70.dbf’
unknown file format ‘e:\odu\data\RK_DATA74.dbf’
unknown file format ‘e:\odu\data\RK_DATA78.dbf’
unknown file format ‘e:\odu\data\RK_DATA79.dbf’
unknown file format ‘e:\odu\data\RK_DATA77.dbf’
unknown file format ‘e:\odu\data\RK_DATA75.dbf’
unknown file format ‘e:\odu\data\RK_DATA76.dbf’
unknown file format ‘e:\odu\data\RK_DATA15.dbf’
unknown file format ‘e:\odu\data\RK_DATA16.dbf’
unknown file format ‘e:\odu\data\RK_DATA14.dbf’
unknown file format ‘e:\odu\data\RK_DATA12.dbf’
unknown file format ‘e:\odu\data\RK_DATA13.dbf’
unknown file format ‘e:\odu\data\RK_DATA17.dbf’
unknown file format ‘e:\odu\data\RK_DATA21.dbf’
unknown file format ‘e:\odu\data\RK_DATA22.dbf’
unknown file format ‘e:\odu\data\RK_DATA20.dbf’
unknown file format ‘e:\odu\data\RK_DATA18.dbf’
unknown file format ‘e:\odu\data\RK_DATA19.dbf’
unknown file format ‘e:\odu\data\RK_DATA04.dbf’
unknown file format ‘e:\odu\data\RK_DATA05.dbf’
unknown file format ‘e:\odu\data\RK_DATA03.dbf’
unknown file format ‘e:\odu\data\RK_DATA01.dbf’
unknown file format ‘e:\odu\data\RK_DATA02.dbf’
unknown file format ‘e:\odu\data\RK_DATA06.dbf’
unknown file format ‘e:\odu\data\RK_DATA10.dbf’
unknown file format ‘e:\odu\data\RK_DATA11.dbf’
unknown file format ‘e:\odu\data\RK_DATA09.dbf’
unknown file format ‘e:\odu\data\RK_DATA07.dbf’
unknown file format ‘e:\odu\data\RK_DATA08.dbf’
unknown file format ‘e:\odu\data\RK_DATA23.dbf’
unknown file format ‘e:\odu\data\RK_DATA38.dbf’
unknown file format ‘e:\odu\data\RK_DATA39.dbf’
unknown file format ‘e:\odu\data\RK_DATA37.dbf’
unknown file format ‘e:\odu\data\RK_DATA35.dbf’
unknown file format ‘e:\odu\data\RK_DATA36.dbf’
unknown file format ‘e:\odu\data\RK_DATA40.dbf’
unknown file format ‘e:\odu\data\RK_DATA44.dbf’
unknown file format ‘e:\odu\data\RK_DATA45.dbf’
unknown file format ‘e:\odu\data\RK_DATA43.dbf’
unknown file format ‘e:\odu\data\RK_DATA41.dbf’
unknown file format ‘e:\odu\data\RK_DATA42.dbf’
unknown file format ‘e:\odu\data\RK_DATA27.dbf’
unknown file format ‘e:\odu\data\RK_DATA28.dbf’
unknown file format ‘e:\odu\data\RK_DATA26.dbf’
unknown file format ‘e:\odu\data\RK_DATA24.dbf’
unknown file format ‘e:\odu\data\RK_DATA25.dbf’
unknown file format ‘e:\odu\data\RK_DATA29.dbf’
unknown file format ‘e:\odu\data\RK_DATA33.dbf’
unknown file format ‘e:\odu\data\RK_DATA34.dbf’
unknown file format ‘e:\odu\data\RK_DATA32.dbf’
unknown file format ‘e:\odu\data\RK_DATA30.dbf’
unknown file format ‘e:\odu\data\RK_DATA31.dbf’
unknown file format ‘e:\odu\data\SYSAUX01.dbf’
unknown file format ‘e:\odu\data\SJK_DATA01.dbf’
unknown file format ‘e:\odu\data\RKXT01.dbf’
unknown file format ‘e:\odu\data\ZA_PCS01.dbf’
ts# fn rfn bsize blocks bf offset filename
—- —- —- —– ——– — —— ————————–
—-
0 1 1 8192 0 N 4096 e:\odu\data\system01.dbf
3 3 3 8192 0 N 4096 e:\odu\data\cwmlite01.dbf
4 4 4 8192 0 N 4096 e:\odu\data\drsys01.dbf
5 5 5 8192 0 N 4096 e:\odu\data\example01.dbf
6 6 6 8192 0 N 4096 e:\odu\data\indx01.dbf
7 7 7 8192 0 N 4096 e:\odu\data\odm01.dbf
8 8 8 8192 0 N 4096 e:\odu\data\tools01.dbf
9 84 84 8192 0 N 4096 e:\odu\data\users03.dbf
9 83 83 8192 0 N 4096 e:\odu\data\users02.dbf
9 9 9 8192 0 N 4096 e:\odu\data\users01.dbf
10 10 10 8192 0 N 4096 e:\odu\data\xdb01.dbf
11 52 52 8192 0 N 4096 e:\odu\data\APP_DATA2.dbf
11 11 11 8192 0 N 4096 e:\odu\data\APP_DATA1.dbf
12 92 92 8192 0 N 4096 e:\odu\data\RK_DATA60.dbf
12 94 94 8192 0 N 4096 e:\odu\data\RK_DATA61.dbf
12 91 91 8192 0 N 4096 e:\odu\data\RK_DATA59.dbf
12 89 89 8192 0 N 4096 e:\odu\data\RK_DATA57.dbf
12 90 90 8192 0 N 4096 e:\odu\data\RK_DATA58.dbf
12 95 95 8192 0 N 4096 e:\odu\data\RK_DATA62.dbf
12 100 100 8192 0 N 4096 e:\odu\data\RK_DATA66.dbf
12 101 101 8192 0 N 4096 e:\odu\data\RK_DATA67.dbf
12 98 98 8192 0 N 4096 e:\odu\data\RK_DATA65.dbf
12 96 96 8192 0 N 4096 e:\odu\data\RK_DATA63.dbf
12 97 97 8192 0 N 4096 e:\odu\data\RK_DATA64.dbf
12 76 76 8192 0 N 4096 e:\odu\data\RK_DATA49.dbf
12 77 77 8192 0 N 4096 e:\odu\data\RK_DATA50.dbf
12 75 75 8192 0 N 4096 e:\odu\data\RK_DATA48.dbf
12 73 73 8192 0 N 4096 e:\odu\data\RK_DATA46.dbf
12 74 74 8192 0 N 4096 e:\odu\data\RK_DATA47.dbf
12 79 79 8192 0 N 4096 e:\odu\data\RK_DATA51.dbf
12 85 85 8192 0 N 4096 e:\odu\data\RK_DATA55.dbf
12 86 86 8192 0 N 4096 e:\odu\data\RK_DATA56.dbf
12 82 82 8192 0 N 4096 e:\odu\data\RK_DATA54.dbf
12 80 80 8192 0 N 4096 e:\odu\data\RK_DATA52.dbf
12 81 81 8192 0 N 4096 e:\odu\data\RK_DATA53.dbf
12 102 102 8192 0 N 4096 e:\odu\data\RK_DATA68.dbf
12 120 120 8192 0 N 4096 e:\odu\data\RK_DATA83.dbf
12 121 121 8192 0 N 4096 e:\odu\data\RK_DATA84.dbf
12 119 119 8192 0 N 4096 e:\odu\data\RK_DATA82.dbf
12 117 117 8192 0 N 4096 e:\odu\data\RK_DATA80.dbf
12 118 118 8192 0 N 4096 e:\odu\data\RK_DATA81.dbf
12 122 122 8192 0 N 4096 e:\odu\data\RK_DATA85.dbf
12 126 126 8192 0 N 4096 e:\odu\data\RK_DATA89.dbf
12 127 127 8192 0 N 4096 e:\odu\data\RK_DATA90.dbf
12 125 125 8192 0 N 4096 e:\odu\data\RK_DATA88.dbf
12 123 123 8192 0 N 4096 e:\odu\data\RK_DATA86.dbf
12 124 124 8192 0 N 4096 e:\odu\data\RK_DATA87.dbf
12 109 109 8192 0 N 4096 e:\odu\data\RK_DATA72.dbf
12 110 110 8192 0 N 4096 e:\odu\data\RK_DATA73.dbf
12 108 108 8192 0 N 4096 e:\odu\data\RK_DATA71.dbf
12 103 103 8192 0 N 4096 e:\odu\data\RK_DATA69.dbf
12 104 104 8192 0 N 4096 e:\odu\data\RK_DATA70.dbf
12 111 111 8192 0 N 4096 e:\odu\data\RK_DATA74.dbf
12 115 115 8192 0 N 4096 e:\odu\data\RK_DATA78.dbf
12 116 116 8192 0 N 4096 e:\odu\data\RK_DATA79.dbf
12 114 114 8192 0 N 4096 e:\odu\data\RK_DATA77.dbf
12 112 112 8192 0 N 4096 e:\odu\data\RK_DATA75.dbf
12 113 113 8192 0 N 4096 e:\odu\data\RK_DATA76.dbf
12 30 30 8192 0 N 4096 e:\odu\data\RK_DATA15.dbf
12 31 31 8192 0 N 4096 e:\odu\data\RK_DATA16.dbf
12 29 29 8192 0 N 4096 e:\odu\data\RK_DATA14.dbf
12 27 27 8192 0 N 4096 e:\odu\data\RK_DATA12.dbf
12 28 28 8192 0 N 4096 e:\odu\data\RK_DATA13.dbf
12 33 33 8192 0 N 4096 e:\odu\data\RK_DATA17.dbf
12 39 39 8192 0 N 4096 e:\odu\data\RK_DATA21.dbf
12 40 40 8192 0 N 4096 e:\odu\data\RK_DATA22.dbf
12 38 38 8192 0 N 4096 e:\odu\data\RK_DATA20.dbf
12 36 36 8192 0 N 4096 e:\odu\data\RK_DATA18.dbf
12 37 37 8192 0 N 4096 e:\odu\data\RK_DATA19.dbf
12 19 19 8192 0 N 4096 e:\odu\data\RK_DATA04.dbf
12 20 20 8192 0 N 4096 e:\odu\data\RK_DATA05.dbf
12 18 18 8192 0 N 4096 e:\odu\data\RK_DATA03.dbf
12 12 12 8192 0 N 4096 e:\odu\data\RK_DATA01.dbf
12 17 17 8192 0 N 4096 e:\odu\data\RK_DATA02.dbf
12 21 21 8192 0 N 4096 e:\odu\data\RK_DATA06.dbf
12 25 25 8192 0 N 4096 e:\odu\data\RK_DATA10.dbf
12 26 26 8192 0 N 4096 e:\odu\data\RK_DATA11.dbf
12 24 24 8192 0 N 4096 e:\odu\data\RK_DATA09.dbf
12 22 22 8192 0 N 4096 e:\odu\data\RK_DATA07.dbf
12 23 23 8192 0 N 4096 e:\odu\data\RK_DATA08.dbf
12 41 41 8192 0 N 4096 e:\odu\data\RK_DATA23.dbf
12 62 62 8192 0 N 4096 e:\odu\data\RK_DATA38.dbf
12 63 63 8192 0 N 4096 e:\odu\data\RK_DATA39.dbf
12 61 61 8192 0 N 4096 e:\odu\data\RK_DATA37.dbf
12 59 59 8192 0 N 4096 e:\odu\data\RK_DATA35.dbf
12 60 60 8192 0 N 4096 e:\odu\data\RK_DATA36.dbf
12 64 64 8192 0 N 4096 e:\odu\data\RK_DATA40.dbf
12 71 71 8192 0 N 4096 e:\odu\data\RK_DATA44.dbf
12 72 72 8192 0 N 4096 e:\odu\data\RK_DATA45.dbf
12 68 68 8192 0 N 4096 e:\odu\data\RK_DATA43.dbf
12 65 65 8192 0 N 4096 e:\odu\data\RK_DATA41.dbf
12 67 67 8192 0 N 4096 e:\odu\data\RK_DATA42.dbf
12 46 46 8192 0 N 4096 e:\odu\data\RK_DATA27.dbf
12 47 47 8192 0 N 4096 e:\odu\data\RK_DATA28.dbf
12 45 45 8192 0 N 4096 e:\odu\data\RK_DATA26.dbf
12 42 42 8192 0 N 4096 e:\odu\data\RK_DATA24.dbf
12 44 44 8192 0 N 4096 e:\odu\data\RK_DATA25.dbf
12 49 49 8192 0 N 4096 e:\odu\data\RK_DATA29.dbf
12 57 57 8192 0 N 4096 e:\odu\data\RK_DATA33.dbf
12 58 58 8192 0 N 4096 e:\odu\data\RK_DATA34.dbf
12 56 56 8192 0 N 4096 e:\odu\data\RK_DATA32.dbf
12 50 50 8192 0 N 4096 e:\odu\data\RK_DATA30.dbf
12 54 54 8192 0 N 4096 e:\odu\data\RK_DATA31.dbf
13 13 13 8192 0 N 4096 e:\odu\data\SYSAUX01.dbf
14 14 14 8192 0 N 4096 e:\odu\data\SJK_DATA01.dbf
15 15 15 8192 0 N 4096 e:\odu\data\RKXT01.dbf
17 51 51 8192 0 N 4096 e:\odu\data\ZA_PCS01.dbf
load control file ‘control.txt’ successful
loading dictionary data……
不知道是不是偏移量的问题导致,0、8、16、32、64都设置过问题都一样。
[回复]
老熊 回复:
6月 24th, 2010 at 3:27 下午
@ylong, 文件系统的文件是没有偏移量的,只有裸设备才有。
检查一下byte_order和block_size是否对的。
[回复]
分别设置byte_order block_size为
little 2048
little 4096
little 8192(只有这个显示的结果例外)
……
big 2048
big 4096
big 8192
先贴例外的结果
E:\odu>odu
Oracle Data Unloader:Release 3.0.9
Copyright (c) 2008,2009 XiongJun. All rights reserved.
Web: http://www.laoxiong.net
Email: magic007cn@gmail.com
loading default config…….
byte_order little
block_size 8192
data_path E:\odu\data
lob_path lob
charset_name UTF8
ncharset_name AL16UTF16
output_format dmp
lob_storage file
clob_byte_order little
trace_level 1
delimiter |
load control file ‘config.txt’ successful
loading default control file ……
ts# fn rfn bsize blocks bf offset filename
—- —- —- —– ——– — —— ————————–
—-
0 0 0 8192 80822 N 0 e:\odu\data\system01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\cwmlite01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\drsys01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\example01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\indx01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\odm01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\tools01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\users03.dbf
0 0 0 8192 80822 N 0 e:\odu\data\users02.dbf
0 0 0 8192 80822 N 0 e:\odu\data\users01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\xdb01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\APP_DATA2.dbf
0 0 0 8192 80822 N 0 e:\odu\data\APP_DATA1.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA60.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA61.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA59.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA57.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA58.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA62.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA66.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA67.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA65.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA63.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA64.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA49.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA50.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA48.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA46.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA47.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA51.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA55.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA56.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA54.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA52.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA53.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA68.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA83.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA84.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA82.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA80.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA81.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA85.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA89.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA90.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA88.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA86.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA87.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA72.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA73.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA71.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA69.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA70.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA74.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA78.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA79.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA77.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA75.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA76.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA15.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA16.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA14.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA12.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA13.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA17.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA21.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA22.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA20.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA18.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA19.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA04.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA05.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA03.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA02.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA06.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA10.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA11.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA09.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA07.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA08.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA23.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA38.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA39.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA37.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA35.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA36.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA40.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA44.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA45.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA43.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA41.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA42.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA27.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA28.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA26.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA24.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA25.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA29.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA33.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA34.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA32.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA30.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RK_DATA31.dbf
0 0 0 8192 80822 N 0 e:\odu\data\SYSAUX01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\SJK_DATA01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\RKXT01.dbf
0 0 0 8192 80822 N 0 e:\odu\data\ZA_PCS01.dbf
load control file ‘control.txt’ successful
loading dictionary data……
再贴其他几个组合执行的结果:
E:\odu>odu
Oracle Data Unloader:Release 3.0.9
Copyright (c) 2008,2009 XiongJun. All rights reserved.
Web: http://www.laoxiong.net
Email: magic007cn@gmail.com
loading default config…….
byte_order big
block_size 8192
data_path E:\odu\data
lob_path lob
charset_name UTF8
ncharset_name AL16UTF16
output_format dmp
lob_storage file
clob_byte_order little
trace_level 1
delimiter |
load control file ‘config.txt’ successful
loading default control file ……
unknown file format ‘e:\odu\data\system01.dbf’
unknown file format ‘e:\odu\data\cwmlite01.dbf’
unknown file format ‘e:\odu\data\drsys01.dbf’
unknown file format ‘e:\odu\data\example01.dbf’
unknown file format ‘e:\odu\data\indx01.dbf’
unknown file format ‘e:\odu\data\odm01.dbf’
unknown file format ‘e:\odu\data\tools01.dbf’
unknown file format ‘e:\odu\data\users03.dbf’
unknown file format ‘e:\odu\data\users02.dbf’
unknown file format ‘e:\odu\data\users01.dbf’
unknown file format ‘e:\odu\data\xdb01.dbf’
unknown file format ‘e:\odu\data\APP_DATA2.dbf’
unknown file format ‘e:\odu\data\APP_DATA1.dbf’
unknown file format ‘e:\odu\data\RK_DATA60.dbf’
unknown file format ‘e:\odu\data\RK_DATA61.dbf’
unknown file format ‘e:\odu\data\RK_DATA59.dbf’
unknown file format ‘e:\odu\data\RK_DATA57.dbf’
unknown file format ‘e:\odu\data\RK_DATA58.dbf’
unknown file format ‘e:\odu\data\RK_DATA62.dbf’
unknown file format ‘e:\odu\data\RK_DATA66.dbf’
unknown file format ‘e:\odu\data\RK_DATA67.dbf’
unknown file format ‘e:\odu\data\RK_DATA65.dbf’
unknown file format ‘e:\odu\data\RK_DATA63.dbf’
unknown file format ‘e:\odu\data\RK_DATA64.dbf’
unknown file format ‘e:\odu\data\RK_DATA49.dbf’
unknown file format ‘e:\odu\data\RK_DATA50.dbf’
unknown file format ‘e:\odu\data\RK_DATA48.dbf’
unknown file format ‘e:\odu\data\RK_DATA46.dbf’
unknown file format ‘e:\odu\data\RK_DATA47.dbf’
unknown file format ‘e:\odu\data\RK_DATA51.dbf’
unknown file format ‘e:\odu\data\RK_DATA55.dbf’
unknown file format ‘e:\odu\data\RK_DATA56.dbf’
unknown file format ‘e:\odu\data\RK_DATA54.dbf’
unknown file format ‘e:\odu\data\RK_DATA52.dbf’
unknown file format ‘e:\odu\data\RK_DATA53.dbf’
unknown file format ‘e:\odu\data\RK_DATA68.dbf’
unknown file format ‘e:\odu\data\RK_DATA83.dbf’
unknown file format ‘e:\odu\data\RK_DATA84.dbf’
unknown file format ‘e:\odu\data\RK_DATA82.dbf’
unknown file format ‘e:\odu\data\RK_DATA80.dbf’
unknown file format ‘e:\odu\data\RK_DATA81.dbf’
unknown file format ‘e:\odu\data\RK_DATA85.dbf’
unknown file format ‘e:\odu\data\RK_DATA89.dbf’
unknown file format ‘e:\odu\data\RK_DATA90.dbf’
unknown file format ‘e:\odu\data\RK_DATA88.dbf’
unknown file format ‘e:\odu\data\RK_DATA86.dbf’
unknown file format ‘e:\odu\data\RK_DATA87.dbf’
unknown file format ‘e:\odu\data\RK_DATA72.dbf’
unknown file format ‘e:\odu\data\RK_DATA73.dbf’
unknown file format ‘e:\odu\data\RK_DATA71.dbf’
unknown file format ‘e:\odu\data\RK_DATA69.dbf’
unknown file format ‘e:\odu\data\RK_DATA70.dbf’
unknown file format ‘e:\odu\data\RK_DATA74.dbf’
unknown file format ‘e:\odu\data\RK_DATA78.dbf’
unknown file format ‘e:\odu\data\RK_DATA79.dbf’
unknown file format ‘e:\odu\data\RK_DATA77.dbf’
unknown file format ‘e:\odu\data\RK_DATA75.dbf’
unknown file format ‘e:\odu\data\RK_DATA76.dbf’
unknown file format ‘e:\odu\data\RK_DATA15.dbf’
unknown file format ‘e:\odu\data\RK_DATA16.dbf’
unknown file format ‘e:\odu\data\RK_DATA14.dbf’
unknown file format ‘e:\odu\data\RK_DATA12.dbf’
unknown file format ‘e:\odu\data\RK_DATA13.dbf’
unknown file format ‘e:\odu\data\RK_DATA17.dbf’
unknown file format ‘e:\odu\data\RK_DATA21.dbf’
unknown file format ‘e:\odu\data\RK_DATA22.dbf’
unknown file format ‘e:\odu\data\RK_DATA20.dbf’
unknown file format ‘e:\odu\data\RK_DATA18.dbf’
unknown file format ‘e:\odu\data\RK_DATA19.dbf’
unknown file format ‘e:\odu\data\RK_DATA04.dbf’
unknown file format ‘e:\odu\data\RK_DATA05.dbf’
unknown file format ‘e:\odu\data\RK_DATA03.dbf’
unknown file format ‘e:\odu\data\RK_DATA01.dbf’
unknown file format ‘e:\odu\data\RK_DATA02.dbf’
unknown file format ‘e:\odu\data\RK_DATA06.dbf’
unknown file format ‘e:\odu\data\RK_DATA10.dbf’
unknown file format ‘e:\odu\data\RK_DATA11.dbf’
unknown file format ‘e:\odu\data\RK_DATA09.dbf’
unknown file format ‘e:\odu\data\RK_DATA07.dbf’
unknown file format ‘e:\odu\data\RK_DATA08.dbf’
unknown file format ‘e:\odu\data\RK_DATA23.dbf’
unknown file format ‘e:\odu\data\RK_DATA38.dbf’
unknown file format ‘e:\odu\data\RK_DATA39.dbf’
unknown file format ‘e:\odu\data\RK_DATA37.dbf’
unknown file format ‘e:\odu\data\RK_DATA35.dbf’
unknown file format ‘e:\odu\data\RK_DATA36.dbf’
unknown file format ‘e:\odu\data\RK_DATA40.dbf’
unknown file format ‘e:\odu\data\RK_DATA44.dbf’
unknown file format ‘e:\odu\data\RK_DATA45.dbf’
unknown file format ‘e:\odu\data\RK_DATA43.dbf’
unknown file format ‘e:\odu\data\RK_DATA41.dbf’
unknown file format ‘e:\odu\data\RK_DATA42.dbf’
unknown file format ‘e:\odu\data\RK_DATA27.dbf’
unknown file format ‘e:\odu\data\RK_DATA28.dbf’
unknown file format ‘e:\odu\data\RK_DATA26.dbf’
unknown file format ‘e:\odu\data\RK_DATA24.dbf’
unknown file format ‘e:\odu\data\RK_DATA25.dbf’
unknown file format ‘e:\odu\data\RK_DATA29.dbf’
unknown file format ‘e:\odu\data\RK_DATA33.dbf’
unknown file format ‘e:\odu\data\RK_DATA34.dbf’
unknown file format ‘e:\odu\data\RK_DATA32.dbf’
unknown file format ‘e:\odu\data\RK_DATA30.dbf’
unknown file format ‘e:\odu\data\RK_DATA31.dbf’
unknown file format ‘e:\odu\data\SYSAUX01.dbf’
unknown file format ‘e:\odu\data\SJK_DATA01.dbf’
unknown file format ‘e:\odu\data\RKXT01.dbf’
unknown file format ‘e:\odu\data\ZA_PCS01.dbf’
ts# fn rfn bsize blocks bf offset filename
—- —- —- —– ——– — —— —————————–
—-
0 1 1 8192 0 N 0 e:\odu\data\system01.dbf
3 3 3 8192 0 N 0 e:\odu\data\cwmlite01.dbf
4 4 4 8192 0 N 0 e:\odu\data\drsys01.dbf
5 5 5 8192 0 N 0 e:\odu\data\example01.dbf
6 6 6 8192 0 N 0 e:\odu\data\indx01.dbf
7 7 7 8192 0 N 0 e:\odu\data\odm01.dbf
8 8 8 8192 0 N 0 e:\odu\data\tools01.dbf
9 84 84 8192 0 N 0 e:\odu\data\users03.dbf
9 83 83 8192 0 N 0 e:\odu\data\users02.dbf
9 9 9 8192 0 N 0 e:\odu\data\users01.dbf
10 10 10 8192 0 N 0 e:\odu\data\xdb01.dbf
11 52 52 8192 0 N 0 e:\odu\data\APP_DATA2.dbf
11 11 11 8192 0 N 0 e:\odu\data\APP_DATA1.dbf
12 92 92 8192 0 N 0 e:\odu\data\RK_DATA60.dbf
12 94 94 8192 0 N 0 e:\odu\data\RK_DATA61.dbf
12 91 91 8192 0 N 0 e:\odu\data\RK_DATA59.dbf
12 89 89 8192 0 N 0 e:\odu\data\RK_DATA57.dbf
12 90 90 8192 0 N 0 e:\odu\data\RK_DATA58.dbf
12 95 95 8192 0 N 0 e:\odu\data\RK_DATA62.dbf
12 100 100 8192 0 N 0 e:\odu\data\RK_DATA66.dbf
12 101 101 8192 0 N 0 e:\odu\data\RK_DATA67.dbf
12 98 98 8192 0 N 0 e:\odu\data\RK_DATA65.dbf
12 96 96 8192 0 N 0 e:\odu\data\RK_DATA63.dbf
12 97 97 8192 0 N 0 e:\odu\data\RK_DATA64.dbf
12 76 76 8192 0 N 0 e:\odu\data\RK_DATA49.dbf
12 77 77 8192 0 N 0 e:\odu\data\RK_DATA50.dbf
12 75 75 8192 0 N 0 e:\odu\data\RK_DATA48.dbf
12 73 73 8192 0 N 0 e:\odu\data\RK_DATA46.dbf
12 74 74 8192 0 N 0 e:\odu\data\RK_DATA47.dbf
12 79 79 8192 0 N 0 e:\odu\data\RK_DATA51.dbf
12 85 85 8192 0 N 0 e:\odu\data\RK_DATA55.dbf
12 86 86 8192 0 N 0 e:\odu\data\RK_DATA56.dbf
12 82 82 8192 0 N 0 e:\odu\data\RK_DATA54.dbf
12 80 80 8192 0 N 0 e:\odu\data\RK_DATA52.dbf
12 81 81 8192 0 N 0 e:\odu\data\RK_DATA53.dbf
12 102 102 8192 0 N 0 e:\odu\data\RK_DATA68.dbf
12 120 120 8192 0 N 0 e:\odu\data\RK_DATA83.dbf
12 121 121 8192 0 N 0 e:\odu\data\RK_DATA84.dbf
12 119 119 8192 0 N 0 e:\odu\data\RK_DATA82.dbf
12 117 117 8192 0 N 0 e:\odu\data\RK_DATA80.dbf
12 118 118 8192 0 N 0 e:\odu\data\RK_DATA81.dbf
12 122 122 8192 0 N 0 e:\odu\data\RK_DATA85.dbf
12 126 126 8192 0 N 0 e:\odu\data\RK_DATA89.dbf
12 127 127 8192 0 N 0 e:\odu\data\RK_DATA90.dbf
12 125 125 8192 0 N 0 e:\odu\data\RK_DATA88.dbf
12 123 123 8192 0 N 0 e:\odu\data\RK_DATA86.dbf
12 124 124 8192 0 N 0 e:\odu\data\RK_DATA87.dbf
12 109 109 8192 0 N 0 e:\odu\data\RK_DATA72.dbf
12 110 110 8192 0 N 0 e:\odu\data\RK_DATA73.dbf
12 108 108 8192 0 N 0 e:\odu\data\RK_DATA71.dbf
12 103 103 8192 0 N 0 e:\odu\data\RK_DATA69.dbf
12 104 104 8192 0 N 0 e:\odu\data\RK_DATA70.dbf
12 111 111 8192 0 N 0 e:\odu\data\RK_DATA74.dbf
12 115 115 8192 0 N 0 e:\odu\data\RK_DATA78.dbf
12 116 116 8192 0 N 0 e:\odu\data\RK_DATA79.dbf
12 114 114 8192 0 N 0 e:\odu\data\RK_DATA77.dbf
12 112 112 8192 0 N 0 e:\odu\data\RK_DATA75.dbf
12 113 113 8192 0 N 0 e:\odu\data\RK_DATA76.dbf
12 30 30 8192 0 N 0 e:\odu\data\RK_DATA15.dbf
12 31 31 8192 0 N 0 e:\odu\data\RK_DATA16.dbf
12 29 29 8192 0 N 0 e:\odu\data\RK_DATA14.dbf
12 27 27 8192 0 N 0 e:\odu\data\RK_DATA12.dbf
12 28 28 8192 0 N 0 e:\odu\data\RK_DATA13.dbf
12 33 33 8192 0 N 0 e:\odu\data\RK_DATA17.dbf
12 39 39 8192 0 N 0 e:\odu\data\RK_DATA21.dbf
12 40 40 8192 0 N 0 e:\odu\data\RK_DATA22.dbf
12 38 38 8192 0 N 0 e:\odu\data\RK_DATA20.dbf
12 36 36 8192 0 N 0 e:\odu\data\RK_DATA18.dbf
12 37 37 8192 0 N 0 e:\odu\data\RK_DATA19.dbf
12 19 19 8192 0 N 0 e:\odu\data\RK_DATA04.dbf
12 20 20 8192 0 N 0 e:\odu\data\RK_DATA05.dbf
12 18 18 8192 0 N 0 e:\odu\data\RK_DATA03.dbf
12 12 12 8192 0 N 0 e:\odu\data\RK_DATA01.dbf
12 17 17 8192 0 N 0 e:\odu\data\RK_DATA02.dbf
12 21 21 8192 0 N 0 e:\odu\data\RK_DATA06.dbf
12 25 25 8192 0 N 0 e:\odu\data\RK_DATA10.dbf
12 26 26 8192 0 N 0 e:\odu\data\RK_DATA11.dbf
12 24 24 8192 0 N 0 e:\odu\data\RK_DATA09.dbf
12 22 22 8192 0 N 0 e:\odu\data\RK_DATA07.dbf
12 23 23 8192 0 N 0 e:\odu\data\RK_DATA08.dbf
12 41 41 8192 0 N 0 e:\odu\data\RK_DATA23.dbf
12 62 62 8192 0 N 0 e:\odu\data\RK_DATA38.dbf
12 63 63 8192 0 N 0 e:\odu\data\RK_DATA39.dbf
12 61 61 8192 0 N 0 e:\odu\data\RK_DATA37.dbf
12 59 59 8192 0 N 0 e:\odu\data\RK_DATA35.dbf
12 60 60 8192 0 N 0 e:\odu\data\RK_DATA36.dbf
12 64 64 8192 0 N 0 e:\odu\data\RK_DATA40.dbf
12 71 71 8192 0 N 0 e:\odu\data\RK_DATA44.dbf
12 72 72 8192 0 N 0 e:\odu\data\RK_DATA45.dbf
12 68 68 8192 0 N 0 e:\odu\data\RK_DATA43.dbf
12 65 65 8192 0 N 0 e:\odu\data\RK_DATA41.dbf
12 67 67 8192 0 N 0 e:\odu\data\RK_DATA42.dbf
12 46 46 8192 0 N 0 e:\odu\data\RK_DATA27.dbf
12 47 47 8192 0 N 0 e:\odu\data\RK_DATA28.dbf
12 45 45 8192 0 N 0 e:\odu\data\RK_DATA26.dbf
12 42 42 8192 0 N 0 e:\odu\data\RK_DATA24.dbf
12 44 44 8192 0 N 0 e:\odu\data\RK_DATA25.dbf
12 49 49 8192 0 N 0 e:\odu\data\RK_DATA29.dbf
12 57 57 8192 0 N 0 e:\odu\data\RK_DATA33.dbf
12 58 58 8192 0 N 0 e:\odu\data\RK_DATA34.dbf
12 56 56 8192 0 N 0 e:\odu\data\RK_DATA32.dbf
12 50 50 8192 0 N 0 e:\odu\data\RK_DATA30.dbf
12 54 54 8192 0 N 0 e:\odu\data\RK_DATA31.dbf
13 13 13 8192 0 N 0 e:\odu\data\SYSAUX01.dbf
14 14 14 8192 0 N 0 e:\odu\data\SJK_DATA01.dbf
15 15 15 8192 0 N 0 e:\odu\data\RKXT01.dbf
17 51 51 8192 0 N 0 e:\odu\data\ZA_PCS01.dbf
load control file ‘control.txt’ successful
loading dictionary data……
[回复]
老熊 回复:
6月 24th, 2010 at 10:01 下午
@ylong, 你加我的QQ,这个留言不像论坛,不方便讨论。
[回复]