为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM Database Server x64 V8
【操作系统】:centOS
【CPU】:x86
【问题描述】*:以下sql执行报错:
create table ctp_message_user_subscribe ( id bigint not null , message_type_code varchar2(64 char) , message_source_code varchar2(64 char) , user_id bigint not null , subscribe tinyint not null , subscribe_type tinyint not null , tenant_id bigint not null , create_time timestamp(0) not null , update_time timestamp(0) not null , version smallint not null , primary key (id) ) ;
您这个初始化参数是什么呢
这个字段加上双引号可以正常创建
select *from v$dm_ini where para_name like 'EXCLUDE_RESERVED_WORDS'; 看看排除关键字列表