教程中国
PHOTOSHOP CS9.0中文版 MAYA 8.5 FOR WINDOWS Corel Painter v9.0 Flash MX2004 中文版 Illustrator cs2 中文版
VC++6.0含sp6 中英文版 VB6.0 +sp6 简体中文版 Borland Delphi 7汉化版 MSDN for vb6.0中文版 Visual Studio 2005简体
教程中国下属 文件存储共享专家BIBIDU.COM 提供大型软件,教材,源码,电影,音乐,图书等下载 更多精品请点此进入
  您目前所在位置: 教程中国 >> Oracle >> 入门基础 >> 最常碰到的10个Oracle错误 RSS订阅
最常碰到的10个Oracle错误
教程(视频,书籍)下载:  ASP.NET AutoCAD 数据库 C# ASP java photoshop 网页设计 delphi 3dmax Flash C++ VB 张孝祥 实例   更多请进入BIBIDU搜索
IT搜索引擎   

  This document contains information about errors frequently encountered by
  new DBAs, along with appropriate actions to be taken in each circumstance.
  
  +==+
  
  Summary:
  10 COMMON RDBMS ERRORS
  
  +=+
  
  1) ORA-1547
  
   a) on Rollback segment when importing.
  
   Specify commit=y and a large buffer on import. This way the Rollback
   will be released after each array, as opposed to each object.
  
   b) when allocating an extent on a tablespace with alot of free space.
  
   Select max(blocks) from DBA_FREE_SPACE. You may have free space but it
   might not be contiguous. Make sure it is greater than the extent it
   is trying to allocate. You can reduce the storage parameters NEXT and
   PCTINCREASE if it isn't.
  
  2) ORA-1556 max extents of 121 exceeded when storage is set for maxextents
   of 999.
  
   Most platforms have a max of 121 even though it allows you to specify
   999. (see the readme for your platform)
  
  3) ORA-1090 shutdown in progress when starting up even after a shutdown was
   issued quite some time ago.
  
   If the background processes aren't running the SGA could have been left
   out there... Issue a startup force open (which does a shutdown abort
   first).
  
  4) IMP-0003, ORA-942 and IMP-00023 on import.
  
   Run catalog.sql and expvew.sql (renamed catexp.sql in v7) as sys before
   the import. Both files are in $ORACLE_HOME/rdbms/admin (UNIX).
  
  5) ORA-904 Invalid column name on import.
  
   Run expvew.sql (catexp.sql) before the import.
  
  6) ORA-1034 Oracle not available.
  
   Startup the DB first...if it is started check your searchpath.
   Make sure that ORACLE_SID is set correctly For setuid issues, see
   PRE 1006554.6.
  
  7) ORA-1578 Oracle Data Block corrupted (file # num and block # num)
  
   To determine where the corruption is:
   select * from sys.dba_extents where file_id = filenum and blocknum
   between block_id and (block_id + blocks - 1);
   The filenum and blocknum are the numbers in the 1578 error.
   This query should give the segment_name and segment_type
   (i.e table and its name).
   In order to salvage the uncorrupted part of the table you can add
   an entry to the init.ora:
   event = "10231 trace name context forever"
   This will skip the corrupted block on a table scan. Export the table,
   drop and recreate it from import.
  
  8) ORA-604 what does it mean?
  
   Usually it comes with another error such as 1547....if it can't be found
   in any of the trace files try setting the following event in init.ora and
   restarting the DB.
   event="604 trace name errorstack forever"
   for the output of this look in the trace files in the directory given by
   the USER_DUMP_DEST parameter in init.ora.
  
  9) My create database is failing with ORA-1519: error while processing file
  
   Take out the INIT_SQL_FILES param out of init.ora, run the scripts
   by hand after the database is created.
  
  10) Out of shared memory (ORA-4031).
  
   Try de-fragmenting the shared pool by running an 'alter system flush
   shared_pool' If that is not enough, increase the shared_pool_size
   parameter.
  
  +==+
  
  

来源:upschool.com.cn
作者:
关键字:最常碰到,Oracle错误
发表日期:2007-1-6 1:19:05

网页显示有限 阅读全文请下载本文完整版WORD文档

上一篇:Oracle常见错误代码的分析与解决一   下一篇:ORACLE常用Script


2008-12-3 4:38:53
本文的相类似文章
  • Oracle新手最常碰到的6个错误及解决方案
  • 最常碰到的10个Oracle错误
  • 案例学习Oracle错误:ORA-29516
  • 案例学习Oracle错误:ORA-00054
  • OracleDBA新手经常碰到的10个Oracle错误
  • 案例学习Oracle错误:ORA-27123
  • Oracle新手最常碰到的6个错误及解决方案
  • 在学习中进步 在进步中成长 教程中国相随您的成长之路
    华腾联合科技股份有限公司版权所有
    广告联系:Rosibo@163.com