数据类型和字段名称要求

字段名称要求

  • 长度必须不超过 30 个字符。
  • 允许的字符:A-Z、a-z、0-9、$、# 和 _(下划线)。名称必须以 A-Z、a-z 开头。

    注意:系统定义的所有字段名称是保留字段名称,以下划线字符结尾。示例EMAIL_ADDRESS_。因此,为了避免重复,导入的自定义字段名称应以下划线结尾。要查看这些字段和详细信息,请参见系统定义的列表字段

  • 字段名称不能包含单个字符 A、E、G、K、M、P、T 和 U。这些字符是应用程序的保留字符。
  • 建议使用至少包含两个字符的字段名称。
  • 字段名称不区分大小写,例如:FirstName 与 firstname 相同。

Oracle Responsys 字段名称保留字

重要提示:为了避免与 Oracle Responsys 使用的数据库发生冲突,请将以下任何保留字用作表中的字段名称。

access add admin administrator advisor all alter and any as
asc audit baseurl between by byte char check cluster column
comment connect compress create current data date decimal default delete
desc distinct double drop else exclusive exists extends false file
first float for from grant group having ID identified if
immediate import in increment index initial insert int integer intersect
into is last level like lock long M maxextents minextents
minus mlslabel mode modify noaudit nocompress nologging not nowait null
number of offline on online option or order package pctfree
pctused prior private privileges program protected public raw rename resource
revoke row rowid rownum rows select session set share size
smallint start successful synonym sysdate table test then to trigger
true uid union unique update user validate values varchar varchar2
view whenever where with            

注意:定义字段时,确保您的字段名称与 $text$ 替换字段以及消息文档和表单中使用的输入字段名称相匹配。

可用的字段数据类型

以下数据类型可用于所有系统和自定义字段。

数据类型 详细信息
文本
(最多 500 个字符)
字段的数据类型(除非您另行指定)
长文本
(最多 4000 个字符)
请勿使用过多空格-仅存储实际存在的文本。该限制适用于单字节字符集,如英语。对于多字节字符集(如亚洲语言中使用的字符集或 UTF-8 字符),该限制更低。
数字 可能包含小数的数字
整数 不含小数部分的整数。包含从 –2,147,483,648 到 2,147,483,647 的值
时间戳
(日期 + 时间)
由 Oracle Responsys 用于内部目的。
格式必须为 yyyy-mm-dd hh:mm:ss

相关主题