impdp problem
[oracle@test ~]$ impdp system/oracle network_link=RACDB5 EXCLUDE=SCHEMA:"'SYSTEM'" TABLE_EXISTS_ACTION=REPLACE full=y
Import: Release 10.2.0.5.0 - Production on Saturday, 29 December, 2012 11:07:03
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39071: Value for EXCLUDE is badly formed.
ORA-00920: invalid relational operator
ORA-06512: at "SYS.KUPM$MCP", line 2687
[oracle@test ~]$ impdp system/oracle network_link=RACDB5 EXCLUDE=SCHEMA:"= 'SYSTEM'" TABLE_EXISTS_ACTION=REPLACE full=y
LRM-00116: syntax error at 'SCHEMA:' following '='
DId i write EXCLUDE=SCHEMA:"'SYSTEM'" wrong ?
0