Oracle dmp File Import and mongoledmp Import

Source: Internet
Author: User

Oracle dmp File Import and mongoledmp Import

The project started to get the dmp file, and the database used 10 Gb, but it was completely unsuccessful. Later, I decided to give it a try if I wanted to export the file at 11.

If your machine is a client of 11, the results do not recognize the imp command. There is no imp execution file in the bin folder under the installation directory. The manager may not be selected when installing the client.

What should I do? Copy an imp file from the bin directory of another 11 and put it in my bin. Execution or error, No message file for product = RDBMS ,......

For a message like this, I checked it online and said that copying the content of [RDBMS \ mesg] also needs to be copied. After comparing the content, I copied it all, just in case the original one is backed up.

Copy and try again. OK.

 


How can I import an existing oracle dmp file to SQL SERVER?

The. dmp can be imported to SQL server, Oracle, text, SQL, or local SQL packages, directly import Oracle Data to SQL.

Oracle dmp import problems

You 'd better ask whether the dmp file generated by the traditional exp is the dmp file generated by datapump. The former must be imported using imp, and the latter can be imported using impdp.

We recommend that you manually create the tablespace, because although the full = y mode import will automatically create the tablespace, the path of the data file is the same as that of the source database, which sometimes causes problems, manual table space creation removes the possibility of side-node creation.

If your dmp file is exported in Full-database mode, the import command is:
Imp username/password file =/path/dmp_file_name log =/path/log_file_name full = y
Impdp username/password directory = directory_name dumpfile = dmp_file_name logfile = log_file_name full = y
Directory is a path defined in the database.

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.