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.

oracle-12333错误的更多相关文章

  1. Oracle安装错误“程序异常终止

    Oracle安装错误"程序异常终止.发生内部错误.请将以下文件提供给oracle技术支持部   "程序异常终止.发生内部错误.请将以下文件提供给oracle技术支持部门:" ...

  2. Oracle安装错误ora-00922(zhuan)

    Oracle安装错误ora-00922(缺少或无效选项) (2012-03-19 10:49:27) 转载▼ 标签: 杂谈   安装Oracle 11g R2的过程中,在新建数据库实例时出现了该错误, ...

  3. [转]ORACLE 异常错误处理

    本文转自:http://www.cnblogs.com/soundcode/archive/2012/01/10/2318385.html 本篇主要内容如下: 5.1 异常处理概念 5.1.1 预定义 ...

  4. 总结:整理 oracle异常错误处理 .

    5.1 异常处理概念 5.1.1 预定义的异常处理 5.1.2 非预定义的异常处理 5.1.3 用户自定义的异常处理 5.1.4  用户定义的异常处理 5.2 异常错误传播 5.2.1 在执行部分引发 ...

  5. Oracle Ora 错误解决方案合集

    注:本文来源于 < Oracle学习笔记 --- Oracle ORA错误解决方案 > ORA-00001: 违反唯一约束条件 (.)错误说明:当在唯一索引所对应的列上键入重复值时,会触发 ...

  6. 整理 oracle异常错误处理

    5.1 异常处理概念 5.1.1 预定义的异常处理 5.1.2 非预定义的异常处理 5.1.3 用户自定义的异常处理 5.1.4  用户定义的异常处理 5.2 异常错误传播 5.2.1 在执行部分引发 ...

  7. oracle 异常错误处理

    分类: Oracle 5.1 异常处理概念 5.1.1 预定义的异常处理 5.1.2 非预定义的异常处理 5.1.3 用户自定义的异常处理 5.1.4 用户定义的异常处理 5.2 异常错误传播 5.2 ...

  8. Cognos创建Oracle数据源错误以及客户端生成加密信息错误

    报加密错误,先删除 signkeypair csk encrytkeypair三个目录错误一: 创建Oracle数据源错误,在cognos connection中创建oracle的数据源,一直测试不成 ...

  9. Data Base oracle常见错误及解决方案

    Data Base oracle常见错误及解决方案 一.TNS协议适配器错误: 原因: 此问题的原因都是由于监听没有配置好. 解决: 1.打开oracle工具Net Manager,删除服务及监听,重 ...

  10. Oracle数据库错误消息

    Oracle数据库错误消息 导出错误消息 l EXP-00000导出终止失败 原因:导出时产生Oracle错误. 操作:检查相应的Oracle错误消息. l EXP-00001数据域被截断 - 列长度 ...

随机推荐

  1. 洛谷p1605--迷宫 经典dfs

    https://www.luogu.org/problemnew/show/P1605 用这种题来复习一下dfs 给定一个N*M方格的迷宫,迷宫里有T处障碍,障碍处不可通过.给定起点坐标和终点坐标,问 ...

  2. 2019-8-30-BAT-脚本判断当前系统是-x86-还是-x64-系统

    title author date CreateTime categories BAT 脚本判断当前系统是 x86 还是 x64 系统 lindexi 2019-08-30 08:47:40 +080 ...

  3. 啊啊我找不到web.xml怎么办呀~~

    创建Dymamic Web Project的时候不要忘记勾选这玩意(about servlet) 其实还有一个办法就是右键点击你的web项目名--->Java EE Tools-->Gen ...

  4. 原生JS上传,实现预览并且兼容大部分IE

    // 前提条件: ie浏览器模式下,用户要允许ie默认的加载项:以下兼容ie的方法才会生效 // 图片上传预览 IE是用了滤镜 function previewImage(file) { var MA ...

  5. 【笔记】LR11中关联设置

    LR中关联建议都手动进行,自动不好用,也容易出错. 在LR中我们什么要做关联:1.关联解决的是动态数据的参数化.2.关联的数据一定是服务器响应的数据.3.服务器响应过来的数据在后面的服务还要使用. 手 ...

  6. poj 1654 Area(求多边形面积 && 处理误差)

    Area Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 16894   Accepted: 4698 Description ...

  7. java并发系列(八)-----java异步编程

    同步计算与异步计算 从多个任务的角度来看,任务是可以串行执行的,也可以是并发执行的.从单个任务的角度来看,任务的执行方式可以是同步的,也可以是异步的. Runnable.Callable.Future ...

  8. redis缓存使用详解

    mysql数据库是存在磁盘中的,操作是对于磁盘操作,这样访问量和并发很大时,运行速率就取决于磁盘的容量,带宽的大小和读取的方式,也就是 sql 语句,次数和效率也会影响读取效率.当访问量和并发很大的时 ...

  9. springmvc jsp向controller传参,一直为null

    怎么检查都无解 重启电脑好了

  10. poi操作word,简单写docx

    参考博客: https://www.cnblogs.com/guilty/p/3977016.html 在HWPF中换行符是"\013",在XWPF中是run.addBreak() ...