Expdp using query [message #635720] |
Tue, 07 April 2015 07:56 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/c3b108d33fb76f444b2c1d3d79d12807?s=64&d=mm&r=g) |
ultimatesr
Messages: 2 Registered: April 2015
|
Junior Member |
|
|
I'm trying to export few tables using the query option but I'm not able to do so.when i deleted the data in the table it got exported successfully .
Contents in my parfile are as follows:
schemas=TESTME_DD
directory=TEST
include=TABLE
content=all
query="where object_name like 'TABL%'"
dumpfile=test_exp.dmp
logfile=test_exp.log
It shows an error like:
ORA-31693: Table data object "TESTME_DD"."TABLE1" failed to load/unload and is being skipped due to error:
ORA-00904: "OBJECT_NAME": invalid identifier
ORA-31693: Table data object "TESTME_DD"."TABLE2" failed to load/unload and is being skipped due to error:
ORA-00904: "OBJECT_NAME": invalid identifier
|
|
|
|
|
|