An error occurred while importing the oracle11g dmp file to oracle10g: Header Verification Failed --- Solution

Source: Internet
Author: User

An error occurred while importing the oracle11g dmp file to oracle10g: Header Verification Failed --- Solution

R & D personnel encountered the following problem:

Problem description:

The following error is reported when the dmp file exported from the 11g library is imported to the 10g Library:

Solution:

The cause of this problem is as described in the symptom, because the export occurs in the 11G environment, while the import occurs in the 10g environment. Oracle is backward compatible with the import and export of dmp files. That is to say, when the dmp files exported from the 10 Gb library can be directly imported to the 11 GB library, however, the dmp file exported from the 11g library must be modified so that oracle10g can be identified.

Solution:

Use the Notepad ++ tool to open the dmp file. The following version information is displayed at the beginning:

-- TEXPORT: V11.01.00

Check that the source database version is 10.2.0.1.0. Therefore, change the version information:

-- TEXPORT: V10.02.00

Import the dmp file again.

Follow-up questions:

Another R & D colleague's dial-up. When the file is too large, the memory will not be loaded if it is opened directly. How can I complete the import operation?

I checked it online. Someone wrote a c # small software to complete this task and solve the problem when the file is too large.

Download link:

Http://up.2cto.com/2012/0322/20120322023105139.rar

For more information, see the following link:

Http://www.bkjia.com/database/201203/124310.html

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.