易截截图软件、单文件、免安装、纯绿色、仅160KB

案例学习Oracle错误:ORA 00600

原文:ORA-00600 internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
  Cause This is the generic internal error number for Oracle program exceptions. It indicates that a process has encountered a low-level, unexpected condition. Causes of this message include:
  1.timeouts
  2.file corruption
  3.failed data checks in memory
  4.hardware, memory, or I/O errors
  5.incorrectly restored files
  The first argument is the internal message number. Other arguments are various numbers, names, and character strings. The numbers may change meanings between different versions of Oracle.
  Action Report this error to Oracle Customer Support after gathering the following information:
  1.events that led up to the error
  2.the operations that were attempted that led to the error
  3.the conditions of the operating system and databases at the time of the error
  4.any unusual circumstances that occurred before receiving the ORA-00600 message
  5.contents of any trace files generated by the error
  6.the relevant portions of the Alter files Note: The cause of this message may manifest itself as different errors at different times.
  Be aware of the history of errors that occurred before this internal error.
   ORACLE ORA-00600错误的阐述
  ORACLE ORA-00600错误不是你的程序错误.是ORACLE内部的错误,一般来说,大部分的ORA-00600错误均是由ORACLE软件的bug所导致,因此对于这样的错误需要及时联系ORACLE技术支持工程师.对于这种类型的ORA-00600错误,一个简单的处理方式就是打补丁,将数据库升级到一个稳定的版本,另外建议屏蔽某些ORACLE特性,诸如MTS(MultiThread Server)。但也有部分错误是由数据库内部的表或索引(包括应用的)结构被损坏所或其他原因所造成。
  1:ORA-600[12700]表示执行SQL语句时对应的某些实体(表/索引)损坏;该错误的处理方法为:
  修改init$ORACLE_SID.ora文件,增加如下几行:
  event = “10210 trace name context forever level 10”
  event = “10211 trace name context f


相关文档:

OCP认证考试指南(2):安装Oracle Database 10G

想在Linux系统把Oralce安装好,确实是个不小的挑战,最起码的,首先要对Linux系统有所了解,不说多的,简单的一些配置文件和常用命令总要知道,要不真不知道如何下手。今天按书本的启示,和网上别人写的文章还有Oralce官方的帮助感觉都对我帮助甚微啊。。。不过感觉最后还是在QQ群和百度的帮助下,当然书本和那些文章都起到 ......

OCP认证考试指南(3):创建Oracle数据库(2)

下面我们来学习怎么在Linux环境下创建一个新数据库。
一、Database Configuration Assistant(DBCA)创建数据库
1、以Oracle用户登录到Linux系统。
2、改下显示编码吧,要不然出现的提示框界面会和Oracle安装时候一样。改编码命令:
?[Copy to clipboard]View Code BASH
$ LANG="en_US"
3、由于先前我们已经把环境变 ......

OCP认证考试指南(5):管理Oracle进程

1、启动SQL*Plus
启动用SQL*Plus都会启动了,这种方式合适正常的终端用户使用,作为管理员我们有另一种变化形式NOLOG开关。
?[Copy to clipboard]View Code BASH
$ sqlplus /nolog
2、启动iSQL*Plus
由于不是主要学这个,前一篇也提过这个了,看下前一篇的内容吧,OCP认证考试指南(四):接合Oracle数据库
3、启动D ......

Oracle TO_DATE,to_char

Oracle中TO_DATE格式
url:http://www.cnblogs.com/ajian/archive/2009/03/25/1421063.html
TO_DATE格式(以时间:2007-11-02   13:45:25为例)
  
        Year:     
        yy two digits 两 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号