OCP-1Z0-053-V12.02-156题

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

 

156.What is the effect of increasing the value of the ASM_POWER_LIMIT parameter?

A. The number of DBWR processes increases

B. The number of ASMB processes increases

C. The number of DBWR_TO_SLAVES increases

D. The rebalancing operation in an ASM instance completes more quickly, but can result in higher I/O

overhead

Answer: D

答案解析:

参考:http://blog.csdn.net/rlhua/article/details/12972983


• ASM_POWER_LIMIT控制重新平衡操作的速度。值的范围从1 到11,11 表示最快。如果省略,该值默认为1。

ASM_POWER_LIMIT

The ASM_POWER_LIMIT initialization parameter specifies the default power for disk rebalancing in a disk group. The range of values is 0 to 1024. The default value is 1. A value of 0 disables rebalancing. Higher numeric values enable the rebalancing operation to complete more quickly, but might result in higher I/O overhead and more rebalancing processes.

  • For disk groups that have the disk group ASM compatibility set to 11.2.0.2 or greater (for example, COMPATIBLE.ASM = 11.2.0.2), the operational range of values is 0 to 1024 for the rebalance power.

  • For disk groups that have the disk group ASM compatibility set to less than 11.2.0.2, the operational range of values is 0 to 11 inclusive. If the value forASM_POWER_LIMIT is larger than 11, a value of 11 is used for these disk groups.

You can also specify the power of the rebalancing operation in a disk group with the POWER clause of the SQL ALTER DISKGROUP ... REBALANCE statement. The range of allowable values for the POWER clause is the same for the ASM_POWER_LIMIT initialization parameter. If the value of the POWER clause is specified larger than 11 for a disk group with ASM compatibility set to less than 11.2.0.2, then a warning is displayed and a POWER value equal to 11 is used for rebalancing.

官方参考: http://docs.oracle.com/cd/E11882_01/server.112/e18951/asminst.htm#OSTMG10144


asm磁盘组不同创建方式compatible.asm的差异 asm磁盘组不同创建方式compatible.asm的差异概述11204create diskgroupasmca图形化asmca -silent查看asm兼容性参数值compatible.asm值19ccreate diskgroupasmca -silentasmca图形化查看asm兼容性参数值compatible.asm值总结 概述 今天在11204中使用create diskgroup创建的磁盘组,使用asmcmd lsattr或者v$asm_attribute里面查询不到磁盘组的任何属性,比较奇怪 阅读详情

相关推荐

OCP-1Z0-053-V12.02-527

527.What is the result of increasing the value of the parameter ASM_POWER_LIMIT during a rebalance operation? A. The ASM rebalance operation will likely consume fewer resources and complete in a sho

一抹曦阳-Oracle 4572

oracle11g OCP 认证 1Z0-053考试笔记2

102.Examine the following values of the initialization parameters in the database having the SID ORCL: BACKGROUND_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/bdump USER_DUMP_DEST=/u01/app/oracle/p

wlbzy的专栏 1万+

053 156 / 288/527 - ASM_POWER_LIMIT

目: 156.What is the effect of increasing the value of the ASM_POWER_LIMIT parameter? A. The number of DBWR processes increases B. The number of ASMB processes increases C. The number of DBWR_TO_SLAVE...

文档搬运工 412

NO.16-25

NO.16 You administer an online transaction processing (OLTP) system whose database is stored in Automatic Storage Management (ASM) and whose disk group use normal redundancy. One of the ASM disks goes...

u012887743的博客 1338

OCP-1Z0-053-V12.02-501

501.Note the output of the following query; SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve; 此处表名有点错误,应该为DBA_FLASHBACK_ARCHIVE FLASHBACK_ARCHIEVE_NAME STATUS FLA1 You execu

一抹曦阳-Oracle 1万+

OCP 11G 053库解析汇总链接(201-400)

racle OCP 11G 053(201-400)答案解析目录

u011443258的博客 131

OCP-1Z0-053-V12.02-185

185.A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger, which command would you use to back up

一抹曦阳-Oracle 7656

OCP-1Z0-053-V12.02-115

115.What are the advantages of variable extent size support for large ASM files? (Choose two.) A. It improves resync operations when the disk comes online after being taken offline for maintenance pu

一抹曦阳-Oracle 8431

OCP-1Z0-053-V12.02-446

446.Consider the following code snippet: BEGIN DBMS_SCHEDULER.SET_ATTRIBUTE ( name => ,,lne_job1, attribute => ,,job_priority, value => 1); END; / If this code were executed, which of the foll

一抹曦阳-Oracle 4567

OCP-1Z0-053-V12.02-510

510.You executed the following command in Recovery Manager (RMAN): RMAN> REPORT NEED BACKUP days 3; What is the output of this command? A. a list of files that require a backup within three days B

一抹曦阳-Oracle 1万+

OCP-1Z0-053-V12.02-96

96.Examine the following command: SQL> ALTER TABLE booking SHRINK SPACE COMPACT; Which activity is performed when the preceding command is executed? A. The shrink operation touches every block in t

一抹曦阳-Oracle 1万+

OCP-1Z0-053-V12.02-22

22.An index called ORD_CUSTNAME_IX has been created on the CUSTNAME column in the ORDERS table using the following command: SQL>CREATE INDEX ord_custname_ix ON orders(custname); The ORDERS table is

一抹曦阳-Oracle 7096

OCP-1Z0-053-V12.02-464

464.Which of the following are valid settings for the NLS_COMP parameter? (Choose all that apply.) A. ASCII B. ANSI C. BINARY D. MONOLINGUAL E. MULTILINGUAL Answer: BC 答案解析: 参考:http://docs.ora

一抹曦阳-Oracle 5546

OCP-1Z0-053-V12.02-217

217.Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade, you observe that the DBA executes the foll

一抹曦阳-Oracle 6723

OCP-1Z0-053-V12.02-237

237.You executed the following commands in an RMAN session for your database instance that has failures: RMAN> LIST FAILURE; After some time, you executed the following command in the same sessio

一抹曦阳-Oracle 4958

OCP-1Z0-053-V12.02-165

165.View the Exhibit exhibit1. In the CUSTOMERS_OBE table, when the value of CUST_STATE_PROVINCE is "CA", the value of COUNTRY_ID is "US." View the Exhibit exhibit2 to examine the commands and q

一抹曦阳-Oracle 7735

OCP-1Z0-053-V12.02-244

244.Which two statements are true regarding the starting of the database instance using the following command? (Choose two.) SQL>STARTUP UPGRADE A. It enables all system triggers. B. It allows onl

一抹曦阳-Oracle 6336

OCP-1Z0-053-V12.02-459

459.What elements of globalization can be explicitly defined using the NLS_LANG environment variable? (Choose all that apply.) A. NLS_LANGUAGE B. NLS_SORT C. NLS_CALENDAR D. NLS_CHARACTERSET E.

一抹曦阳-Oracle 5459

OCP-1Z0-053-V12.02-78

78.You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATAB

一抹曦阳-Oracle 8517
上一篇: OCP-1Z0-053-V12.02-288题
下一篇: OCP-1Z0-053-V12.02-496题
Riveore
博客等级 码龄19年 1801粉丝 1432原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值