2. EXP格式(8.1.6兼容性)
1) 更改gdul.ini中的导出格式为EXP
<export_format> EXP </export_format>
2) 导出
GDUL> unload table andy.t_big_table
2016-12-06 15:44:37 unloading table "ANDY"."T_BIG_TABLE"...
2016-12-06 15:45:00 unloaded 8099838 rows.
3) 导入
$export NLS_LANG=.UTF8
$imp andy/andy TABLES=t_big_table file=/home/andy/gdul/dump/ANDY_T_BIG_TABLE.dmp FROMUSER=andy TOUSER=andy2 ignore=y
...
Export file created by EXPORT:V08.01.07 via conventional path
import done in UTF8 character set and AL16UTF16 NCHAR character set
. importing ANDY's objects into ANDY2
. . importing table "T_BIG_TABLE"
8099838 rows imported
Import terminated successfully without warnings.