QUESTION NO: 106
Examine the following ALTER command;
SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;
What is the purpose of the command?
A. It cancels all pending disk drops within the disk group.
B....
分类:
其他好文 时间:
2015-10-05 13:06:47
阅读次数:
108
QUESTION NO: 139重复
How can you reverse the effects of an ALTER DISKGROUP … DROP DISK command if it has already
completed?
A. Issue the ALTER DISKGROUP … ADD DISK command.
B. Issue the ALTER DISKGR...
分类:
其他好文 时间:
2015-10-05 13:03:57
阅读次数:
156
QUESTION NO: 72
What is the net effect of the following command?
alter diskgroup dgroup1 drop disk abc;
A. The disk ABC will be dropped from the disk group. Since you did not issue a rebalance com...
分类:
其他好文 时间:
2015-10-03 06:10:47
阅读次数:
151
QUESTION NO: 36
You issued the following command to mount the DATA disk group in restricted mode:
ALTER DISKGROUP data MOUNT RESTRICT;What is the implication of this command?
A. The client RDBMS ins...
分类:
其他好文 时间:
2015-10-02 17:29:17
阅读次数:
171
1、登陆+ASM实例查看ASM磁盘是否正常[oracle@rhel5 ~]$ export ORACLE_SID=+ASM[oracle@rhel5 ~]$ sqlplus / as sysdbaSQL> select name,state from v$asm_diskgroup; NAME ST...
分类:
数据库 时间:
2015-09-10 22:38:09
阅读次数:
371
(文档ID1062983.1)Appliesto:OracleDatabase-EnterpriseEdition-Version11.2.0.1.0to11.2.0.4[Release11.2]Informationinthisdocumentappliestoanyplatform.GoalItisnotpossibletodirectlyrestoreamanualorautomaticOCR
backupiftheOCRislocatedinanASMdiskgroup.Thisiscausedb..
分类:
系统相关 时间:
2015-07-03 16:13:34
阅读次数:
190
在SQLPLUS中对ASM实例进行操作1、查看ASM磁盘组状况SELECTGROUP_NUMBER,NAME,TYPE,STATE,TOTAL_MB,FREE_MB,OFFLINE_DISKSFROMV$ASM_DISKGROUP;GROUP_NUMBERNAMETYPESTATETOTAL_MBFREE_MBOFFLINE_DISKS-----------------------------------------------------------------------..
分类:
其他好文 时间:
2015-06-18 20:06:49
阅读次数:
136
在不同au size的asm diskgroup 之间move datafile...
分类:
其他好文 时间:
2015-05-05 19:40:07
阅读次数:
157
添加ora.OCRVOTE.dg资源:[root@rac1grid]#bin/crsctlstatresora.CRS.dg-pNAME=ora.CRS.dgTYPE=ora.diskgroup.typeACL=owner:grid:rwx,pgrp:oinstall:rwx,other::r--ACTION_FAILURE_TEMPLATE=ACTION_SCRIPT=AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%ALIAS_NAME=..
分类:
其他好文 时间:
2015-03-11 19:56:30
阅读次数:
154
1、以oracle用户登录RAC数据库节点1:
oracle@node74:~> export ORACLE_SID=+ASM1
oracle@node74:~> sqlplus sys/xxxxx as sysdba
SQL*Plus: Release 11.1.0.7.0 - Productionon Mon Feb 18 14:34:20 2013
Copyright (c) ...
分类:
其他好文 时间:
2015-03-09 12:56:58
阅读次数:
174