Import an DMP file that exports an Oracle database table

Source: Internet
Author: User
Tags table name oracle database

You can import the table structure and table data of one or more database tables into the export at the same time by importing and exporting DMP files. Here's how to import and export.

First enter the command line, click Start, enter cmd:

Enter, the command line window appears:

The Import command is: IMP username/password @ NETWORK service name File=xxx.dmp full=y;

Such as:

The exported command is: Exp username/password @ NETWORK SERVICE name file=xxx.dmp tables= (table name);

Such as:

Tip: When you export multiple tables, the table names are separated by commas such as:

Tables= (TABLE1,TABLE2,TABLE3).

Through these four steps, you can import and export the database table structure and the table data at the same time.

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.