网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
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教程,数据库安全,数据库文摘
本月文章推荐
.详细讲解数据缓冲区与共享池的命.
.利用游标返回结果集的的例子(Or.
.Oracle&Linux--完美的组合.
.ORACLE 用户的规范化管理.
.Oracle与SQL Server在企业应用中.
.不重建快照的情况下可以修改主表.
.TestKing Oracle 1z0-131 V6.
.轻松掌握oracle数据库开发中序列.
.简易 Network Information Servi.
.Oracle数据库常见错误操作及解决.
.深入研究Oracle数据库空间管理方.
.通过实例来教你如何配置Oracle监.
.ORACLE常用傻瓜问题1000问(之二).
.最近研究双机和ops,想不通个问题.
.使用 Jbulider 开发 J2ME 移动游.
.如何从备份集中恢复归档日志.
.logminer使用步骤二(分析DML操作).
.Oracle 10g 可传输表空间现在可以.
.Linux与Oracle系统安装指导书(Ca.
.优化Oracle库表设计的若干方法.

OracleDBA新手经常碰到的10个Oracle错误

发表日期:2008-2-9


OracleDBA新手经常碰到的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. 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. +==+
上一篇:RedHatLinux AS3 U2 安装 oracle9204 成功 笔录!!! 人气:721
下一篇:大侠宝典 :ORACLE 常用第三方软件介绍 人气:918
浏览全部Oracle教程的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐