[20230108]ORA-00600 and Session Disconnected 2.txt --//ksun-oracle.blogspot.com/2022/07/plsql-ora-00600-by-jdbc-call-exception.html --//测试:ORA-00600 and Session Disconnected 1.环境: SCOTT@test01p> @ ver1 PORT_STRING VERSION BANNER CON_ID ------------------------------ -------------- -------------------------------------------------------------------------------- ---------- IBMPC/WIN_NT64-9.1.0 12.2.0.1.0 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production 0 2.测试脚本: --//drop type t_char100_varray50_test force; create or replace noneditionable type t_char100_varray50_test as varray(50) of varchar2(100) / --//drop table test_tab_disconnet_no cascade constraints; create table test_tab_disconnet_no as select level id, t_char100_varray50_test('a', 'b', 'c') vary from dual connect by level <= 1e4; alter table test_tab_disconnet_no add constraint test_tab_disconnet_no#p primary key (id); create or replace procedure test_ora_600_disconnet_no as begin for c in ( select /*+ parallel(4) index(t test_tab_disconnet_no#p) */ t.id, count(*) from test_tab_disconnet_no t, table(t.vary) v where rownum <= 3000 group by t.id) loop null; end loop; end; / 3.测试: SCOTT@test01p> exec test_ora_600_disconnet_no; BEGIN test_ora_600_disconnet_no; END; * ERROR at line 1: ORA-00600: internal error code, arguments: [qernsRowP], [1], [], [], [], [], [], [], [], [], [], [] --//如果取消并行,错误消失!!
[20230108]ORA-00600 and Session Disconnected 2.txt
来源:这里教程网
时间:2026-03-03 18:20:41
作者:
编辑推荐:
- [20230108]ORA-00600 and Session Disconnected.txt03-03
- [20230108]ORA-00600 and Session Disconnected 2.txt03-03
- [20230119]12c grant read 特性.txt03-03
- [20230111]记录dml语句中的绑定变量.txt03-03
- [20230124]测试是否能使用物化视图优化.txt03-03
- [20230125]21c Force matching signature的计算.txt03-03
- 5款用过就舍不得删除的电脑软件03-03
- oracle 19c RAC增加RHP server03-03
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- 5款用过就舍不得删除的电脑软件
5款用过就舍不得删除的电脑软件
26-03-03 - pdb库单库升级文档
pdb库单库升级文档
26-03-03 - 5款非凡的电脑软件,用过才知道好
5款非凡的电脑软件,用过才知道好
26-03-03 - 记一次DG修复后无法打开小乌龙
记一次DG修复后无法打开小乌龙
26-03-03 - 飞书二度出海“谋生”
飞书二度出海“谋生”
26-03-03 - 消毒柜行业的2023:变局、商机和反思
消毒柜行业的2023:变局、商机和反思
26-03-03 - database 空值问题
database 空值问题
26-03-03 - 19C PGA占用过载优化
19C PGA占用过载优化
26-03-03 - LINUX 环境 mysql to mysql OGG安装配置(一)
LINUX 环境 mysql to mysql OGG安装配置(一)
26-03-03 - LINUX 环境 mysql to oracle OGG安装配置
LINUX 环境 mysql to oracle OGG安装配置
26-03-03
