Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

exp and imp

864103Mar 25 2013 — edited Mar 25 2013
Hi guys ,

i need to exp table but with condition and imp back to another database ,

we have 2 database and there is no link between tow server and i need to import the tables but with condition and imported again
to oracle 11g
 exp abs/abs tables=texp query=abs.texp:"where hiredate > '01-JAN-13'"
LRM-00112: multiple values not allowed for parameter 'query'

EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully




 exp abs/abs tables=texp query="where hiredate > '1-JAN-13'"
LRM-00112: multiple values not allowed for parameter 'query'

EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
EXP-00000: Export terminated unsuccessfully
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2013
Added on Mar 25 2013
18 comments
2,337 views