Oracle IMPDP Import Database report ora-14460 error

Source: Internet
Author: User
Tags import database

Database version:

SOURCE Library: 11.2.0.4

Destination Library: 11.2.0.1


The operation is as follows:

When importing the source library EXPDP data into the destination library, there is a partitioned report with the following error

Ora-14460:only one COMPRESS or nocompress clause may be specified


Workaround:

The IMPDP command plus the TRANSFORM=SEGMENT_ATTRIBUTES:N parameter can be

IMPDP Username/password Directory=impdp_dir dumpfile=*.dmp transform=segment_attributes:n

The above statement indicates that the existing stored properties of any table are not imported when importing

Description: Transform_name has four options: Segment Attributes,storage,oid,pctspace

--segment attributes: Segment properties include physical properties, storage properties, table spaces, and logs.

--storage: You can use the Storage=y (default) description to take only the stored properties of an object as part of the import job.

--oid: If you specify Oid=y (default), a new OID is assigned to the object table during the import process.

--pctspace: You can increase the allocation size of an object by providing a positive number as the value of the conversion, and the data file size is equal to the value of pctspace (by percentage)

Value:transform_name value, Transform_name is segment attributes,storage,oid value can be y/n,pctspace

Object_type values can be tables, indexes, table spaces, types, clusters, constraints, and so on.


Oracle IMPDP Import Database report ora-14460 error

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.