aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCB-00300: Datatype for host variable not supported by ANSI "string"

PCB-00300: Datatype for host variable not supported by ANSI "string"
Cause: An Oracle extension to the ANSI/ISO standard was used. Specifically, aa pointer or nonconforming datatype such as VARCHAR was used. For example, the offending code might look like: EXEC SQL BEGIN DECLARE SECTION END-EXEC. 01 USERNAME PIC X(10) VARYING. EXEC SQL END DECLARE SECTION END-EXEC. This informational message is issued by the FIPS Flagger when FIPS=YES.
Action: None

请先 登录 后评论

1 个回答

小智
PCB-00300:不支持ANSI“ string ”的主机变量的数据类型,
.原因:使用了ANSI / ISO标准的Oracle扩展。具体来说,使用了一个指针或不一致的数据类型,例如VARCHAR。例如,违规代码可能如下所示:EXEC SQL BEGIN DECLARE SECTION END-EXEC。01 USERNAME PIC X(10)VARYING。EXEC SQL END DECLARE SECTION END-EXEC。当FIPS = YES时,该信息消息由FIPS Flagger发出。,
.行动:无,
.
请先 登录 后评论