单项选择题
A.The command succeeds only if Automatic Memory Management is not enabled.
B.The command succeeds, but you need to restart the database for changes to take effect.
C.The command returns an error because the size of the redo log buffer cannot be changed dynamically.
D.The parameter value is changed and it comes into effect as soon as space becomes available in theSystem Global Area (SGA)
单项选择题 YouareworkingonaninstancestartedusingtheSPFILE.YouwanttomovetheFlashRecoveryAreaofyourdatabasetoanewlocation.YouwanttheFlashbacklogfilestobestoredinthenewlocation.Givenbeloware thestepstoaccomplishthetaskinrandomorder: 1.Shutdowntheinstance. 2.ChangethevalueoftheDB_RECOVERY_FILE_DESTinitializationparametertoanewvalue. 3.ExecutetheALTERDATABASEFLASHBACKOFFcommand. 4.Startuptheinstanceandmountthedatabase. 5.ExecutetheALTERDATABASEFLASHBACKONcommand. 6.Openthedatabase. Selectthecorrectorderinwhichthesetasksneedtobeperformed.()
单项选择题 Note the following structures in your database server: 1.Extents 2.OS Blocks 3.Tablespace 4.Segments 5.Oracle Data Block Which option has the correct arrangement of these structures from the smallest to the largest()
单项选择题 You executed this command to create a temporary table: SQL> CREATE GLOBAL TEMPORARY TABLE report_work_area (startdate DATE, enddateDATE, class CHAR(20)) ON COMMIT PRESERVE ROWS; Which statement is true about the rows inserted into the REPORT_WORK_AREA table during a transaction()