oracle ora-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3976933
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2008-06-30 16:16:50

ora-01406:    
        fetched column value was truncated
cause:    
        in a host language program, a fetch operation was forced to truncate a character string. the program buffer area for this column was not large enough to contain the entire string. the cursor return code from the fetch was 3.
action:    
        increase the column buffer area to hold the largest column value or perform other appropriate processing.

自己遇到了好多次这个问题,我遇到的问题一般是:

如:
        tab1(col1 varchar2(20));
                
        表中col1字段本来长度是20的,但我在oci中取该字段数据用的长度小于20就出现ora-01406问题了.   
        
阅读(2417) | 评论(0) | 转发(0) |
0

上一篇:oci 指示器变量!

下一篇:sqlplus的小秘密 (1)

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图