EXP-00026: conflicting modes specified Unfortunately, we do not have our own description yet for this Oracle error code. We provide you with the explanation from the Oracle help file in the mean time.
*Cause: Conflicting export modes were specified. *Action: Specify only one parameter and retry.
Forum Messages
But I need to export the data of another user using my
login id. And also I need to exclude few tables. In that
case I have to use both owner and tables parameter.
Can anyone suggest a solution to this |
| : -> 17-JUL-2008 10:02:27 | Specify owner in tables parameter | DbMotive | Reply |
You just have to specify the owner before the table name.
eg:
exp userid=myuser file=exp.dmp tables=(owner1.tablename1,owner2.tablename2)
|
| :: -> 17-JUL-2008 11:41:26 | EXP-00026 | Roopa | Reply |
Thanks alot. It worked :-)
But I had to append the owner name to 295 tables and do the exp :-( |
Add your message for EXP-00026
|