aiaiDBA

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

13718043309

010-86462881

PLS-00129: Pragma INTERFACE only supports C as its first argument

PLS-00129: Pragma INTERFACE only supports C as its first argument
Cause: The first parameter passed to pragma INTERFACE specified a host language other than C. Currently, C is the only host language supported. The parameter might be misspelled, or the pragma syntax might be faulty (for example, a comma might be missing between two parameters).
Action: Check the spelling of the first parameter, which should be C, and make sure the proper syntax was used.

请先 登录 后评论

1 个回答

小智
PLS-00129:Pragma INTERFACE只支持C作为其第一个参数,
.原因:传递给pragma INTERFACE的第一个参数指定了C以外的主机语言。目前,C是唯一支持的主机语言。该参数可能拼写错误,或者pragma语法可能有故障(例如,两个参数之间可能缺少逗号)。,
.操作:检查第一个参数的拼写,应为C,并确保使用正确的语法。,
.
请先 登录 后评论