EXPDP: how exclude table [message #542326] |
Mon, 06 February 2012 10:45 |
|
maxranzy
Messages: 5 Registered: December 2010 Location: Milan (Italy)
|
Junior Member |
|
|
Hi,
I tried to export a schema excluding some table, but expdp exit with this error:
ORA-39001: invalid argument value
ORA-39071: Value for EXCLUDE is badly formed.
ORA-00936: missing expression
The command that I use is:
expdp system/password@ORADB directory=EXPORT_ORA_DIR schemas=maxdb logfile=maxdb.log
dumpfile=maxdb.dump EXCLUDE=TABLE:"IN ('max_table_1','max_table_2')";
Where I made a mistake?
Tks
Max
[Updated on: Mon, 06 February 2012 12:28] by Moderator Report message to a moderator
|
|
|
|
|