Error
impdp xxxx/xxxxx directory=DBPUMP network_link=ARCH2CALLS tables=INCALLS:NOV201601 logfile=incalls_imp.log EXCLUDE=INDEX VERSION=11
Import: Release 11.2.0.4.0 - Production on Tue Apr 10 12:58:39 2018
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39203: Partition selection is not supported over a network link.
Cause
Although i'm in 11.2.X parameter VERSION=11 referred as 11.1.X and as of limitation on 11.1.X only whole tables can be exported over NETWORK_LINK parameter not partitions of tables.
Solution
The enhancement request has been implemented in the 11.2 release rerun impdp by removing VERSION parameter.
impdp xxxx/xxxxx directory=DBPUMP network_link=ARCH2CALLS tables=INCALLS:NOV201601 logfile=incalls_imp.log EXCLUDE=INDEX VERSION=11
Import: Release 11.2.0.4.0 - Production on Tue Apr 10 12:58:39 2018
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39203: Partition selection is not supported over a network link.
Cause
Although i'm in 11.2.X parameter VERSION=11 referred as 11.1.X and as of limitation on 11.1.X only whole tables can be exported over NETWORK_LINK parameter not partitions of tables.
Solution
The enhancement request has been implemented in the 11.2 release rerun impdp by removing VERSION parameter.
No comments:
Post a Comment