Oracle Data Pump

Source: Internet
Author: User

Oracle Data Pump Import and export case  oracle database Import and Export tool, you can use Exp/imp, but this is the older tool. This paper mainly introduces the use of data pump EXPDP/IMPDP tools. Establishing a data pump catalog using a data pump requires first building directorycreate directory Dump_scott as '/home/oracle/dump/scott ' to view the established directory select * from Dba_ Directories empowering Grant Read,write on directory Dump_scott toscott  export Case 1, export by table EXPDP Scott/tiger Directory=dump_ SCOTTDUMPFILE=TAB.DMP logfile=scott.log tables=dept,emp  Export Case 2, export by user EXPDP Scott/tiger Directory=dump_ Scottdumpfile=dumpscott.dmp schemas=scott  Export Case 3, full library export, and parallel export EXPDP Scott/tiger directory=dump_scottdumpfile= Full.dmp parallel=4 full=y  Import Case 1, import by table, from Scott to SCOTT2IMPDP Scott2/tiger directory=dump_scottdumpfile=tab.dmp Tables=scott.dept,scott.emp remap_schema=scott:scott2  Import Case 2, import by user, from Scott to SCOTT2IMPDP Scott/tiger directory= Dump_scottdumpfile=schema.dmp remap_schema=scott:scott2  Import case 3, full library import IMPDP Scott/tiger Directory=dump_ Scottdumpfile=full.dmp full=y  Import Case 4, user copy without floor file, need to establish DB LINKIMPDP Scott/tiger Directory=dump_scott network_link= Remote_link REMAP_SCHEMA=SCOTT:SCOTT2

Oracle Data Pump

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.