Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1806901
  • 博文数量: 524
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 2483
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-25 18:36
个人简介

打杂

文章分类

全部博文(524)

文章存档

2022年(3)

2021年(9)

2019年(1)

2018年(32)

2017年(11)

2016年(152)

2015年(198)

2014年(118)

发布时间:2014-11-20 16:17:13

select * from v$controlfile;select * from v$logfile;select tablespace_name ,status from dba_tablespaces;select file_name,status from dba_data_files;SELECT   df.tablespace_name, COUNT (*) datafile_count,ROUND (SUM (df.BYTES) / 1048576) size_mb,ROUND (SUM (free.BYTES) / 1048576, 2) fre.........【阅读全文】

阅读(5342) | 评论(0) | 转发(2)

发布时间:2014-12-31 10:23:32

<BEA-000449> <Closing socket as no data read from it on 10.14.38.101:50,465 during the configured idle timeout of 5 secs> 网上解决方法:I had the same problem on my production environment. This message is logged when user does not wait for the whole page to load and clicks on some other link.........【阅读全文】

阅读(6292) | 评论(0) | 转发(0)

发布时间:2014-12-31 09:15:36

1,首先安装iscsi-initiator-utils软件包然后执行下面的命令,启动服务并且设置为开机自动启动2,用iscsiadm命令检查网络存储服务器上的所有可用目标[root@node1 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.114.138192.168.114.138:3260,1 iqn.2006-01.com.openfiler.vote192.168.114.138:3260,1 iqn.2006.........【阅读全文】

阅读(1817) | 评论(0) | 转发(0)

发布时间:2014-12-30 14:11:46

......【阅读全文】

阅读(1916) | 评论(0) | 转发(0)

发布时间:2014-12-25 17:52:42

某电子政务系统,10g的OCFS2架构的RAC系统 redolog 设置太小、没有镜像,redo log 设置太小则容易导致日志切换过于频繁,对系统IO有影响    现在较原始的方法增加新的redo log    注:在业务的低谷期间进行redo lo.........【阅读全文】

阅读(1907) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-11-16 12:55

Oracle DUL源代码代码

回复  |  举报

tomcoding2018-11-16 12:55

Oracle DUL源代码代码

回复  |  举报
留言热议
请登录后留言。

登录 注册