ChinaUnix.net
相关文章推荐:

ORA01426 numeric overflow

存储过程: PROCEDURE AEPR_SPLITARGUMENT ( in_value IN sp_noma.parameter_str%TYPE, out_value OUT ae_generalfuncsheet.argument%TYPE, out_value_ext OUT ae_generalfuncsheet.argument_ext%TYPE ) IS v_temp VARCHAR(255); v_pos SMALLINT; v_len ...

by shaimer - Oracle - 2005-11-07 15:55:14 阅读(2477) 回复(5)

相关讨论

请问若一个字段为数值型,长度为6,小数位为2,用float 类型数据还是numeric型数据

by newoen - SQL server - 2003-04-11 11:47:53 阅读(2904) 回复(0)

在编写驱动是不能直接用如下的方法判断是否时间到的: unsigned long timeout = jiffies + HZ/2; if(timeout int main(void) { char i = -10; char j = -20; char k = 4; unsigned char time1 = 256; unsigned char time2 = 234; printf("i is: 0x%x, j is: 0x%x, k is: 0x%x, -1 is: 0x%x, -0 is: 0x%x\n", (unsigned char)i, (unsigned char)j, (unsigned cha...

by strongzgy - Linux文档专区 - 2007-10-12 17:56:44 阅读(571) 回复(0)

到数据时出错 打开游标时出错!错误代码为-1555ora-015 55: snapshot too old: rollback segment number 12 with name "RBS

by shishy - Oracle - 2004-04-20 15:27:30 阅读(1021) 回复(0)

如下语句: declare @test numeric(12,2) select @test = 1.1 * 1.11 select @test 为何输出结果为NULL? 更改为以下语句: declare @test numeric(12,2) select @test = round(1.1 * 1.11,2) select @test 显示结果正常。 第一个语句中为何不能自动截取小数点位数???

by oldwolf1221 - Sybase - 2010-07-14 12:59:03 阅读(2250) 回复(3)

看联机丛书,numeric是确定的带小数的固定精度的数字 real是近似值,那么我在设置表时,需要一个出库数量的字段 可以精确到小数点3位的数字,那我该用哪种数据类型比较好? 还有real的值相加相减时会出现很长的尾数(小数点后的,)是不是由于他不是确定值造成的? numeric数值在为0时或者默认值是0时都不显示的。如何把他转换成可显示0,尤其在计算库存时,(数值相加减时) 迷惑了~~~请指教

by 徐阿鹏 - SQL server - 2005-06-09 09:38:25 阅读(2852) 回复(0)

oracle里面这量个数据类型有什么区别呢?

by aero - Oracle - 2004-10-21 14:17:27 阅读(1196) 回复(0)

http://linux.chinaunix.net/bbs/viewthread.php?tid=1064227&extra=&page=1 看了这个帖子,之后想试试在tty下显示图片,但是出错。

by tianlijian - Linux新手园地 - 2009-05-01 23:35:59 阅读(3635) 回复(2)

Advanced buffer overflow exploit Written by Taeho Oh ( ohhara@postech.edu ) ---------------------------------------------------------------------------- Taeho Oh ( ohhara@postech.edu ) http://postech.edu/~ohhara PLUS ( Postech Laboratory for Unix Security ) http://postech.edu/plus PosLUG ( Postech Linux User Group ) http://postech.edu/group/poslug --------------...

by drinkey - Linux文档专区 - 2008-09-27 15:43:17 阅读(568) 回复(0)

当连接数大,超过proc中route/max_size值后,增加这个值也没有用,内核会报怨: dst cache overflow 网上搜了一下,说是Kernel: 2.3.15~2.4.22都有这个问题. .. 刚才我就是用的2.4.21,郁闷, 请问各位有经验的大哥,如何解决这个问题呢?

by 独孤九贱 - 内核/嵌入技术 - 2006-11-08 12:24:48 阅读(823) 回复(0)

当连接数大,超过proc中route/max_size值后,增加这个值也没有用,内核会报怨: dst cache overflow 网上搜了一下,说是Kernel: 2.3.15~2.4.22都有这个问题. .. 刚才我就是用的2.4.21,郁闷, 请问各位有经验的大哥,如何解决这个问题呢?

by 独孤九贱 - 内核源码 - 2006-11-08 12:24:48 阅读(1331) 回复(0)