版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、052题库解析最新15道题052-题库解析-3-题库新特点:l 更加灵活,题库的顺序与考试时的顺序每场都在变化l 更加考验知识点的掌握,题库答案为二,考试时要求选择最佳一个答案l 不断有新的考题出现,目前最新已经更新到130道题每周五晚8点-直播地址:/course/ocp考试讨论群: 验证:ocpCUUG整理,官网: 1、Which two events always request the LGWR to write? A) when LGWR is notified by a server process that performsa Commi
2、t or ROLLBACK B) When PMON restarts a server process C) when DBWn writes dirty buffers D) when a log switch occurs E) when a checkpoint occurs Answer:CD 2、Examine these commands and their output: SQL SELECT * FROM emp; ENO NAME - - 100 Adam 101 Alan SQL INSERT INTO emp VALUES(102,Ben); 1 row created
3、. SQL COMMIT; Commit completed. SQL UPDATE emp SET ename=Bryan WHERE eno=102; 1 row updated. A power failure occurs. The Instance Is restarted and this query Is executed. SQL SELECT ename FROM emp; What Is the outcome? A) Only Adam and Alan are displayed. B) Only Adam, Alan, and Bryan are displayed.
4、 C) Adam, Alan, Ben, and Bryan are displayed. D) No rows are returned. E) Only Adam, Alan, and Ben are displayed. Answer:E 3、Where Is backup metadata stored for use by RecoveryManager (RMAN)? A) In the control file B) In the SYSAUX tablespace C) in the SPFILE D) in the SYSTEM tablespace E) In the di
5、agnostic destination flies Answer:A 4、Which two can be backed up by using RMAN when a database Is open in ARCHIVELOG mode, so that media recovery can be performed If required? A) control files B) password file C) pfile D) online redo logs E) flashback logs F) data files Answer:AF5、Your database is u
6、sing Automatic Memory Management.Which two SGA components must be managed manually? A) default buffer cache B) redo log buffer C) large pool D) shared pool E) keep buffer pool Answer:BE6、Which two are true about roles? A) A role can be granted a combination of system and objectprivileges and other r
7、oles. B) The CONNECT role Is granted automatically to a userwhen It Is created. C) Roles are owned by SYSTEM. D) The RESOURCE role Is granted the CREATE SESSIONprivilege. E) A secure application role can be set only by Its associatedPL/SQL package. Answer:AE7、USER1 grants SELECT, INSERT, and UPDATE
8、privileges on USER1. EMP to USER2.SYS executes this command:SQL REVOKE UPDATE ON user1.emp FROM user1;What will be the outcome? A) It will succeed and only USER2 will be unable to perform SELECT,INSERT, Or UPDATE on USER1. EMU. B) It will succeed and only USER1 will be unable to perform SELECT,INSER
9、T, Or UPDATE on USER1. EMP. C) It will succeed but neither USER1 nor USER2 will be able to performSELECT, INSERT, or UPDATE on USER1. EMP. 0 D) It will fall because USER1 Is the owner of USER1. EMP. E) It will succeed and neither USER1 nor USER2 will be able to perform INSERT or UPDATE on USER1. EMP
10、, but both will be able to query USER1. EMP). Answer:D8、Which three are true about the Automatic Database Diagnostic Monitor (ADDM)? A) Its findings are accessible only by using Oracle EnterpriseManager. B) It improves database performance by automaticallyimplementing Oracles best practices. C) It c
11、an assist the DBA in diagnosing database instancestartup failures. D) It can be used by executing the PL/SQL procedures in theDBMS_ADDM package. E) It runs automatically after each Automatic WorkloadRepository snapshot is created. F) It provides recommendations to improve databaseperformance. Answer
12、:DEF9、Examine these components: 1. Execution plan for a non-embedded SQL statement 2. Local, global, and package variables for a session 3. Execution plan for a SQL statement contained In a PL/SQLprogram unit 4. Results of executed queries and query fragments S. PL/SQLfunction result sets Which of t
13、hese are stored in the shared SQL area? A) 1 and 4 B) 1, 2 and 3 C) 1 and 3 D) 1, 3, 4, and 5 Answer:C 10、Examine this LISTENER. ORA file: LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = )(PORT = 1522) ) ) ) SID LIST LISTENER = (SID L
14、IST = (SID_DESC = (GLOBAL_DBNAME = ) (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1) (SID_NAME = orcl) ) ) How should you configure an additional listener LISTENER2 that listens for the same SID? A) Add relevant details In DESCRTPTION under the existing LTRTENER with a differ
15、ent portnumber in LISTENER.ORA. B) Create another configuration file called LISTENER2.ORA with only LISTENER2 details in it. C) Add relevant details in SID_LIST_LISTENER under the existing LISTENER in LISTENER. ORA D) Add LISTENER2 and its SID_LIST details separately under the name LISTENER2 inLISTE
16、NER. ORA Answer:D11、Your database Is open in ARCHIVELOG mode. LOG_ARCHIVE_DEST Is set to Fast Recovery Area (FRA) and it Is 100% fullwhen a log switch takes place. No alternative or optional archive destinations are defined. What Is the outcome? A) All active sessions are disconnected and their tran
17、sactions rolled back. B) The archivelog entries are made in the diagnostic destination andwhen space Is available, new archivelogs are generated. C) No archivelogs are generated. D) Obsolete backups are automatically deleted and new archivelogs aregenerated. E) All active sessions hang until the dat
18、abase administrator (DBA) makesspace available In the FRA. Answer:E12、Which two are true about data dictionary views? A) ALL or USER prefixed views display output that aresubsets of the output from the DBA prefixed data views. B) DBA prefixed views are accessible when a database is Inmount state. C)
19、 A user may not necessarily be the owner of all objectsthat can be viewed by using the ALL prefixed views. D) A user can query the DBA prefixed views only if they havethe SYSDBA privilege E) All data dictionary views are prefixed with DBA. Or ALL orUSER Answer:AD13、USER1. EMP has a referential Integ
20、rity constraint defined on EMP. DNO that references USER1. DEPT. DNO. user1 executes these commands: SQL UPDATE dept SET 1oc=UK where dno=1; 1 row updated SQL UPDATE emp SET sal=1000 whore eno=100; 1 row updated SQL ALTER TABLE dept DROP(dno); What will be the outcome and why? A) It will fail becaus
21、e a referential Integrity constraint Is defined on USER1. EMP. B) It will fall because there Is an uncommitted transaction on USER1. EMP. C) It will fail because there is an uncommitted transaction on USER1. DEPT. D) It will execute successfully and drop DEPT. DNO. E) It will execute successfully and drop the DEPT. DNO and EMP. DNO columns. Answer:A14、Which two are true about undo tablespa
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 卫生间清洁检查流程手册
- 柑橘溃疡病综合防治手册
- 居家养老服药管理监督操作规范
- 小龙虾池塘高效混养技术管理规范
- 柑橘红蜘蛛螨虫用药指引
- 客户预约排班管理制度规范手册
- 字体与版式设计项目式教程(AI协同)课件
- 妇幼保健院住院楼建设设计方案
- 风电场状态检修方案
- 心理健康量表评估指南
- 2026届陕西省咸阳市高三上学期一模考试化学试卷
- 银行间业务风险隔离制度
- 初级护工考试试题及答案
- AI投标课件讲解
- 文明单位创建自查报告撰写指南
- 中南大学:有色金属行业数智化转型蓝皮书
- 2025年江苏省徐州市中考化学真题卷含答案解析
- 2025年事业单位转公务员 考试及答案
- 2026春苏教版新教材小学科学二年级下册第2单元《天空中的星体》课时练习及答案
- 安全生产标准化建设课件
- 2026年湖南中医药高等专科学校单招职业倾向性测试题库及参考答案详解1套
评论
0/150
提交评论