Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3566895
  • 博文数量: 715
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(715)

文章存档

2023年(75)

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
阅读(1062) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~