Oracle dmp import troubleshooting

Source: Internet
Author: User

1. First, you must understand that the dmp file imported and exported from Oracle is executed using the cmd command, rather than SQL plus.

You can also use PLSQLDev to import and export data.

Note that the executable file export selects the exp.exe tool under the BIND installed on the client.

Ii. problems found in the export process:

The reason for online query is that there is a problem with the version of the database oracle server and the client. You need to change the version of the oracle client to the server to export the dmp file.

3. If no client version is available, why don't we directly connect to the server and use the cmd name to export the import.

1. Import command:

Imp userId/psw @ orcl full = y file = D: \ data \ T_DAYLOG_CALLANALYSIS.dmp ignore = y

2. Export commands

Exp userId/psw @ orcl file = d: \ dkj \ test. dmp tables = (wf_test)

4. How can I view the database version of the dmp file exported from?

Use ultraEdit to open the dmp file. You can see the version number on the top line.

We can see that the database is 11 GB.

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.