"ORA-31684: Object type already exists" error resolution in Oracle using IMPDP data pump to import data hints

Source: Internet
Author: User

When importing data using the IMPDP data pump in Oracle, if you have already created a user before importing, you will be prompted with an error: "ORA-31684: Object type already exists", such as:

In fact, this problem is not serious, you can not create a user, import when you specify a Super user import:

impdp system/123456@ORCLDIRECTORY=DUMP_EXPDUMPFILE=EXPDATA.DMP  remap_schema=SOURCE_USER:DEST_USER

This will not cause a ORA-31684 error, and the user "Dest_user" of the desired target database will be created automatically.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

"ORA-31684: Object type already exists" error resolution in Oracle using IMPDP data pump to import data hints

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.