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. Spring AOP(二)--注解方式

    本文介绍通过注解@AspectJ实现Spring AOP,这里要重点说明一下这种方式实现时所需的包,因为Aspect是第三方提供的,不包含在spring中,所以不能只导入spring-aop的包,为了 ...

  2. PAT甲级——A1064 Complete Binary Search Tree

    A Binary Search Tree (BST) is recursively defined as a binary tree which has the following propertie ...

  3. IndentationError: expected an indented block错误

    Python语言是一款对缩进非常敏感的语言,给很多初学者带来了困惑,即便是很有经验的python程序员,也可能陷入陷阱当中.最常见的情况是tab和空格的混用会导致错误,或者缩进不对,而这是用肉眼无法分 ...

  4. VS2015使用Nuget安装OpenCV3.X以及Python3安装OpenCV3.X

    VS2015已经自带Nuget安装工具了,所以,新建一个项目,点击管理Nuget包 搜索OpenCV3 注意,目前只有这个版本支持VS2015,也就是平台工具集可以为vs140,其他的都会报错,报错我 ...

  5. 【python之路28】模块python与excel

    一.可使用的第三方库 python中处理excel表格,常用的库有xlrd(读excel)表.xlwt(写excel)表.openpyxl(可读写excel表)等.xlrd读数据较大的excel表时效 ...

  6. CoffeeScript 更优美的Javascript

    CoffeeScript 是一门编译到 JavaScript 的小巧语言. 在 Java 般笨拙的外表下, JavaScript 其实有着一颗华丽的心脏. CoffeeScript 尝试用简洁的方式展 ...

  7. linux操作系统清除报错Disk /dev/mapper/ddf1_4c53492....

    现象描述 Disk /dev/mapper/ddf1_4c5349202020202010000055000000004711471100000a28p1: 666.0 GB, 66600088934 ...

  8. CesiumLab 地形数据处理

    最近接连有用户反应地形数据处理的各种问题,我也是各种测试,想想还是整理一个文档彻底说明一下. 地形栅格数据格式,一般是tif ,也有dem或者img,但是我个人强烈建议使用tif格式,因为cesium ...

  9. vue前后端分离

    axios前后端交互 安装 一定要安装到`项目目录下 cnpm install axios 配置 在main.js中配置 //配置axios import axios from 'axios' Vue ...

  10. python 处理缺失值