它有三种模式:
a. 用户模式: 导出用户所有对象以及对象中的数据;
b. 表模式: 导出用户所有表或者指定的表;
c. 整个数据库: 导出数据库中所有对象。
2. 导出工具exp交互式命令行方式的使用的例子
$exp test/test123@appdb
enter array fetch buffer size: 4096 > 回车
export file: expdat.dmp > m.dmp 生成导出的文件名
(1)e(ntire database), (2)u(sers), or (3)t(ables): (2)u > 3
export table data (yes/no): yes > 回车
compress extents (yes/no): yes > 回车
export done in zhs16gbk character set and zhs16gbk nchar character set
about to export specified tables via conventional path ...
table(t) or partition(t:p) to be exported: (return to quit) > cmamenu 要导出的表名
. . exporting table cmamenu 4336 rows exported
table(t) or partition(t:p) to be exported: (return to quit) >要导出的表名n
table(t) or partition(t:p) to be exported: (return to quit) > 回车
export terminated successfully without warnings.