Bo's Oracle Station

查看: 1147|回复: 0

2014-06-25-asm.sql

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2014-6-25 22:42:34 | 显示全部楼层 |阅读模式
select  * from v$asm_disk;

select  * from v$asm_diskgroup;

select  * from v$asm_template  where group_number=3;

alter diskgroup  mygroup add template mytemplate3 attributes (mirror coarse);

alter diskgroup  mygroup add template mytemplate4 attributes (Unprotected coarse);


drop diskgroup mygroup;

alter diskgroup  fra add template mytemplate4 attributes (high coarse);

drop diskgroup mygroup;

alter diskgroup  fra add template mytemplate4 attributes ( Unprotected fine);

select  * from v$asm_disk;

select  failgroup, name from v$asm_disk;

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-5-6 16:40 , Processed in 0.038429 second(s), 24 queries .

快速回复 返回顶部 返回列表