| « | 三月 2010 | » | ||||
|---|---|---|---|---|---|---|
| 一 | 二 | 三 | 四 | 五 | 六 | 日 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 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.
查看全文How to check Roles & Privs for a certain user 查看全文
查看表空间的名称及大小 查看全文
看当前的使用情况: select * from V$SORT_USAGE
select * from V$SORT_SEGMENT
查看全文
http://xsb.itpub.net/post/419/49511
SQL*PLUS命令的使用大全
Oracle的sql*plus是与oracle进行交互的客户端工具
查看全文
DBA应按如下方式对ORACLE数据库系统做定期监控
http://www.itpub.net/781178.html
查看全文Oracle的在线重定义表功能: 查看全文
将普通表转变为分区表 的几种方法: 查看全文
dd命令功能很强大的,对于一些比较底层的问题,使用dd命令往往可以得到出人意料的效果。用的比较多的还是用dd来备份裸设备。但是不推荐,如果需要备份oracle裸设备,可以使用rman备份,或使用第三方软件备份,使用dd的话,管理起来不太方便。
解释Undo Size = Undo_retention * UPS
最近oracle8i频频在exp的时候发生ora-1555,才深感oracle9i的undo 表空间自动管理模式好处;
查看全文
想了一个笨方法来监控主用机的alter_sid.log文件.
查看全文
作者:Casimir Saternos
学习一些在 Linux 上安装、运行和维护 Oracle 数据库所需的基本 bash shell 脚本。
查看全文测试给新装的10g rac添加新磁盘到asm磁盘组里,并给表空间加数据文件。 查看全文
看到一个oracle日常管理的笔记,摘下来,以备用,来自leimingliang,原文见:http://www.itpub.net/497974.html 查看全文
用数据库用了这么久了,关于这3个变量还不是吃的很透,惭愧,这里记下来一些说明,看来基础一定要弄扎实。 查看全文
今天在itpub上问了个shell很基本的问题,使我也慢慢了解了shell脚本编程的一些特点
http://www.itpub.net/showthread.php?s=&postid=4248199#post4248199
查看全文
提示:如果decode后跟4个参数,就是如果条件=值1,结果是翻译值1,否则是翻译值2。如果是5个参数,就再比较第4个参数。例:
查看全文
http://oss.oracle.com/,记下这个链接,oracle公司的linux上的oracle开发组织。
查看$ORACLE_HOMEdatabaseOraDim.Log日志,发现有ORA-01991: ??????'c:/oracle/ora92/DATABASE/PWDsidname.ORA'的错误信息.
查看全文









