imp/exp 用户名/密码@service_name或oracle_sid full=y file=C:\导出文件名称.dmp ignore=y
imp中fromuser 和 touser的用法
fromuser:把当前的dmp文件中的某一个用户下的数据取出。
touser:把现在dmp文件中的数据导入到目标库的指定user下。
实例:imp root/1234@192.168.2.100:1521/orcl file=d:/order.dmp fromuser=order touser=root