原文对GCC/Clang用-S及-masm=intel来查看输出.我开始输出-vasm至文件,以便编辑器更好消费它.ldc用--output-s标志.intel看起来在libquantum上有巨大改进.但却只1个进程的自动并行.通过该-vasm标志,还可检查dmd代码的后端错误.让dmd变得更好....
原创
2022-02-09 15:39:14
69阅读
<br /> <br /> Automatic Storage Management (ASM) is an
原创
2022-09-14 19:46:56
183阅读
Exadata下新建Asm Diskgroup 的步骤大致如下:
1.使用dcli -g /home/oracle/cell_group -l root cellcli -e list griddisk 命令找出active的griddisk
[root@dm01db01 ~]# dcli -g /home/oracle/cell_group -l root
原创
2011-09-17 19:59:48
368阅读
之前安装时diskgroup使用的是external的冗余级别,现在想把它换成normal的冗余级别,但是由于diskgroup的冗余一经创建就无法调整,只能重建。整个过程的大概步骤如下:1、备份已有的数据库DCDB,并伤处asm上的文件2、新建一个磁盘组SFRA作为过渡3、迁移原磁盘组DATA上的vote和ocr以及asm的spfile至SFRA4、删除并重建DATA磁盘组为normal冗余5、
转载
精选
2014-05-23 10:30:13
333阅读
DB: 11g RAC 11.2.0.4.3OS: RHEL5.4 1.给新增的共享磁盘分区,本例只添加了一个1G的磁盘,这里直接划一个分区/dev/sdf1,格式ext3划完后,在所有节点执行partprobe/dev/sdf1来是所有节点的系统识别该分区[root@rac1~]# partprobe /dev/sdf1[root@rac2grid]# partprobe
原创
2015-03-11 16:02:50
1943阅读
<br /> <br /> <br />This article describe how we can drop and recreate ASM
原创
2022-09-14 19:44:45
270阅读
<br /> <br /> One ASM DISK GROUP contains all of the available disks of the serve
原创
2022-09-02 08:54:35
156阅读
今天在给ASM扩磁盘组的时候发现11.2.0.2上asmcmd中lsdg命令所显示的磁盘组数不正确,现象如下:
Node A lsdg正常:
ASMCMD> lsdg
State Type Rebal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks
原创
2011-06-28 23:31:52
853阅读
这段时间由于采购存储,和很多存储厂商进行沟通时,都提到一点:支持存储容量的动态扩展。比如原来上的存储容量为5T划了一个lun,后来由于业务需求,需要扩展到10个T,后加的五个T的容量可以直接加到原来的存储上,原来的lun大小变成了10个T。
存储的lun在操作系统上是以磁盘的形式存在的,这样的话相当于磁盘的大小增加了,根据厂商技术的解释,如果使用了文件系统的话,在文件系统里,可以
推荐
原创
2012-07-20 22:27:52
4325阅读
点赞
1评论
[grid@rhel63single ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.4.0 Production on Fri Sep 18 02:10:06 2015Copyright (c) 1982, 2013, Oracle. All rights reserved.Connected to:Oracle Database
原创
2021-10-29 11:51:57
279阅读
show parameter power
alter system set asm_power_limit=0;
alter diskgroup MACLEAN add FAILGROUP FailgroupA disk '/asmdisks/asmdiskA28';
alter diskgroup MACLEAN add FAILGROUP FailgroupA disk '/as
原创
2011-08-06 22:29:31
1112阅读
http://inthirties.com:90/thread-1364-2-1.htmlSQL> drop diskgroup dg1;drop diskgroup dg1*ERROR at line 1:ORA-15039: diskgroup not droppedORA-15053: diskgroup “DG1″ contain
原创
2022-07-28 17:43:18
182阅读
<br /> <br /> The present document provides a clear example abo
原创
2022-09-14 19:44:12
82阅读
oracle 12c dbca 无法发现 asm diskgroup
原创
2018-07-24 10:44:48
1918阅读
最新文章:Virson‘s Blog安装GI,在执行root.sh时报错:Disk Group CRSDG creation failed with the following message:ORA-15018: diskgroup cannot be createdORA-15017: disk...
转载
2014-08-22 00:13:00
369阅读
2评论
修改语句:alter语句 1.增加一列:alter table 表名 add (字段名 字段类型) 2.删除一列:alter table 表名 drop(列名) 3.修改某一列的名字:alter table 表名 rename column 旧名 to 新名 4.修改某一列的属性(包括类型、长度、默认值等):alter table 表名 modify (字段名 修改后的字段属性) 5.修改表名:a
转载
2024-08-08 09:43:17
59阅读
<br /> <br /> <br /> The preferred way of doing the file movement amoung A
原创
2022-09-02 08:56:28
146阅读
check votedisk and OCR[root@vzwc1 ~]# ocrcheckStatus of Oracle Cluster Registry is as follows : Version : 3 Total space (kbytes) : 262120 Used space (kbytes) : 3116 Available space (kbytes) : 259004 ID ...
转载
2013-09-21 13:05:00
255阅读
2评论
<br /> <br /> Before you add the disk(s) to your production diskgroup, you can use the next steps to validate whether the candidate disk(s) is/are in
原创
2022-09-01 14:06:05
82阅读