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

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

251、

251.You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recovery catalog owned by RCO11.You executed the following RMAN commands:RMAN> CONNECT CATALOG rco11/password@catdbRMAN> IMPORT CATALOG rcat10/oracle@inst1;What happens when you execute the above commands? (Choose all that apply.)A. They deregister all databases registered in the RCAT10 catalog.B. They import metadata for all registered databases in the RCAT10 database.C. They register all the RCAT10-catalog registered databases in the RCO11 catalog.D. They overwrite all stored scripts in the RCO11 catalog with the same name as that in the RCAT10 catalog.

 

252、

252.Which three are the valid statements in relation to SQL plan baselines? (Choose three.)A. The plans can be manually loaded to the SQL plan baseline.B. The plans in the SQL plan baseline are verified and accepted plans.C. The plans generated for every SQL statement are stored in the SQL plan baseline by default.D. The plan baselines are stored temporarily in the memory as long as the database instance is running.E. For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.

 

253、

253.You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the suggested SQL profile?A. The tuned plan is not added to the SQL plan baseline.B. The tuned plan is added to the fixed SQL plan baseline as a fixed plan.C. The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.D. The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

 

254、

254.Which three statements correctly describe the features of the I/O calibration process? (Choose three.)A. Only one I/O calibration process can run at a time.B. It automates the resource allocation for the Automated Maintenance Tasks.C. It improves the performance of the performance-critical sessions while running.D. It can be used to estimate the maximum number of I/Os and maximum latency time for the system.E. The latency time is computed only when the TIMED_STATISTICS initialization parameter is set to TRUE.

 

255、

255.Which two statements about the SQL Management Base (SMB) are true? (Choose two.)A. It contains only SQL profiles generated by SQL Tuning Advisor.B. It stores plans generated by the optimizer using a stored outline.C. It is part of the data dictionary and stored in the SYSAUX tablespace.D. It is part of the data dictionary and stored in the SYSTEM tablespace.E. It contains the statement log, the plan history, plan baselines, and SQL profiles.

 

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

你可能感兴趣的文章
jqueryui.position.js源代码分析
查看>>
一个奇妙的java坑:Long 类型的比较
查看>>
java基础---->摘要算法的介绍 (转)
查看>>
mysql中binlog_format模式与配置详解
查看>>
互联网协议入门
查看>>
iOS上文本绘制的几种方法
查看>>
利用 autoconf 和 automake 生成 Makefile 文件
查看>>
support.SerializationFailedException: Failed to deserialize payload.
查看>>
Wireshark使用注意事项
查看>>
Pig系统分析(7)-Pig有用工具类
查看>>
C 标准库 - <float.h>
查看>>
Http 请求处理流程
查看>>
Web系统开发构架再思考-前后端的完全分离
查看>>
win2008 r2下配置IIS7(ASP.net运行环境)
查看>>
ORACLE FORMS PL/SQL PACKAGE SHOW TIPS WINDOW
查看>>
docker 日志清理与设置
查看>>
c#金额转换成中文大写金额 .Net开发Windows服务
查看>>
180426
查看>>
Windows 下的高 DPI 应用开发(UWP / WPF / Windows Forms / Win32)
查看>>
mysql远程连接 Host is not allowed to connect to this MySQL server
查看>>