码迷,mamicode.com
首页 >  
搜索关键字:disk    ( 2742个结果
Linux Shell 替换
for l in `find /disk/mercInfoPicUpload/*/*_6_*.jpg`;do mv $l `echo $l |sed s/_6_/_5_/g`;done将/disk/mercInfoPicUpload及子目录下形如"*_6_*.jpg"的文件,并将"_6_"替换为"_...
分类:系统相关   时间:2014-12-26 16:08:28    阅读次数:220
FRM-41839: Disk I/O error on temporary record buffer file /tmp/...TMP
FRM-41839: Disk I/O error on temporary record buffer file /tmp/...TMP...
分类:其他好文   时间:2014-12-25 18:24:25    阅读次数:234
【oracle】oracledba24 use the CONFIGURE command to reconfigure the recovery window to 60 days
You set the recovery window to seven days and the backup optimiza tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken o...
分类:数据库   时间:2014-12-25 16:31:34    阅读次数:155
ORA-15032、ORA-15033—Linux环境
SQL> alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12'; alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12' ...
分类:系统相关   时间:2014-12-24 11:33:35    阅读次数:250
ORA-15032、ORA-15071错误处理
遇到一下错误 ERROR at line 1: ORA-15032: not all alterations performed ORA-15071: ASM disk "NOCR_0002" is already being dropped 背景描述 因为之前做了alter diskgroup N...
分类:其他好文   时间:2014-12-24 11:20:00    阅读次数:238
局部性原理的点滴应用场景 use of localityprinciple
use of localityprinciple;Cache;FFS;Disk read
分类:其他好文   时间:2014-12-23 19:08:56    阅读次数:255
sql2008“备份集中的数据库备份与现有的xx数据库不同”解决方法
因为是在另一台电脑对同名数据库做的备份,用常规方法还原,提示不是相同数据库,不让还原,在网上找到下面的方法解决了:一、右击系统数据库master,新建查询执行以下SQL代码:RESTORE DATABASE xxxFROM DISK = 'E:\DB\xxx.bak' --bak文件路径with.....
分类:数据库   时间:2014-12-23 12:14:52    阅读次数:184
【oracle】oracledba12 When a new log group is added, it would have one member in each disk group.
You are using an Automatic Storage Management (ASM) instance to m anage the files of your production database. You have two disk groups , DG1and DG2 with one device each. In the parameter file of th...
分类:数据库   时间:2014-12-21 19:31:13    阅读次数:266
dstat工具
yuminstall-ydstat#dstat安装完成后,执行dstat命令,默认情况它会收集-cpu-,-disk-,-net-,-paging-,-system-的数据,一秒钟收集一次.默认输入dstat等于输入了dstat-cdngy1或dstat-a1.推荐使用date&&dstat-tclmdny60一分钟监视一次(注意调节显示的宽度,或去掉-t选项)-c,-..
分类:其他好文   时间:2014-12-20 02:11:10    阅读次数:224
Cocos2dx环境配置
我的环境:Windows7 X64 8GRAM+Visual Studio2013+Python2.7.6 在http://cn.cocos2d-x.org/download/下载cocos2d-x-2.2.3,并解压到你的某个disk; 具体配置步骤见官网: http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/coco...
分类:其他好文   时间:2014-12-19 14:35:02    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!