Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

Oracle database error 12704: ORA-12704: character set mismatch

公開日: Apr 13, 2024
説明

Oracle database error 12704: ORA-12704: character set mismatch. when using a calculated field.

Cause

Per this oracle dba article Strings declared with NCHAR or NCHAR VARYING do not interoperate with strings declared with CHAR or VARCHAR2.
解決策
Use TRANSLATE() function to explicitly convert one to the other.
ナレッジ記事番号

001474211

 
読み込み中
Salesforce Help | Article