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

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

211、

211.You want to disable resumable space allocation for all sessions.Which value should be assigned to the RESUMABLE_TIMEOUT parameter to disable resumable space allocation for all sessions?A. 0B. 10C. 100D. NULL

 

212、

212.Note the following parameters settings in your database:SGA_MAX_SIZE = 1024M SGA_TARGET = 700MDB_8K_CACHE_SIZE = 124MLOG_BUFFER = 200MYou issued the following command to increase the value of DB_8K_CACHE_SIZE:SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;What would happen?A. It will fail because DB_8K_CACHE_SIZE parameter cannot be changed dynamicallyB. It will be successful only if the memory is available from the auto tuned componentsC. It will fail because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_TARGETD. It will fail because an increase in the DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE

 

213、View the Exhibit to examine the error during the database startup.

You open an RMAN session for the database instance. To repair the failure, you executed the following as the first command in the RMAN session:

RMAN> REPAIR FAILURE;
Which statement describes the consequence of the command?

A. The command performs the recovery and closes the failures.B. The command only displays the advice and the RMAN script required for repair.C. The command produces an error because the ADVISE FAILURE command has not been executed before the REPAIR FAILURE command.D. The command executes the RMAN script to repair the failure and removes the entry from the Automatic Diagnostic Repository (ADR).

 

214、

214.You issued the following command on the temporary tablespace LMTEMP in your database:SQL>ALTER TABLESPACE lmtemp SHRINK SPACE KEEP 20M;Which requirement must be fulfilled for this command to succeed?A. The tablespace must be locally managed.B. The tablespace must have only one temp file.C. The tablespace must be made nondefault and offline.D. The tablespace can remain as the default but must have no active sort operations.

 

215、

215.Which two statements regarding the Flashback Table feature are correct? (Choose two.)A. Flashback Table can be performed on system tables.B. Flashback Table operation does not shrink the segments.C. Flashback Table uses log mining to extract SQL_REDO and SQL_UNDO statements.D. Flashback Table operation acquires exclusive data manipulation language (DML) locks.

 

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

你可能感兴趣的文章
MikroTik RB750r2/RB750gr3 操作记录
查看>>
Atitit webservice的发现机制 discover机制
查看>>
最详细的Log4j使用教程
查看>>
数组去重--这几种方法够不?
查看>>
Android学习路线总结,绝对干货
查看>>
[转]【无私分享:ASP.NET CORE 项目实战(第十四章)】图形验证码的实现
查看>>
欧几里得空间
查看>>
绿豆沙色
查看>>
Windows和linux虚拟机之间联网实现SSH远程连接以及VMware的3种网络模式[NAT、桥接和Host-only]...
查看>>
关于高可用的系统
查看>>
systemtap-note-6-userspace-stack-backtrace
查看>>
netty支持的各种socketchannel实现及比较
查看>>
配置文件操作(获取路径、及取得相应数据)
查看>>
HDU 3944 DP? [Lucas定理 诡异的预处理]
查看>>
[个人翻译]Redis 集群教程(下)
查看>>
android 指定时间加一个小时算法
查看>>
[maven] settings 文件 国内镜像站
查看>>
redis make test 报错
查看>>
使用阿里DOCKER镜像加速器加速
查看>>
java-信息安全(二)-对称加密算法DES,3DES,AES,Blowfish,RC2,RC4
查看>>