ourdatabaseinstanceisstartedusingtheserverparameterfile(SPFILE).YouexecutedacommandtochangethevalueoftheLOG_BUFFERinitializationparameter:ALTERSYSTEMSETLOG_BUFFER=32MSCOPE=BOTH;Whatwouldbetheoutcomeofthiscommand()
A.ThecommandsucceedsonlyifAutomaticMemoryManagementisnotenabled.
B.Thecommandsucceeds,butyouneedtorestartthedatabaseforchangestotakeeffect.
C.Thecommandreturnsanerrorbecausethesizeoftheredologbuffercannotbechangeddynamically.
D.TheparametervalueischangedanditcomesintoeffectassoonasspacebecomesavailableintheSystemGlobalArea(SGA)
第1题:
ViewtheExhibitandnotethefilesavailableinthe$ORACLE_HOME/dbsfolder.TheASMinstanceisalreadyrunning.Youusedthefollowingstepstostartthedatabaseinstanceandopenthedatabase:Whichfileisusedtostarttheinstanceinthiscase()
A.init.ora
B.spfile.ora
C.initorcl.ora
D.spfile+ASM.ora
第2题:
A.ThedatabasemustbestartedintheMOUNTEXCLUSIVEstate.
B.Thedatabasemusthavemultiplexedcontrolfiles.
C.Thedatabasemustbeopenedbyusingatext-basedparameterfileinsteadofaserverparameterfile(SPFILE).
D.ThedatabasemustbeinARCHIVELOGmode.
E.ThedatabasemustbeintheNOMOUNTstate.
F.ThedatabasemustbeopenedinRESTRICTEDmode.
第3题:
A. SpfileSID.ora ->initSID.ora ->spfile.ora - init.ora
B. InitSID.ora ->spifleSID.ora ->init.ora ->spfile.ora
C. SpfileSID.ora->spfile.ora->initSID.ora ->init.ora
第4题:
A.Datafiles
B.Currentcontrolfile
C.Serverparameterfile(spfile)
D.Passwordfile
第5题:
如何转换init.ora到spfile?解答:使用create spfile from pfile 命令。