多项选择题
You are working on an Oracle Database 10g database. Because of data loss, you decided to perform a Flashback Database operation using the following command:
SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE ?5/24);
Which two statements are true? ()
A. SYSDATE should not be used with TIMESTAMP.
B. The database must have multiplexed redo log files.
C. The database must be in the MOUNT state to execute the command.
D. The database must be opened with the RESETLOGS option after the flashback operation.
E. The entire database needs to be restored from the most recent backup before the flashback operation.
相关考题
-
单项选择题
Aredologfileiscorruptedwhilethedatabaseisopen;asaconsequence,databaseoperationsarestoppedbecausearchivingcannotcontinue.Whatwouldyoudotosolvetheproblem?()
A. clear the redo log group
B. perform redo log file import
C. perform an incomplete recovery
D. perform a redo log recovery using Recovery Manager (RMAN)
E. shut down the database and open the database in the NOARCHIVELOG mode -
单项选择题
OnTuesday,ajuniorDBAdroppedanimportantapplicationuseraccount,whoseschemahasimportanttables.Youareaskedtorecoveralltheobjectsintheschema.Oninvestigation,youfindthattheuseraccountwasdroppedat11:00a.m.andSunday’sbackupisthemostrecentbackup.Whichflashbackfeaturewouldyouuse?()
A. Flashback Drop
B. Flashback Table
C. Flashback Database
D. Flashback Version Query
E. Flashback Transaction Query -
单项选择题
YourdatabaseisrunningontheautomaticProgramGlobalArea(PGA)memorymanagementandSharedMemoryManagementmode.YouwanttoincreasethememoryavailablefortheSQLworkareas.Whatwouldyoudo?()
A. modify the HASH_AREA_SIZE initialization parameter
B. modify the PGA_AGGREGATE_TARGET initialization parameter
C. modify the WORK_AREASIZE_POLICY initialization parameter
D. increase the value of the SGA_TARGET initialization parameter
E. increase the value of the SGA_MAX_SIZE initialization parameter
F. increase the value of the SORT_AREA_SIZE initialization parameter
