Linux ORA-39001, ORA-39142 Solution

Source: Internet
Author: User
Tags import database

Linux, the machine is Oracle 11g Database, import database for 10g, through expdp, impdp Data Pump import, at the beginning of the prompt ora-39001, found that the file directory is not found or the file name is not the same.

According to the prompt, the version of the dump file is incorrect. Check whether the current library is located.

SQL> show parameter compatible

 

NAME TYPE VALUE

-----------------------------------------------------------------------------

Compatible string 11.1.0.6

Import to the database

SQL> show parameter compatible;

 

NAME TYPE VALUE

-----------------------------------------------------------------------------

Compatible string 10.2.0.1.0

 

Solution:

Use the version parameter to re-export the table

[Oracle @ testdb ~] $ Expdp justin/*** directory = pump dumpfile = justin_tab.dmp tables = justin_tab version = 10.2.0.1.0

Continue to import the generated database

[Oracle @ rac1 ~] $ Impdp justin/*** directory = pump dumpfile = justin_tab.dmp version = 10.2.0.1.0

Imported

SPFILE error causing database startup failure (ORA-01565)

ORA-01172, ORA-01151 error handling

ORA-00600 [2662] troubleshooting

Troubleshooting for ORA-01078 and LRM-00109

Notes on ORA-00471 Processing Methods

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.