博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
053(四十二)
阅读量:5911 次
发布时间:2019-06-19

本文共 2747 字,大约阅读时间需要 9 分钟。

206、

206.Which statements are true regarding the Query Result Cache? (Choose all that apply.)A. It can be set at the system, session, or table level.B. It is used only across statements in the same session.C. It can store the results from normal as well as flashback queries.D. It can store the results of queries based on normal, temporary, and dictionary tables.

 

207、

207.You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set? (Choose two.)A. Every SQL statement in the STS is considered only once for execution.B. The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.C. The execution plan and execution statistics are computed for each SQL statement in the STS.D. The effects of DDL and DML are considered to produce the execution plan and execution statistics.

 

208、

208.You want to enable resumable space allocation at the instance level. Which two actions would enable resumable space allocation at the instance level? (Choose two.)A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statementB. issuing the ALTER SESSION ENABLE RESUMABLE; statementC. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero valueD. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=
; statement

 

209、

209.You executed the following commands:SQL> ALTER SESSION SET OPTIMIZER_USE_PENDING_STATISTICS = false; SQL> EXECUTE DBMS_STATS.SET_TABLE_PREFS('SH', 'CUSTOMERS', 'PUBLISH','false'); SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS('SH', 'CUSTOMERS');Which statement is correct regarding the above statistics collection on the SH.CUSTOMERS table in the above session?A. The statistics are stored in the pending statistics table in the data dictionary.B. The statistics are treated as the current statistics by the optimizer for all sessions.C. The statistics are treated as the current statistics by the optimizer for the current sessions only.D. The statistics are temporary and used by the optimizer for all sessions until this session terminates.

 

210、

210.The Database Resource Manager is automatically enabled in the maintenance window that runs the Automated Maintenance Task. What is the reason for this?A. to prevent the creation of an excessive number of scheduler job classesB. to allow the Automated Maintenance Tasks to use system resources without any restrictionC. to allow resource sharing only among the Automated Maintenance Tasks in the maintenance windowD. to prevent the Automated Maintenance Tasks from consuming excessive amounts of system resources

 

转载于:https://www.cnblogs.com/huanhuanang/p/5419859.html

你可能感兴趣的文章
php正则表达式验证邮箱与网址
查看>>
C语言实现#include替换文件
查看>>
分享几个经典实用的shell命令
查看>>
nginx访问控制
查看>>
第一课 安装 登陆CentOS 7
查看>>
SecureCRT设置背景颜色
查看>>
Microsoft Azure Linux 多网卡配置
查看>>
php.ini中文解释
查看>>
jquery鼠标跟随简单效果
查看>>
经常查看的一些命中率
查看>>
ubuntu解决vim方向键和退格键失效的方法
查看>>
RDP协议组件X.224在协议流中发现一个错误并且中断了客户端连接
查看>>
【案例】主从替换之后的复制风暴
查看>>
我的友情链接
查看>>
Percona MySQL编译安装到CentOS6.5
查看>>
我的友情链接
查看>>
tar打包
查看>>
Ex2010-05 How offline Address books works in Exchange 2010
查看>>
ioS开发知识(二十八)
查看>>
JAVA企业级应用TOMCAT实战
查看>>