Oracle OCP 19c 认证1Z0-083考试(第23题)
2021/6/6 19:21:07
本文主要是介绍Oracle OCP 19c 认证1Z0-083考试(第23题),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Examine this output:
Which two are true? (Choose two.)
- A. Any PDB not specified in the plan will be unable to execute statements in parallel.
- B. PDB3 can use all available parallel execution processes at times.
- C. PDB1 is always limited to 40% of the available system resources regardless of demand.
- D. Any PDB not specified in the plan will be able to use a maximum of 16.5% of the available system resources.
- E. PDB3 is guaranteed to receive at least 20% of the available system resources if there is enough demand.
- F. PDB2 is guaranteed at least 25% of the available parallel execution processes if there is enough demand.
AB
A. Correct as then a PDB will get assigned the default directive with parallel_server_limit set to 0
B. Correct as parallel_server_limit is not specified for PDB3 and it defaults to 100
Quote:
https://docs.oracle.com/database/121/ADMIN/dbrm.htm#ADMIN14008
"If PARALLEL_SERVER_LIMIT is not specified, then it defaults to 100%."
C. Incorrect. A PDB can use more resources:
Quote from
https://docs.oracle.com/database/121/ADMIN/cdb_dbrm.htm#ADMIN13777
"However, any PDB can use more than the guaranteed amount of a resource if there is no resource contention."
D. Incorrect. Shares is a minimum guaranteed value. But a PDB can use more as explained above in C.
E. Incorrect. Nothing confirms that there are only 3 PDBs attached. There may be others using the default pdb directive. Then the share for PDB2 is not 20%
F. Incorrect. parallel_server_limit is an upper limit.
这篇关于Oracle OCP 19c 认证1Z0-083考试(第23题)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-23增量更新怎么做?-icode9专业技术文章分享
- 2024-11-23压缩包加密方案有哪些?-icode9专业技术文章分享
- 2024-11-23用shell怎么写一个开机时自动同步远程仓库的代码?-icode9专业技术文章分享
- 2024-11-23webman可以同步自己的仓库吗?-icode9专业技术文章分享
- 2024-11-23在 Webman 中怎么判断是否有某命令进程正在运行?-icode9专业技术文章分享
- 2024-11-23如何重置new Swiper?-icode9专业技术文章分享
- 2024-11-23oss直传有什么好处?-icode9专业技术文章分享
- 2024-11-23如何将oss直传封装成一个组件在其他页面调用时都可以使用?-icode9专业技术文章分享
- 2024-11-23怎么使用laravel 11在代码里获取路由列表?-icode9专业技术文章分享
- 2024-11-22怎么实现ansible playbook 备份代码中命名包含时间戳功能?-icode9专业技术文章分享