OMF相关参数:DB_CREATE_FILE_DESTDefines the location
of the default file system directory or Oracle ASM disk group where the database
creates datafiles or ...
分类:
数据库 时间:
2014-06-29 13:34:37
阅读次数:
300
HDU - 4788
Hard Disk Drive
Time Limit:1000MS
Memory Limit:32768KB
64bit IO Format:%I64d & %I64u
[Submit] [Go Back] [Status]
Description
Yesterday your dear cou...
分类:
其他好文 时间:
2014-06-20 10:51:20
阅读次数:
316
??run{allocate channel d1 type disk;allocate
channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type
disk;allocate channel d5 type...
分类:
其他好文 时间:
2014-06-08 21:26:18
阅读次数:
351
对这个课程有兴趣的朋友可以加我的QQ2059055336和我联系
本课程主要是介绍Oracle RAC体系结构与工作机制,了解并掌握RAC数据库下的相关技术,如:cache Fusion、 Failover、load balance、FAN、OCR和Voting disk等,通过VMWARE虚拟环境,实践演练RAC数据库的安装部署、RAC数据库日常性能监控、备份和恢复、实例增加和删除以...
分类:
数据库 时间:
2014-06-08 17:07:35
阅读次数:
288
/** linux/tools/build.c** Copyright (C) 1991,
1992 Linus Torvalds*//** This file builds a disk-image from three different
files:** - bootsect: max 510...
分类:
其他好文 时间:
2014-06-08 08:04:19
阅读次数:
344
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07
【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
oracle asm对于我们并非一个黑盒子 ,我们能够通过对应视图查看asm
instance信息,和oracle系统视图一样。v$asm_diskgroup x$kfgrp记录diskgroup内容信息v$asm_disk
x$kfdik,x$kfkid记录asm disk内容具体信息v$asm_...
分类:
其他好文 时间:
2014-06-02 05:48:29
阅读次数:
217
asm初始化创建ASM磁盘组失败
[root@dga01~]#oracleasmcreatediskOCR/dev/sde1
Writingdiskheader:done
Instantiatingdisk:failed
Clearingdiskheader:done
开始以为是asm配置错误,于是重新初始化ASM
[root@dga01~]#/etc/init.d/oracleasmconfigure-i
ConfiguringtheOracl..
分类:
系统相关 时间:
2014-06-02 03:22:50
阅读次数:
1462
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog;
Startingbackupat31-7月-11
currentlogarchived
usingtargetdatabasecontrolfileinsteadofrecoverycatalog
allocatedchannel:ORA_DISK_1
channelORA_DISK_1:sid=137devtype=DISK
RMAN-00571:==========..
分类:
其他好文 时间:
2014-06-02 03:06:41
阅读次数:
358
dd命令简单使用举例
bs为单位,count为写入的范围区间,如下举例:
例:使用dd清除vote disk和ocr(裸设备)
$dd if=/dev/zero of=/dev/rrac_ocr1 bs=8192 count=17000
$dd if=/dev/zero of=/dev/rrac_vote1 bs=8192 count=17000
例:使用dd...
分类:
其他好文 时间:
2014-06-01 14:01:09
阅读次数:
231