The following case just want to share it in case anyone need it, development wants to import the existing table in the siebel schema into the new name to check the data integrity:-
Oracle Provide you with Attribute called REMAP_TABLE Read More about it here.
Just Run the following command and change the variable depend on your environment :-
- directory : The name of existing dump
- dumpfile : The name of dump file
- remap_table : Allows you to rename tables during an import operation
- tables : the name of the table you want to restore it.
impdp directory=DMP_BAK dumpfile=31-01-2017_PRDSBL.dmp remap_table=siebel.CX_PERMITS:CX_PERMITS_NEW tables=CX_PERMITS
Thanks
Osama
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa