今天在查看一个库的日志时,发现被ORA-00600 [kollasg:client-side tmp lob] 错误刷屏了。

发生该错误的原因是由于应用那边lob的问题。lob没有被初始化,建议使用EMPTY_CLOB函数对其初始化

mos上原文:

ORA-00600 [kollasg:client-side
tmp lob] Fetching Row With LOB Column in OCI Application (文档 ID 1418135.1)
转究竟部

In this Document

Symptoms
  Cause
  Solution

APPLIES TO:

Oracle Database – Enterprise Edition – Version 11.1.0.6 and later

Information in this document applies to any platform.

SYMPTOMS

An OCI-based application compiled with the 11.1.0.7 client [connecting to 11.2 db] reading a CLOB field being fetched using OCISmtFetch2 fails with an
ORA-00600 [kollasg:client-side tmp lob].

CAUSE

The CLOB field being fetched needs to be initialized, as when fetching a uninitialized LOB column (ie) without any LOB locator is causing the ORA 600
error.

SOLUTION

Initialize the CLOB field/column with empty_clob(), either on INSERT or after the row is inserted via an UPDATE.


最新文章

  1. Spark 官方文档(4)——Configuration配置
  2. Service组件简介
  3. Hibernate原生SQL查询
  4. 使用Jsoup 抓取页面的数据
  5. 将图片转成base64 小工具
  6. Axis2 webservice 之使用java调用webservice
  7. 织梦/dedecms 当文章转载时不需要设置图片水印的设置,取消’图片是否加水印‘的复选框,并且修改如下文件即可生效
  8. hdu4185二分图匹配
  9. HTML面试题
  10. Linxu服务器上安装JDK小白教程
  11. oracle数据库驱动(ojdbc)
  12. 004_wireshark专题
  13. Python3学习之路~2.9 字符编码与转码
  14. Stylus基本使用
  15. Linux运维之系统性能---vmstat工具分析内存的瓶颈
  16. 【xsy1058】 单词 乱搞
  17. .Net Core使用Unity替换原生DI
  18. HTML5之2D物理引擎 Box2D for javascript Games 系列 第一部分
  19. Python 多线程 使用线程 (二)
  20. atitit,it人怎么样才容易事业成功?? 有以下五种性格的人容易成功

热门文章

  1. linux 怎么使用一个c/c++库
  2. vc笔记六
  3. thinkphp3.2入口文件
  4. Oracle varchar2最大支持长度(转)
  5. ZOJ3805:Machine
  6. DataTable数据转换为实体
  7. 番外:android模拟器连不上网
  8. F5 root密码恢复
  9. Android中Broadcast Receiver组件具体解释
  10. Leetcode 细节实现 Set Matrix Zeroes