举个例子:
用select * from all_objects创建了一张表T。
想要导出object_id小于5000的所有行。
(1)windows下: exp userid=cms0929/cms0929 table=t query="""where object_id < 5000"""
(2)unix下: exp userid=cms0929/cms0929 table=t query=\"where object_id\<5000\"

然而,如果简单地使用一个包含如下参量的参数文件:exp.par:query="where object_id < 5000"
那么在windows和unix下均可使用:exp userid=cms0929/cms0929 table=t parfile=exp.par

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案