单项选择题
单项选择题 YouaremanaginganOracleDatabase11gdatabasewiththisbackupstrategy:-EverySundaynight,level0backupisperformed.-OnMondaynightandsubsequentdays,level1incrementalbackupisperformed.Thebackupsarenotcumulativeincremental.WhichstatementaboutMonday’sbackupistrue()A.Thebackupcontainsalltheusedblocks.B.Thebackupcontainsalltheusedandunusedblocks.C.Thebackupcontainsblocksthathavechangedsincethelastlevel0backup.D.Thebackupcontainsblocksthathavechangedsincethelastlevel1backuptakenlastweek.
单项选择题 YouexecutedthefollowingcommandtoperformabackupoftheUSERStablespace:SQL>ALTERTABLESPACEusersBEGINBACKUP;ALTERTABLESPACEusersBEGINBACKUP*ERRORatline1:ORA-01123:cannotstartonlinebackup;mediarecoverynotenabledWhatcouldbethereasonforthiserror()A.TheMTTRAdvisorisdisabled.B.ThedatabaseisinNOARCHIVELOGmode.C.Thetablespaceisalreadyinbackupmode.D.TheFlashRecoveryAreaisnotconfigured.
单项选择题 Given:12.Datedate=newDate();13.df.setLocale(Locale.ITALY);14.Strings=df.format(date);ThevariabledfisanobjectoftypeDateFormatthathasbeeninitializedinline11.WhatistheresultifthiscodeisrunonDecember14,2000?()A.Thevalueofsis14-dic-2000.B.ThevalueofsisDec14,2000.C.Anexceptionisthrownatruntime.D.Compilationfailsbecauseofanerrorinline13.