Errors in file /oracle/OraHome1/admin/hndw/udump/hndw_ora_17941.trc:

ORA-00600: internal error code, arguments: [12333], [10], [60], [57], [], [], []

, []

12333一般都是跟网络有关,跟数据库影响不大。也就是说一般不会影响数据库性能。

造成ORA-00600 [12333]的主要原因:
1、网络故障。
2、在低级别的传输中出现了丢包和接受的包错误的情况。
3、用户cancel。
4、用户提交了错误的数据(这条可以基本否定,软件开发应当考虑了容错性)

我觉得应该检查一下你的网络

Doc ID:
Note:35928.1
Subject: ORA-600 [12333] "Fatal Two-Task Protocol
Violation"
Type: REFERENCE
Status: PUBLISHED
Content Type: TEXT/PLAIN
Creation Date: 22-MAR-1996
Last Revision Date: 29-OCT-2002

Note: For additional ORA-600 related information please
read [NOTE:146580.1]

PURPOSE:
This article discusses the internal error "ORA-600
[12333]", what
it means and possible actions. The information here is
only applicable
to the versions listed and is provided only for guidance.

ERROR:
ORA-600 [12333][a][b][c][d][e]

VERSIONS:
Versions 7.3.X to 9.X

DESCRIPTION:

There are now two basic usages of OERI(12333):

i. Usage with 3 additional numeric values

ii. Usage with 4 additional values ... new since 8.0.X

ORA-600[12333] is reported with three additional numeric
values when a
request is being received from a network packet and the
request code in
the packet is not recognized. The three additional
values report the
invalid request values received.

The error may have a number of different root causes.
For example, a
network error may have caused bad data to be received,
or the client
application may have sent wrong data, or the data in the
network buffer
may have been overwritten. Since there are many
potential causes of this
error, it is essential to have a reproducible testcase
to correctly
diagnose the underlying cause. If operating system
network logs are
available, it is advisable to check them for evidence of
network failures
which may indicate network transmission problems.

The second form of the error is
"ORA-600[12333][PTI][b][c][d]", which
may be reported when parsing storage options on
alter/create of various
database objects. The b, c, d arguments identify a
specific statement
type being parsed.

This form of the error indicates a problem in the sql
parser. As common
functions are used to parse the storage options of
different database
objects, this error code is used as a semantic check
that the parser has
not passed options that are invalid for the statement
being parsed.

There is no data corruption as a result of this error.
The error results
in a process failure.

ARGUMENTS:
i.
Arg [a] TTI Layer Function code received
Arg [b] Function code
Arg [c] Sequence
ii.
Arg [a] PTI
Arg [b] prspo_proc_opts
Arg [c] statement type
Arg [d] check identification, e.g., INDEX

FUNCTIONALITY:
USER/ORACLE INTERFACE LAYER

IMPACT:
PROCESS FAILURE
NO DATA CORRUPTION

SUGGESTIONS:
Check networking connections and NLS settings:
[NOTE:77442.1].
Please ensure that the issue is reproducible before
pursuing
with Oracle Support Services.

Known Issues:
Bug 953506: CLIENTS EXPECTING ORA-1405/1406 MAY GET
ORA-3106 OR OERI:12333
fixed in 8.0.6.2

Bug 1273347: OERI:12333 CAN OCCUR
fixed in 8.1.6.2 and 8.1.7.0 releases
Bug 709582: OERI:12333 DURING SHUTDOWM IMMEDIATE WHEN
USING RMAN
fixed in 8.1.5.1 and 8.1.6.0 releases.

REFERENCES:
Note:77442.1 ORA_NLS (ORA_NLS32, ORA_NLS33) Environment
Variables.

最新文章

  1. 【腾讯优测干货分享】如何降低App的待机内存(四)——进阶:内存原理
  2. 09B-独立按键消抖实验02——小梅哥FPGA设计思想与验证方法视频教程配套文档
  3. 引水入城(codevs 1066)
  4. gratitute
  5. 符合web标准的网页下拉菜单
  6. poj 1095 Trees Made to Order 卡特兰数
  7. *[topcoder]HexagonalBoard
  8. LayoutInflater作用及使用
  9. 一个快速找第k+1小的算法
  10. Android:Asmack能登录但是获取不到联系人的问题
  11. sql+PHP基础+面向对象基础简单总结
  12. Java学习笔记5(类的入门以及ArrayList)
  13. zlib 压缩输出缓冲区 overflow 问题
  14. 反调试——jmp到那个地址
  15. python中文件处理--判断文件读取结束方法
  16. dll和lib的关系(转)
  17. bootstrap-validator基本使用(自定义验证身份证号和手机号)
  18. 使用Cobbler批量部署Linux和Windows:Cobbler服务端部署(一)
  19. Django 博客项目01 数据库设计与验证码校验+Ajax登录
  20. UVaLive 4597 Inspection (网络流,最小流)

热门文章

  1. stash解决git合并冲突问题
  2. mysql中not in子查询不能为空
  3. go modules
  4. Java 函数优雅之道
  5. 《2018年云上挖矿态势分析报告》发布,非Web类应用安全风险需重点关注
  6. 新的开始 | Arthas GitHub Star 破万后的回顾和展望
  7. 彩色图像与二值图像(mask)点乘
  8. global.fun.php
  9. 洛谷 2890 [USACO07OPEN]便宜的回文Cheapest Palindrome
  10. Centos Apache 多站点配置