exp test/test@192.168.20.20/orcl file = d:\test.dmp tables=(t_test) query = \"where oildate like ‘2016%‘\"
注意单引号和转义字符
另导入数据时加上 ignore=y 会忽略掉错误信息
ignore=y
Oracle exp导出加where指定条件
原文:https://www.cnblogs.com/liuys635/p/13168411.html