impdp11g中的使用

作者: admin 分类: Oracle,公众号存档            0 次浏览 发布时间: 2013-10-29 22:11

imp ignore

impdp
 impdp prdrefwork/dba4true directory=test dumpfile=a.dmp tables=csm_offer TABLE_EXISTS_ACTION=append

default is value skip

局限性:不能在DB readonly状态下运行,而exp可以

[ora10g@centos ~]$ expdp prdrefwork/dba4true dumpfile=a.dmp tables=csm_offer directory=test
Export: Release 10.2.0.1.0 – 64bit Production on Tuesday, 29 October, 2013 7:14:26
Copyright (c) 2003, 2005, Oracle.  All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 – 64bit Production
With the Partitioning, OLAP and Data Mining options
ORA-31626: job does not exist
ORA-31633: unable to create master table “PRDREFWORK.SYS_EXPORT_TABLE_05”
ORA-06512: at “SYS.DBMS_SYS_ERROR”, line 95
ORA-06512: at “SYS.KUPV$FT”, line 863
ORA-16000: database open for read-only access
imp  statistics=none
impdp
impdp prdrefwork/dba4true directory=test dumpfile=a.dmp tables=csm_offer TABLE_EXISTS_ACTION=append exclude=statistics


📌 本文来自作者的 ITPUB 技术博客存档(2013 年),原文链接:https://blog.itpub.net/23718752/viewspace-775299/

admin

杨建荣,《Oracle DBA工作笔记》《MySQL DBA工作笔记》作者,dbaplus社群发起人之一,腾讯云TVP,现任竞技世界系统部经理,拥有十多年数据库开发和运维经验,目前专注于开源技术、运维自动化和性能调优

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注