Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
I have exported oracle dump and when I try to import I get the below issue..
import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
import server uses AL32UTF8 character set (possible charset conversion)
IMP-00024: Only one mode (TABLES, FROMUSER, or FULL) can be specified
IMP-00000: Import terminated unsuccessfully
Any thoughts how to resolve this issue...
Could you paste the import command which you used? It looks like multi modes were specified in the command
Here is the command...
imp test/test@XE file=C:/ptc/BACKUP/install/oracleDb.dmp full=yes fromuser=test touser=system
Infact it was working with Windchill 10.2 M030, but not with Windchill 11.0
