Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

目次

Search

  1. はじめに
  2. アプリケーション取り込みとレプリケーション

アプリケーション取り込みとレプリケーション

アプリケーション取り込みとレプリケーション

SalesforceソースとOracleターゲット

SalesforceソースとOracleターゲット

次の表は、SalesforceソースとOracleターゲットを使用した
アプリケーション取り込みとレプリケーション
設定のデフォルトデータ型マッピングを示しています。
Salesforceソースデータ型
Oracleターゲットデータ型
anytype(
precision
), 1 <= p <= 255
char(s char), 1 <= s <= 255
base64
精度は、選択したbase64ボディサイズによって異なります。
clob
boolean
char(1 char)
combobox(
precision
), 1 <= p <= 255
char(s char), 1 <= s <= 255
currency(p,s), 1 <= p <= 18, 0 <= s <= 17
number(p,s), 1 <= p <= 18, 1 <= s <= 17
date
date
datetime
timestamp(3)
double(p,s), 1 <= p <= 18, 0 <= s <= 17
number(p,s), 1 <= p <= 18, 1 <= s <= 17
email(
precision
), 1 <= p <= 80
char(s char), 1 <= s <= 80
encryptedstring(
precision
), 1 <= p <= 175
char(s char), 1 <= s <= 175
id(
precision
), 1 <= p <= 18
char(s char), 1 <= s <= 18
int
number(10)
long
number(19)
multipicklist(
precision
), 1 <= p <= 4099
clob
percent(p,s), 1 <= p <= 18, 0 <= s <= 17
number(p,s), 1 <= p <= 18, 1 <= s <= 17
phone(
precision
), 1 <= p <= 40
char(s char), 1 <= s <= 40
picklist(
precision
), 1 <= p <= 255
char(s char), 1 <= s <= 255
reference(
precision
), 1 <= p <= 18
char(s char), 1 <= s <= 18
string(
precision
), 1 <= p <= 100
char(s char), 1 <= s <= 100
textarea(
precision
), 1 <= p <= 4000
char(s char), 1 <= s <= 4000
textarea(
precision
), 4001 <= p <= 131072
clob
time
timestamp(3)
url(
precision
), 1 <= p <= 255
char(s char), 1 <= s <= 255
必要に応じて、
アプリケーション取り込みとレプリケーション
タスクを定義する際に、カスタムデータ型のマッピングを作成できます。詳細については、「データ型マッピングのカスタマイズ」を参照してください。