Oracle database backup EXPDP/IMPDP Export Import command

Source: Internet
Author: User
Tags create directory

Things to be aware of when using EXPDP and IMPDP:

Exp and IMP are client tool programs that can be used either on the client or on the server side.

EXPDP and IMPDP are server-side utilities that can only be used on the Oracle server and not on the client side.

IMP is only available for exp exported files, not for EXPDP export files, IMPDP only for EXPDP exported files, not for exp export files.

To create a logical directory, the command does not create a real directory in the operating system, preferably created by an administrator such as system.

New file path D:\test\dump in the D-disk, and then run in SQL

Create directory dpdata1 as ' D:\test\dump ';

Second, view the Management Manager directory (and see if the operating system exists, because Oracle does not care if the directory exists, and if it does not exist, an error occurs)

SELECT * from Dba_directories;

Third, export

C:\USERS\ADMINISTRATOR>EXPDP Scott/[email protected] Schemas=scott directory=dpdata1 dumpfile=scott_bak.dmp

Iv. Import

Create a new user test

C:\USERS\ADMINISTRATOR>IMPDP Scott/[email protected] remap_schema=scott:test dumpfile=scott_bak.dmp logfile= Scott_bak.log directory=dpdata1

Oracle database backup EXPDP/IMPDP Export Import command

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.