ExaminethecommandsexecutedinaDBAsession:SQL>CREATEBIGFILETABLESPACEMRKT2DATAFILE’/u01/app/oracle/oradata/orcl/mrkt.dbf’size10MLOGGING3EXTENTMANAGEMENTLOCALSEGMENTSPACEMANAGEMENTAUTO;Tablespacecreated.SQL>ALTERDATABASEDEFAULTTABLESPACEMRKT;Databasealtered.WhichtwostatementsaretrueregardingtheMRKTtablespace()
A.Nomoredatafilescanbeaddedtothetablespace.
B.Segmentspaceismanagedbyfreelistsinthetablespace.
C.Ausercreatedwithoutbeingassignedadefaulttablespaceusesthistablespace.
D.Thetablespacecanbedroppedwiththecurrentsettingwithsegmentspresentinit
第1题:
Williamspecifiedthefollowinginitializationparametersettingsinthepfile:BACKGROUND_DUMP_DEST=’u01\oradata\dir_A’USER_DUMP_DEST=’u01\oradata\dir_B’DB_CREATE_FILE_DEST=’u01\oradata\dir_C’DB_CREATE_ONLINE_LOG_DEST_n=’u01\oradata\dir_D’Williamenabledthechange-trackingfeaturebecausehedoesnotwanttoscantheentiredatafileduringbackup.Whatisthedefaultstoragelocationforthechangetrackingfile?()
A.’u01\oradata\dir_A’
B.’u01\oradata\dir_B’
C.’u01\oradata\dir_C’
D.’u01\oradata\dir_D’
第2题:
Youmanuallycreateanadditionallistenerprocess,L1,fordatabasesPROD,
PAYDBandFINDB.Whilestartingupthelistenerprocess,yougetthefollowingerrormessage:LSNRCTL>startl1
Starting/u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr:pleasewait...
TNSLSNRforLinux:Version10.1.0.2.0-Production
Systemparameterfileis/u01/app/oracle/product/10.1.0/db_1/network/admin/listener.oraLogmessageswrittento/u01/app/oracle/product/10.1.0/db_1/network/log/l1.logErrorlisteningon:
(ADDRESS=(PROTOCOL=TCP)(HOST=144.23.230.185)(port=8899))
TNS-12542:TNS:addressalreadyinuseTNS-12560:
TNS:protocoladaptererrorTNS-00512:Addressalreadyinuse
LinuxError:98:Addressalreadyinuse
Listenerfailedtostart.Seetheerrormessage(s)above...
Whatactionwouldyoutaketoovercomethiserrorwithoutdisruptinganyexistingdatabasecommunications?()
第3题:
YouhavejustrunthissyntaxtostartthelistenerfromtheListenerControlutility:LSNRCTL>STARTStarting/mstgelai/oracle/bin/tnslsnr:pleasewait…Systemparameterfileis/u01/oracle/network/admin/listener.oraLogmessageswrittento/u01/oracle/network/log/listener.logListeningon:(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01-server)(PORT=1521)))Connectingto…ThecommandcompletedsuccessfullyWhatisthenameoftheListeneryoustarted?()
A.TNSLSNR
B.LISTENER
C.LOCAL_LISTENER
D.DEFAULT_LSRN
第4题:
Youralertlogfilehasthefollowinginformation:TueMay2517:43:382004ORA-00060:Deadlockdetected.Moreinfoinfile/u01/app/oracle/admin/ORCL/udump/orcl_ora_3173.trc.Whatwouldyoudotoensurethatdatabaseisstillrunningcorrectly?()
A.examinethetracefileandkillthesessionthatcausedthedeadlock
B.examinethetracefileandkillboththesessionsresponsibleforthedeadlock
C.examinethetracefilefordetailsandasktheuserwhocausedthedeadlocktorollbackthetransaction
D.examinethetracefilefordetailsandrememberthatdeadlocksareresolvedautomaticallybyOracledatabase
E.examinethetracefilefordetailsandusetheUndoAdvisortorollbackthetransactionthatcausedthedeadlock
第5题:
A.The’/u01/app/oracle/oradata/orcl/users01.dbf’datafileisrecoveredfromtheimagecopy.
B.The’/u01/app/oracle/oradata/orcl/users01.dbf’datafileisrecoveredfromthelastincrementalbackup.
C.Imagecopiesofthe’/u01/app/oracle/oradata/orcl/users01.dbf’datafileareupdatedwithallchangesuptoincrementalbackupSCN.
D.Imagecopiesofthe’/u01/app/oracle/oradata/orcl/users01.dbf’datafilearerecoveredusingtheabovecommandifdatafilerecoveryfails.