OCP认证考试052最新考试题库解析ppt课件 (2).pptx_第1页
OCP认证考试052最新考试题库解析ppt课件 (2).pptx_第2页
OCP认证考试052最新考试题库解析ppt课件 (2).pptx_第3页
OCP认证考试052最新考试题库解析ppt课件 (2).pptx_第4页
OCP认证考试052最新考试题库解析ppt课件 (2).pptx_第5页
已阅读5页,还剩12页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

2018年OCP052最新考试题库解析-20180525,题库新特点:更加灵活,题库的顺序与考试时的顺序每场都在变化更加考验知识点的掌握,题库答案为二,考试时要求选择最佳一个答案整理:CUUG,1,2018年OCP052最新考试题库解析-20180525,1、WhichtwoeventsalwaysrequesttheLGWRtowrite?A)whenLGWRisnotifiedbyaserverprocessthatperformsaCommitorROLLBACKB)WhenPMONrestartsaserverprocessC)whenDBWnwritesdirtybuffersD)whenalogswitchoccursE)whenacheckpointoccursAnswer:CD,2,2018年OCP052最新考试题库解析-20180525,2、Examinethesecommandsandtheiroutput:SQLSELECT*FROMemp;ENOENAME-100Adam101AlanSQLINSERTINTOempVALUES(102,Ben);1rowcreated.SQLCOMMIT;Commitcompleted.SQLUPDATEempSETename=BryanWHEREeno=102;1rowupdated.Apowerfailureoccurs.TheInstanceIsrestartedandthisqueryIsexecuted.SQLSELECTenameFROMemp;WhatIstheoutcome?A)OnlyAdamandAlanaredisplayed.B)OnlyAdam,Alan,andBryanaredisplayed.C)Adam,Alan,Ben,andBryanaredisplayed.D)Norowsarereturned.E)OnlyAdam,Alan,andBenaredisplayed.Answer:E,3,2018年OCP052最新考试题库解析-20180525,3、WhereIsbackupmetadatastoredforusebyRecoveryManager(RMAN)?A)InthecontrolfileB)IntheSYSAUXtablespaceC)intheSPFILED)intheSYSTEMtablespaceE)InthediagnosticdestinationfliesAnswer:A,4,2018年OCP052最新考试题库解析-20180525,4、WhichtwocanbebackedupbyusingRMANwhenadatabaseIsopeninARCHIVELOGmode,sothatmediarecoverycanbeperformedIfrequired?A)controlfilesB)passwordfileC)pfileD)onlineredologsE)flashbacklogsF)datafilesAnswer:AF,5,2018年OCP052最新考试题库解析-20180525,5、YourdatabaseisusingAutomaticMemoryManagement.WhichtwoSGAcomponentsmustbemanagedmanually?A)defaultbuffercacheB)redologbufferC)largepoolD)sharedpoolE)keepbufferpoolAnswer:BE,6,2018年OCP052最新考试题库解析-20180525,6、Whichtwoaretrueaboutroles?A)Arolecanbegrantedacombinationofsystemandobjectprivilegesandotherroles.B)TheCONNECTroleIsgrantedautomaticallytoauserwhenItIscreated.C)RolesareownedbySYSTEM.D)TheRESOURCEroleIsgrantedtheCREATESESSIONprivilege.E)AsecureapplicationrolecanbesetonlybyItsassociatedPL/SQLpackage.Answer:AE,7,2018年OCP052最新考试题库解析-20180525,7、USER1grantsSELECT,INSERT,andUPDATEprivilegesonUSER1.EMPtoUSER2.SYSexecutesthiscommand:SQLREVOKEUPDATEONuser1.empFROMuser1;Whatwillbetheoutcome?A)ItwillsucceedandonlyUSER2willbeunabletoperformSELECT,INSERT,OrUPDATEonUSER1.EMU.B)ItwillsucceedandonlyUSER1willbeunabletoperformSELECT,INSERT,OrUPDATEonUSER1.EMP.C)ItwillsucceedbutneitherUSER1norUSER2willbeabletoperformSELECT,INSERT,orUPDATEonUSER1.EMP.0D)ItwillfallbecauseUSER1IstheownerofUSER1.EMP.E)ItwillsucceedandneitherUSER1norUSER2willbeabletoperformINSERTorUPDATEonUSER1.EMP,butbothwillbeabletoqueryUSER1.EMP).Answer:D,8,2018年OCP052最新考试题库解析-20180525,8、WhichthreearetrueabouttheAutomaticDatabaseDiagnosticMonitor(ADDM)?A)ItsfindingsareaccessibleonlybyusingOracleEnterpriseManager.B)ItimprovesdatabaseperformancebyautomaticallyimplementingOraclesbestpractices.C)ItcanassisttheDBAindiagnosingdatabaseinstancestartupfailures.D)ItcanbeusedbyexecutingthePL/SQLproceduresintheDBMS_ADDMpackage.E)ItrunsautomaticallyaftereachAutomaticWorkloadRepositorysnapshotiscreated.F)Itprovidesrecommendationstoimprovedatabaseperformance.Answer:DEF,9,2018年OCP052最新考试题库解析-20180525,9、Examinethesecomponents:1.Executionplanforanon-embeddedSQLstatement2.Local,global,andpackagevariablesforasession3.ExecutionplanforaSQLstatementcontainedInaPL/SQLprogramunit4.ResultsofexecutedqueriesandqueryfragmentsS.PL/SQLfunctionresultsetsWhichofthesearestoredinthesharedSQLarea?A)1and4B)1,2and3C)1and3D)1,3,4,and5Answer:C,10,2018年OCP052最新考试题库解析-20180525,10、ExaminethisLISTENER.ORAfile:LISTENER=(DESCRIPTION_LIST=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=1522)SIDLISTLISTENER=(SIDLIST=(SID_DESC=(GLOBAL_DBNAME=)(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)(SID_NAME=orcl)HowshouldyouconfigureanadditionallistenerLISTENER2thatlistensforthesameSID?A)AddrelevantdetailsInDESCRTPTIONundertheexistingLTRTENERwithadifferentportnumberinLISTENER.ORA.B)CreateanotherconfigurationfilecalledLISTENER2.ORAwithonlyLISTENER2detailsinit.C)AddrelevantdetailsinSID_LIST_LISTENERundertheexistingLISTENERinLISTENER.ORAD)AddLISTENER2anditsSID_LISTdetailsseparatelyunderthenameLISTENER2inLISTENER.ORAAnswer:D,11,2018年OCP052最新考试题库解析-20180525,11、YourdatabaseIsopeninARCHIVELOGmode.LOG_ARCHIVE_DESTIssettoFastRecoveryArea(FRA)anditIs100%fullwhenalogswitchtakesplace.Noalternativeoroptionalarchivedestinationsaredefined.WhatIstheoutcome?A)Allactivesessionsaredisconnectedandtheirtransactionsrolledback.B)ThearchivelogentriesaremadeinthediagnosticdestinationandwhenspaceIsavailable,newarchivelogsaregenerated.C)Noarchivelogsaregenerated.D)Obsoletebackupsareautomaticallydeletedandnewarchivelogsaregenerated.E)Allactivesessionshanguntilthedatabaseadministrator(DBA)makesspaceavailableIntheFRA.Answer:E,12,2018年OCP052最新考试题库解析-20180525,12、Whichtwoaretrueaboutdatadictionaryviews?A)ALLorUSERprefixedviewsdisplayoutputthataresubsetsoftheoutputfromtheDBAprefixeddataviews.B)DBAprefixedviewsareaccessiblewhenadatabaseisInmountstate.C)AusermaynotnecessarilybetheownerofallobjectsthatcanbeviewedbyusingtheALLprefixedviews.D)AusercanquerytheDBAprefixedviewsonlyiftheyhavetheSYSDBAprivilegeE)AlldatadictionaryviewsareprefixedwithDBA.OrALLorUSERAnswer:AD,13,2018年OCP052最新考试题库解析-20180525,13、USER1.EMPhasareferentialIntegrityconstraintdefinedonEMP.DNOthatreferencesUSER1.DEPT.DNO.user1executesthesecommands:SQLUPDATEdeptSET1oc=UKwheredno=1;1rowupdatedSQLUPDATEempSETsal=1000whoreeno=100;1rowupdatedSQLALTERTABLEdeptDROP(dno);Whatwillbetheoutcomeandwhy?A)ItwillfailbecauseareferentialIntegrityconstraintIsdefinedonUSER1.EMP.B)ItwillfallbecausethereIsanuncommittedtransactiononUSER1.EMP.C)ItwillfailbecausethereisanuncommittedtransactiononUSER1.DEPT.D)ItwillexecutesuccessfullyanddropDEPT.DNO.E)ItwillexecutesuccessfullyanddroptheDEPT.DNOandEMP.DNOcolumns.Answer:A,14,2018年OCP052最新考试题库解析-20180525,14、Whichtwoaretrueaboutundotablespaces?A)Theyalwaysretainu

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论