打开 cmd
直接输入以下命令:注意格式为:exp OUWEBDB/ou#6j3k$@OUOU file=d:\11.dmp
exp 用户名/密码@服务器名 file=文件路径及文件名
2 将数据库中system用户与sys用户的表导出
exp scott/123@orcl file=d:\daochu.dmp owner=(system,sys) 3 将数据库中的表emp 、dept导出
exp scott/123@orcl file=d:\daochu.dmp tables=(emp,dept)