oracle10g之后impdp的table_exists_action参数
table_exists_action选项:{skip 是如果已存在表,则跳过并处理下一个对象;append是为表增加数据;truncate是截断表,然后为其增加新数据;replace是删除已存在表,重新建表并追加数据}

例:

impdp user/password directory=dpdir dumpfile=xxx.dmp table_exists_action=replace logfile=xxx.log

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-09-02
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2022-01-17
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2021-06-07
  • 2021-09-23
相关资源
相似解决方案