HomeOracleOracle Error ORA-12704: character set mismatch

Oracle Error ORA-12704: character set mismatch

Oracle Error Message

ORA-12704: character set mismatch

Reason for the Error

One of the following:

– The string operands(other than an nlsparams argument) to an operator or built-in function do not have the same character set.

– An nlsparams operand is not in the database character set.

– String data with character set other than the database character set is passed to a built-in function not expecting it.

– The second argument to CHR() or CSCONVERT() is not CHAR_CS or NCHAR_CS.

– A string expression in the VALUES clause of an INSERT statement, or the SET clause of an UPDATE statement, does not have the same character set as the column into which the value would be inserted.

– A value provided in a DEFAULT clause when creating a table does not have the same character set as declared for the column.

– An argument to a PL/SQL function does not conform to the character set requirements of the corresponding parameter.

Solution

None

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...