insert all into ora-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502887
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2021-09-25 17:43:17


oracle 11.2.0.4.181016
linux
rac

insert all into 语句本来是为了提升速度,结果遇到ora-600错误

  1. dump file /u01/app/oracle/diag/rdbms/orcl/orcl2/incident/incdir_48490/orcl2_ora_23220_i48490.trc
  2. oracle database 11g enterprise edition release 11.2.0.4.0 - 64bit production
  3. with the partitioning, real application clusters, automatic storage management, olap,
  4. data mining and real application testing options
  5. oracle_home = /u01/app/oracle/product/11.2.0.4/db_1
  6. system name:    linux
  7. node name:    host02
  8. release:    3.10.0-514.el7.x86_64
  9. version:    #1 smp wed oct 19 11:24:13 edt 2016
  10. machine:    x86_64
  11. vm name:    vmware version: 6
  12. instance name: orcl2
  13. redo thread mounted by this instance: 2
  14. oracle process number: 59
  15. unix process pid: 23220, image: oracle@host02


  16. *** 2021-09-15 14:02:32.168
  17. *** session id:(1566.19235) 2021-09-15 14:02:32.168
  18. *** client id:() 2021-09-15 14:02:32.168
  19. *** service name:(orcl) 2021-09-15 14:02:32.168
  20. *** module name:(jdbc thin client) 2021-09-15 14:02:32.168
  21. *** action name:() 2021-09-15 14:02:32.168
  22.  
  23. dump continued from file: /u01/app/oracle/diag/rdbms/orcl/orcl2/trace/orcl2_ora_23220.trc
  24. ora-00600: 内部错误代码, 参数: [mal0-size-too-large], [vecconvrwm_qermtm:qermtpostallocate], [], [], [], [], [], [], [], [], [], []

  25. ========= dump for incident 48490 (ora 600 [mal0-size-too-large]) ========

  26. *** 2021-09-15 14:02:32.226
  27. dbkeddefdump(): starting incident default dumps (flags=0x2, level=3, mask=0x0)
  28. ----- current sql statement for this session (sql_id=5bpkbwa848mww) -----
  29. insert all        
  30.             into tbl_temp1
  31.             (id,name,argid,ovrd_ind,aind,sind)
  32.             values
  33.             (
  34.             :1,
  35.             :2,
  36.             :3,
  37.             :4,
  38.             :5,
  39.             :6
  40.             )
  41.         
  42.             into tbl_temp1
  43.             (id,name,argid,ovrd_ind,aind,sind)
  44.             values
  45.             (
  46.             :7,
  47.             :8,
  48.             :9,
  49.             :10,
  50.             :11,
  51.             :12
  52.             )
  53. 一万条插入

经搜索,判断可能与bug有关


这个案例的call stack:


导致这个ora-600的还有其他的原因:


参考:
doc id 1928333.1
doc id 553051.1
阅读(920) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图