单项选择题YouhavejoinedaneworganizationasaDatabaseAdministrator.TheSecurityAdministratorinyourorganizationhaskepthumanerrors,suchaserroneouslydroppingusers,tables,andimportantdata,toaminimumbycarefullygrantingonlythenecessaryprivilegestoeachuser.Asaresultofseveralongoingtransactionswithinyourdatabase,youdiscoverthattheflashbacklogsarerapidlyincreasingintheflashrecoveryarea.Toavoidout-of-spaceerrors,youdecidetodeletetheflashbacklogsfromtheflashrecoveryarea.Howcanyoudeletetheflashbacklogsfromthedatabaseifyourdatabaseisupandrunning?()
A. Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
B. Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement while the database is up and running.
C. Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command. Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.
D. Change the parameter setting in the SPFILE for the DB_RECOVERY_FILE_DEST parameter using the ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’’ SCOPE=BOTH statement. Shut down the database using the SHUTDOWN command. Mount the database using the STARTUP MOUNT EXCLUSIVE command and disable Flashback Database using the ALTER DATABASE FLASHBACK OFF statement.