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

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

206、

206.Which two statements are true regarding listeners? (Choose two.) A. Listeners use only the TCP/IP protocol.  B. Multiple listener processes can run simultaneously on a host. C. Multiple database instances can be registered with a single listener. D. The listener-related errors can be traced only at the administrative level. E. Only one database instance can be registered with a single listener at any time.
Answer: BC
View Code

 

207、

207.Which three statements are correct about temporary tables? (Choose three.) A. Indexes and views can be created on temporary tables. B. Both the data and the structure of temporary tables can be exported. C. Temporary tables are always created in a user's temporary tablespace. D. The data inserted into a temporary table in a session is available to other sessions. E. Data manipulation language (DML) locks are never acquired on the data of temporary tables.
Answer: ACE
View Code

 

208、

208.Which of these is true about undo tablespace? A. Undo tablespace is a temporary tablespace B. Undo tablespace has only one datafile C. Undo tablespace has a datafile which is reused in cyclic manner
Answer: A
View Code

 

209、

209.Your database is in shutdown state. What will happend if you issue next command: SQL> startup A. instance will started B. instance started and DB is mounted C. instance started, DB opened and finally mounted D. instance started, DB mounted and finally opened
Answer: D
View Code

 

210、

210.In which of the scenario will the DBA perform recovery? (Choose all that apply.) A. The alert log file is corrupted B. A tablespace is accidentally dropped C. One of the redo log members is corrupted D. A database user terminates the session abnormally E. The hard disk on which the data files is stored is corrupted
Answer: BE
View Code

 

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

你可能感兴趣的文章
MySQL 分区
查看>>
编辑框内容变化,修改列表
查看>>
织梦之路——织梦自定义函数教程
查看>>
分享一个String Replace方法
查看>>
我的架构经验系列文章 - 后端架构 - 语言层面
查看>>
Xamarin向iOS和Android引入C#异步支持
查看>>
DEFERRED_SEGMENT_CREATION
查看>>
设置mysql的默认存储引擎
查看>>
方法定义django admin中 外键下拉框添加过滤(只需要显示我所要的过滤结果)
查看>>
读取手机硬件信息
查看>>
一致哈希
查看>>
spring3: Bean的作用域
查看>>
MongoDB学习笔记(三)--权限 && 导出导入备份恢复 && fsync和锁
查看>>
[原创]用Charles模拟App各种网络带宽测试介绍
查看>>
Xcode修改项目的Build Location
查看>>
sql server日志不能shrink或truncate
查看>>
15分钟了解Java性能优化以及一切你想知道的(转)
查看>>
洛谷OJ U552 守墓人 线段树模板题
查看>>
微信连WiFi关注公众号流程更新 解决ios微信扫描二维码不关注就能上网的问题...
查看>>
Win7、Ubuntu双系统正确卸载Ubuntu系统
查看>>