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. hibernate 多表关联外键问题无法截断表的解决办法

    目前只有一个办法 就是手动清除其他表的外键关联,然后在做一个小swing单独去操作这个表,而不运行主控方相关的代码 当web运行后,外键会再次设置好

  2. 使用em为单位制作两列弹性布局

    一.DIV布局按照定位的方法分为:浮动方法(float),坐标定位方法(position),还有就是两者相结合的方法. 二.DIV布局按照定义单位的不同可分为:固定宽度布局.流体布局.弹性布局和混合布 ...

  3. Linux 7.X 解锁用户账号

    Linux 7.X 解锁用户账号 使用指令:sudo passwd -u tomcat ,解锁. 但是会有如下提示信息: 因为 55 失败登录而锁定账户 此时,需执行指令:pam_tally2 -u ...

  4. 解决CSocket高数据传输问题

    这个是自己项目中发现的问题,所以这个不一定适用于你的. 仅供参考. 头文件: ESSocket.h // ESSocket.h : header file // #ifndef ESSOCKET_H ...

  5. Leetcode496.Next Greater Element I下一个更大的元素1

    给定两个没有重复元素的数组 nums1 和 nums2 ,其中nums1 是 nums2 的子集.找到 nums1 中每个元素在 nums2 中的下一个比其大的值. nums1 中数字 x 的下一个更 ...

  6. goland快捷键使用

    查找替换: 格式化代码块:ctrl+alt+L将选中的行自动对齐:ctrl+alt+I优化没必要的imports:ctrl+alt+O展开代码块:ctrl+“+”展开文件中所有代码块:ctrl+shi ...

  7. 批量操作文本文件进行dos/unix格式转换

    批量将目录下所有文件进行 dos/unix 格式转换 使用 sed + grep #sed -i "s/原字符串/新字符串/g" `grep 原字符串 -rl 所在目录` eg:  ...

  8. [Array]485. Max Consecutive Ones

    Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1, ...

  9. Python 原生2种 邮件发送(发送验证码) 的方法

    import smtplib from email.mime.text import MIMEText # 第三方 SMTP 服务 mail_host = "smtp.sina.cn&quo ...

  10. Python子进程 (subprocess包)

    Python子进程 (subprocess包) subprocess以及常用的封装函数 当我们运行python的时候,我们都是在创建并运行一个进程.正如我们在Linux进程基础中介绍的那样,一个进程可 ...