aiaiDBA

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

13718043309

010-86462881

PLS-00542: CLOB and NCLOB cannot use varying-width character sets in the server

PLS-00542: CLOB and NCLOB cannot use varying-width character sets in the server
Cause: A server type is being created with an embedded CLOB or NCLOB atttribute which uses a varying-width character set.
Action: Use VARCHAR2 instead of CLOB, or use a fixed-width character set.

请先 登录 后评论

1 个回答

小智
PLS-00542:CLOB和NCLOB不能在服务器中使用变化的字符集,
.原因:正在使用嵌入式CLOB或NCLOB atttribute创建一个服务器类型,该属性使用变宽字符集。,
.操作:使用VARCHAR2而不是CLOB,或使用固定宽度的字符集。,
.
请先 登录 后评论