当前位置:网站首页>remap_ Use of table in impdp
remap_ Use of table in impdp
2022-07-29 10:12:00 【cqszpx】
remap_table When converting multiple tables ,TB1 transformation TB2、TB3 transformation TB4.
1.remap_table=tb1:tb2 remap_table=tb3:tb4
2.remap_table=tb1:tb2,tb3:tb4
impdp About tables and remap_tables Some do's and don 'ts
1.expdp Write when tables=( surface ) Indicates that some tables are exported ;impdp Time not to write tables Condition means import dumpfile All the tables in ,impdp Chrono tables=( surface ) Condition means that only the specified table is imported , Of course, if tables=(dumpfile All the tables in ) That is to say, import dumpfile All the tables in ; And if you use system perform impdp Time principle tables=( surface ) You have to add schema. Table name , Otherwise, it defaults to system The table below , It will lead to an error
2.remap_table If you are in the same schema Proceed under , Although don't add remap_schema, however remap_table The name of the watch in front of the colon must have schema Information , The name of the watch after the colon must not be schema Information
3.remap_table If it's different schema In the case of , Such as user1.TB1 convert to user2.TB2,user1.TB3 convert to user2.TB4, Must be added remap_schema, And remap_table The name of the watch in front of the colon must have schema Information , The name of the watch after the colon must not be schema Information
There are two ways
1.remap_table= user1.TB1:TB2 remap_table= user1.TB3:TB4 remap_schema= user1: user2
2.remap_table= user1.TB1:TB2,user1.TB3:TB4 remap_schema= user1: user2
Span schema The standard way to export only imported tables and rename them is as follows
expdp when tables write schema. Table names separated by commas
impdp The need when remap_schema, tables Write but not write ,remap_table Add schema, The table name after the colon is not added schema
expdp system/oracle tables=user01.src_tb01,user01.src_tb02,user01.src_tb03 directory=DMP dumpfile=tb_2013.dbf
impdp system/oracle remap_schema=user01:user02 tables=user01.src_tb01,user01.src_tb02,user01.src_tb03 remap_table=user01.src_tb01:dest_tb01,user01.src_tb02:dest_tb02,user01.src_tb03:dest_tb03 directory=IMP dumpfile=tb_2013.dbf

边栏推荐
- Intel joins hands with datawhale to launch learning projects!
- Encyclopedia of introduction to machine learning - 2018 "machine learning beginners" official account article summary
- 读博后降维打击数学建模!
- Several common design methods of test cases [easy to understand]
- PDF处理还收费?不可能
- Network picture to local picture - default value or shortcut key
- [fortran]vscode configure FORTRAN to run Hello World
- 阿左的境界
- Unity3d empty package APK error summary
- MySQL 8 of relational database -- deepening and comprehensive learning from the inside out
猜你喜欢

i. Mx6ull driver development | 32 - manually write a virtual network card device

English语法_不定代词 - 常用短语

皕杰报表之文本附件属件

Shell notes (super complete)

SiC Power Semiconductor Industry Summit Forum successfully held

Orbslam2 installation test and summary of various problems
![[jetson][转载]jetson上安装pycharm](/img/65/ba7f1e7bd1b39cd67018e3f17d465b.png)
[jetson][转载]jetson上安装pycharm

Yin Yi: my learning and growth path
![[C language] minesweeping (recursive expansion + marking function)](/img/f6/835ac4ba6588fa61edb30446f4c708.png)
[C language] minesweeping (recursive expansion + marking function)

【黑马早报】每日优鲜回应解散,多地已无法下单;李斌称蔚来将每年出一部手机;李嘉诚欲抄底恒大香港总部大楼;今年国庆休7天上7天...
随机推荐
My problem solving record 1: the @component annotation is used on the class. If you want to use the methods in this class, you can't directly new, but should use @autowired for injection, otherwise an
【微信小程序】接口生成自定义首页二维码
综合设计一个OPPE主页--页面的底部
English语法_不定代词 - 常用短语
[ts]typescript learning record pit collection
跟着武老师学高数——函数、极限和连续(持续更新)
How to customize the opportunity closing form in dynamics 365online
This is an incomplete data competition Yearbook!
全面、详细的SQL学习指南(MySQL方向)
[AAAI] attention based spatiotemporal graph convolution network for traffic flow prediction
[configuration related]
Modulenotfounderror: no module named 'pywt' solution
Node (II)
基于SSM实现高校后勤报修系统
[Yugong series] go teaching course 010 in July 2022 - Boolean and character types of data types
English grammar_ Indefinite pronouns - Common Phrases
Examples of specific usage of diagnostic instructions in s7-1200 and s7-1500 (led+devicestates+modulestates)
paho交叉编译
这才是开发者神器正确的打开方式
PDF处理还收费?不可能