动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息

本月文章推荐
.供应商:面对艰难的许可证选择.
.详细介绍:安装0racle 10g 的艰难.
.如何设置一个邮件地址的控制者.
.存储参数storage子句含义及设置技.
.(原创)ORA-01092: ORACLE 例程.
.扩展可伸缩 Oracle 与 PHP Geor.
.如何改变当前联机日志文件的大小.
.怎样才能提高Oracle 10G增量备份.
.oracle中SQL语句可以使用的函数.
.没有备份、只有归档日志,如何恢.
.logminer使用方法.
.Oracle DBA 创建数据库试题选.
.关于db_name、instance_name、OR.
.如何让Oracle数据不丢失?.
.Oracle 10G First Release的新特.
.Oracle基本数据类型存储格式浅析.
.Oracle备份与恢复案例一.
.Oracle Portal及其门户网站.
.Oracle9i中取得建表和索引的DDL语.
.保持Oracle数据库的优良性能.

Oracle DBA最常碰到的10个Oracle错误

发表日期:2008-2-9 |



Oracle DBA最常碰到的10个Oracle错误 

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. 

  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.
上一篇:[错误]分析ora-03113错误! 人气:838
下一篇:[技术]sql 调优整理 人气:502
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-10-14 25175学生成绩管理系统 v2.88
2008-10-14 乐风CMS乐风影视版 v2008.10.13
2008-10-14 FeitecCMS 40T免费资源网整站源码
2008-10-14 Asoft签到管理系统 v3.0 Pack2
2008-10-14 金博人才招聘求职网黄金版 v4.2
2008-10-14 游戏推广无限制版本
2008-10-14 AmEav WebSite 业网站管理系统 英
2008-10-14 IdeaCMS企业网站系统
2008-10-14 四川旅游网站整站
2008-10-11 联系人分组工具 v1.1 中文破解版
2008-10-11 FaceMelter变脸 v2.0 汉化破解版
2008-10-11 PathTracker道路跟踪仪 v1.2 破解
2008-10-11 Rooms手机聊天室 v0.6.7 破解版
2008-10-11 RemoteDesktop远程桌面 v1.0 破解
2008-10-11 ProRemote远程调音台 v1.0.1 破解
2008-10-11 PicShare照片共享 v1.0.0 破解版
2008-10-11 Photogene照片编辑器 v1.5 汉化破
2008-10-11 WriteRoom共享文档 v1.0 破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵
SEO対策 中国語教室 ホームページ作成