致远

欢迎来到致远>>   | 首页 资源中心 | lottery | work record | 数据库开发 | 致远 | Java/C++ | 数据库调优 | 高可用性 | Unix Linux | WebSphere | 数据库管理 | Oracle基础 | ITPUB论坛

ORA-01114: IO error writing block to file (block #)

发表人:pentium | 发表时间: 2009年六月04日, 10:31

Following error arose, check data tablespace, there's sufficent free space. There's high probability that this error is due to database unix box disk space. We know the nature of oracle temp tablespace that when space added to temp space it does not allocate physical space, take only when required . The temp mount point is of 15Gb and the tempfile created is of 40GB, So as 15GB size usage reached it throws an error of No space left on device . I guess if the temp space is small, oracle will try to overwrite the tempspace, if it's big, it will access the full space allocated initially.

when reach 15 if allocated 40, then oracle try to access more space and fail if no space left, but if alocated 15 and have only 15, then it will rewrite. delete the tempfiles, and recreate the tempfiles, allocating 15G to temp tablespace. Rerun application, it's fine this time.

 查看全文

check Roles & Privs

发表人:pentium | 发表时间: 2008年九月30日, 09:25

How to check Roles & Privs for a certain user 查看全文

for public synonym, only sys user can compile it?

发表人:pentium | 发表时间: 2008年九月30日, 09:21

Only sys user can compile public synonym:

 查看全文

常用SQL语句

发表人:pentium | 发表时间: 2007年八月23日, 14:18

查看表空间的名称及大小 查看全文

All about sort, temp space

发表人:pentium | 发表时间: 2007年八月02日, 11:17

看当前的使用情况: select * from V$SORT_USAGE

select * from V$SORT_SEGMENT

 查看全文

SQL*PLUS命令, set命令大全

发表人:pentium | 发表时间: 2007年六月07日, 16:27

http://xsb.itpub.net/post/419/49511

SQL*PLUS命令的使用大全

Oracle的sql*plus是与oracle进行交互的客户端工具

 查看全文

数据库系统定期监控

发表人:pentium | 发表时间: 2007年五月28日, 21:15

DBA应按如下方式对ORACLE数据库系统做定期监控

http://www.itpub.net/781178.html

 查看全文

log_buffer的值设置多大合适

发表人:pentium | 发表时间: 2007年三月12日, 21:24

见这个讨论:http://www.itpub.net/556619.html 查看全文

ORA-01555

发表人:pentium | 发表时间: 2007年三月04日, 23:33

http://www.dbafan.com/blog/?p=42 (转) 查看全文

物化视图--数据仓库手册

发表人:pentium | 发表时间: 2007年二月04日, 21:55

转:http://blog.itpub.net/post/468/11356 查看全文

Oracle的在线重定义(转)

发表人:pentium | 发表时间: 2007年二月04日, 21:33

Oracle的在线重定义表功能: 查看全文

将普通表转变为分区表

发表人:pentium | 发表时间: 2007年二月04日, 21:25

将普通表转变为分区表 的几种方法: 查看全文

dd命令说明

发表人:pentium | 发表时间: 2007年一月27日, 01:44

dd命令功能很强大的,对于一些比较底层的问题,使用dd命令往往可以得到出人意料的效果。用的比较多的还是用dd来备份裸设备。但是不推荐,如果需要备份oracle裸设备,可以使用rman备份,或使用第三方软件备份,使用dd的话,管理起来不太方便。

转:http://zhulch.itpub.net/post/17395/252366

 查看全文

如何估计undo表空间大小

发表人:pentium | 发表时间: 2007年一月27日, 01:31

解释Undo Size = Undo_retention * UPS

最近oracle8i频频在exp的时候发生ora-1555,才深感oracle9i的undo 表空间自动管理模式好处;

 查看全文

判断远程归档是否到备用机(转)

发表人:pentium | 发表时间: 2007年一月17日, 13:32

发表人:xzh2000 | 发表时间: 2005年四月11日, 19:43

想了一个笨方法来监控主用机的alter_sid.log文件.

 查看全文

面向 DBA 的 Linux Shell 脚本简介

发表人:pentium | 发表时间: 2007年一月17日, 13:02

作者:Casimir Saternos

学习一些在 Linux 上安装、运行和维护 Oracle 数据库所需的基本 bash shell 脚本。

 查看全文

日常工作总结

发表人:pentium | 发表时间: 2006年九月12日, 00:20

转的dba的日常工作,以作参考

 查看全文

给10gr2 rac添加asm磁盘空间

发表人:pentium | 发表时间: 2006年六月26日, 16:30

测试给新装的10g rac添加新磁盘到asm磁盘组里,并给表空间加数据文件。 查看全文

学习笔记1:管理联机日志文件和归档

发表人:pentium | 发表时间: 2006年五月16日, 17:37

学习笔记1:管理联机日志文件和归档

 查看全文

转贴:oracle常用命令

发表人:pentium | 发表时间: 2006年五月16日, 02:13

看到一个oracle日常管理的笔记,摘下来,以备用,来自leimingliang,原文见:http://www.itpub.net/497974.html 查看全文

SID_NAME,SERVICE_NAME,DB_NAME

发表人:pentium | 发表时间: 2006年五月15日, 14:22

用数据库用了这么久了,关于这3个变量还不是吃的很透,惭愧,这里记下来一些说明,看来基础一定要弄扎实。 查看全文

shell脚本初级问题:<<表示输入重定向

发表人:pentium | 发表时间: 2006年五月14日, 18:32

今天在itpub上问了个shell很基本的问题,使我也慢慢了解了shell脚本编程的一些特点

http://www.itpub.net/showthread.php?s=&postid=4248199#post4248199

 查看全文

新建实例,密码文件的研究

发表人:pentium | 发表时间: 2006年五月12日, 13:57

每次手工新建实例都会遇到些问题,这次把它记录下来,下面是在win下面的步骤:

 查看全文

转贴bigboar:系统维护参考手册(Oracle 9i)

发表人:pentium | 发表时间: 2006年四月29日, 15:56

目录

1 引言 4
1.1 目的 4
1.2 系统介绍 4

 查看全文

转:Oracle中Decode()函数使用技巧

发表人:pentium | 发表时间: 2006年四月26日, 14:33

提示:如果decode后跟4个参数,就是如果条件=值1,结果是翻译值1,否则是翻译值2。如果是5个参数,就再比较第4个参数。例:

 查看全文

home of Oracle's Linux Projects development group

发表人:pentium | 发表时间: 2006年四月12日, 16:02

http://oss.oracle.com/,记下这个链接,oracle公司的linux上的oracle开发组织。

oracle windows服务启动了,但数据库没启动起来

发表人:pentium | 发表时间: 2006年三月31日, 10:46

查看$ORACLE_HOMEdatabaseOraDim.Log日志,发现有ORA-01991: ??????'c:/oracle/ora92/DATABASE/PWDsidname.ORA'的错误信息.

 查看全文

Valid XHTML 1.0 Strict and CSS. Powered by pLog
Design by Blog.lvwo.com