首页 > 代码库 > expdp小记
expdp小记
10.2.0.5要求expdp导出a用户b表空间下的数据。
expdp \‘/ as sysdba\‘ directory=mydir dumpfile=1.dmp schemas=a exclude=table:\"in \(select table_name from dba_tables where owner=\‘A\‘ and tablespace_name != \‘B\‘ \) \" logfile=1.log
折腾心得:
1、同时使用schemas=a tablespaces=b会报错“UDE-00010: multiple job modes requested, schema and tablespaces.”
2、尽管可以sqlplus ‘/ as sysdba‘,但对于expdp必须转义expdp \‘/ as sysdba\‘
3、exclude中的" ‘ ()也必须转义
4、exclude条件中如果报语法错误,可以加空格后再试一下,特别是括号前后。
5、尽管sqlplus中可以用<>,expdp条件中只能用!=表示不等于。
expdp小记
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。