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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。