I have an exported data using exp
command from a full Oracle 11gR2 database that has the AR8MSWIN1256
charset. However, when I import the data into an 11gR2 XE database, I get the error:
row rejected due to ORACLE error 12899
Could the problem be the mismatch in charsets (AL32UTF8
vs AR8MSWIN1256
)? If so, is there a solution?