aiaiDBA

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

13718043309

010-86462881

PCC-02426: Incompatible LOB types

PCC-02426: Incompatible LOB types
Cause: A LOB operation was attempted between LOBs whose types were not compatible. For example, When ASSIGNing one LOB to another, both LOBs must be of the same type. If they are not, this error results.
Action: Correct the LOB operation by having it function between LOBs of the same type. This may require a redeclaration of one of the LOBs used in the LOB statement performing the specified operation.

请先 登录 后评论

1 个回答

小智
PCC-02426:不兼容的LOB类型,
.原因:尝试在类型不兼容的LOB之间进行LOB操作。例如,当将一个LOB分配给另一个时,两个LOB必须是相同的类型。如果没有,则会出现此错误。,
.操作:通过使LOB操作在同一类型的LOB之间进行操作来更正LOB 操作。这可能需要重新声明执行指定操作的LOB语句中使用的LOB之一。,
.
请先 登录 后评论