ImageVerifierCode 换一换
格式:PPTX , 页数:17 ,大小:142.95KB ,
资源ID:1276460      下载积分:15 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/1276460.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(考试052最新考试题库解析_精品文档_002.pptx)为本站会员(b****1)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

考试052最新考试题库解析_精品文档_002.pptx

1、2018年OCP 052最新考试题库解析-20180608,题库新特点:更加灵活,题库的顺序与考试时的顺序每场都在变化 更加考验知识点的掌握,题库答案为二,考试时要求选择最佳一个答案整理:CUUG,2018年OCP 052最新考试题库解析-20180608,1、Which three are true about undo segments and undo tablespaces in the same database and instance?A.Multiple transactions run by the same Oracle user can share a single un

2、do segment.B.Multiple transactions run by different Oracle users can share a single undo segment.C.A serial transaction can use multiple undo segments.D.Undo segments are automatically dropped shortly after transactions that use them commit.E.A new undo segment is always created for each transaction

3、.F.A database can have multiple undo tablespaces.Correct Answer:ABF,2018年OCP 052最新考试题库解析-20180608,2、Which two are true about the Data Recovery Advisor?A.It can be used only for databases that are running in ARCHIVELOG mode.B.It can be used when the database is closed.C.It can be used to validate dat

4、abase recovery strategies.D.It provides intelligent database problem analysis.E.It can be used to validate database backup strategies.F.It can be used only for databases with FLASHBACK enabled.Correct Answer:CD,2018年OCP 052最新考试题库解析-20180608,3、Which two are true about Oracle Data Pump in Oracle Datab

5、ase 11g Release 2?A.If the directory used in the export operation has existing dump files,it overwrites them.B.It allows encryption to be performed without using a password.C.It supports the renaming of tables during import.D.It supports the export of specific views as tables.E.It allows compression

6、 levels to be defined for the export.Correct Answer:BE,2018年OCP 052最新考试题库解析-20180608,4、For your ORCL database.1.The instance is started using an spfile.2.The database is opened.3.It is in ARCHIVELOG mode.4.CONTROL FILE AUTOBACKUP IS ON.Examine this command:RMAN backup as copy datafile users01.dbf,ex

7、ample01.dbf;Which four files are backed up?A.spfile B.undo01.dbf C.users01.dbf D.archivelogs E.sysaux01.dbf F.control file G.system01.dbf H.example01.dbfCorrect Answer:ACFH,2018年OCP 052最新考试题库解析-20180608,5、When does an incremental checkpoint occur?A.when DBWn writes dirty buffers as part of its norma

8、l process B.when the alter system checkpoint statement is executed.C.when a user tablespace is taken offline D.when an online redo log switch occurs Correct Answer:A,2018年OCP 052最新考试题库解析-20180608,6、Examine this query and its output:SQL select sid,event,blocking_session from v$session where blocking_

9、session is not null;SIDEVENTBLOCKING_SESSION-105enq:TX row lock contention15Which two are true?A.The blocked session is waiting on a shared table lock.B.The blocked session is waiting on an enqueue.C.The blocking session is waiting on a row-level lock.D.Session 105 is blocked by session 15.E.Session

10、 105 is blocking session 15.Correct Answer:BD,2018年OCP 052最新考试题库解析-20180608,7、In one of your databases:1.USER1 and USER2 have no system privileges.2.ROLE1 only has these privileges:*create session*create table*create viewExamine these commands:SQL conn/as sysdbaConnectedSQL GRANT create table,role1

11、to user1 with admin option;grant successedSQL conn user1/oracle_4uConnectedSQL GRANT role1 to user2;grant successed7、Which command would you execute and as which user,to revoke the createtable privilege from USER2?A.Revoke create table from user2 as user1 B.Revoke create table from user1 as sys C.Re

12、voke create table from role1 as user1 D.Revoke create table from role1 as sys E.Revoke create table from user2 as sys Correct Answer:D如果用user1回收角色的权限,会报错:SQL revoke create session from role1;revoke create session from role1*ERROR at line 1:ORA-01031:insufficient privileges,2018年OCP 052最新考试题库解析-20180

13、608,8、Which two are true about server-generated alerts?A.Stateful alerts must always be cleared manually.B.They are visible in Oracle Enterprise Manager by default.C.All stateful alerts can be found in DBA_ALERT_HISTORY.D.They can be based only on database metrics.E.Stateless alerts cannot be found

14、in DBA_OUTSTANDING_ALERTS.F.They can be based only on instance metrics.Correct Answer:BE,2018年OCP 052最新考试题库解析-20180608,9、Your database instance is in NOMOUNT state.Your select the delete option in the database configuration assistant(DBCA)for your database.What is the outcome?A.DBCA is able to delet

15、e the data files but not the services.B.DBCA shuts down the instance and deletes the database.C.DBCA is able to delete the services but not the data files.D.DBCA prompts you to open the database,and then proceeds with the deletion.Correct Answer:D,2018年OCP 052最新考试题库解析-20180608,10、Which is true when

16、a database instance is shut down?A.IMMEIATE,TRANSACTIONAL,and NORMAL modes wait for all uncommitted transactions either to commit or rollback and then close the database B.IMMEIATE,TRANSACTIONAL,and NORMAL modes all result in a checkpoint C.Only TRANSACTIONAL,and NORMAL modes wait for all uncommitted transactions to commit or rollback and then close the database D.Neither the IMMEDIATE nor the ABORT mode rolls back uncommitted transactions.Correct Answer:B,2018年OCP 052最新考试题库解析-20180608,11、The OR

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1