You are maintaining a database that is in ARCHIVELOG mode. You have configured the flash recovery area in your database. The database is in MOUNT EXCLUSIVE mode, and you want to configure the Flashback Database feature. Which two options are NOT required to configure the Flashback Database feature? ()
第1题:
You want to use the automatic management of backup and recovery operations features for your database. Which configuration must you set?()
第2题:
You are maintaining the SALES database for an organization. You have enabled the Flashback Database feature and want to estimate the flashback space required for future operations. Which view would you query to estimate the flashback space required?()
第3题:
You have joined a new organization as a Database Administrator. The Security Administrator in your organization has kept human errors, such as erroneously dropping users, tables, and important data, to a minimum by carefully granting only the necessary privileges to each user. As a result of several ongoing transactions within your database, you discover that the flashback logs are rapidly increasing in the flash recovery area. To avoid out-of-space errors, you decide to delete the flashback logs from the flash recovery area. How can you delete the flashback logs from the database if your database is up and running?()
第4题:
You are managing a single instance Oracle 10g database that utilizes the following parameters: Which of the following set of commands must you execute to enable Flashback Database?()
第5题:
Which three actions are required to configure the Flashback Database? ()
第6题:
Flashback Database is enabled in your Oracle 10g database. One of your database users erroneously purged an important table residing in his schema. The table was purged sometime between 10:00 P.M. and 10:30 P.M. The next day, you decide to flash back the database. Before you flash back the database, you want to ensure that you have all the necessary flashback data. Which dynamic performance view must you use to determine whether you have the required flashback data to recover the purged table?()
第7题:
You must shut down the database instance to perform the backups.
You must configure the Flash Recovery Area (FRA) for the database.
You can perform complete database backups without closing the database.
All the previous closed database backups including control files become invalid after you configure thedatabase to ARCHIVELOG mode.
第8题:
flashback log files
backups that have become obsolete
copies of the data files and control files
archived redo log files that have multiple copies in a different archive location and not backed up
第9题:
You must shut down the database instance to perform the backups.
You must configure the Flash Recovery Area (FRA) for the database.
You can perform complete database backups without closing the database.
All the previous closed database backups including control files become invalid after you configure thedatabase to ARCHIVELOG mode.
第10题:
set Flash Recovery Area
enable Flashback logging
create FLASHBACK tablespace
start the database in the ARCHIVELOG mode
start the database in the NOARCHIVELOG mode
第11题:
Multiplex all database files.
Configure the Flash Recovery Area.
Configure the database instance for ARCHIVELOG mode.
Configure the FAST_START_MTTR_TARGET initialization parameter
第12题:
Flashback logs are not archived.
Flashback logs are maintained in redo log files.
Flashback logs are maintained in the Flash Recovery Area.
Flashback logs are used to maintain Flashback Database related errors.
Flashback logs need to be cleared manually after you disable Flashback Database.
第13题:
Which two statements are true regarding the database in ARCHIVELOG mode?()
第14题:
You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOGmode. Which two statements are true in this scenario()
第15题:
You are managing an Oracle Database 11g database. You configured the database to run inARCHIVELOG mode. Which two statements are true in this scenario()
第16题:
You configured the Flash Recovery Area (FRA) for your database. The database instance is runningin ARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area. Which two files are removed automaticallyif the space is required in the FRA as per the retention policy()
第17题:
You are managing an Oracle Database 11g database. You want to ensure the recovery of the database to thepoint of failure. Which configuration will you do to accomplish the task()
第18题:
You are managing an Oracle Database 11g database. You want to ensure the recovery of thedatabase to the point of failure. Which configuration will you do to accomplish the task()
第19题:
Flashback log files
Backups that have become obsolete
User managed backups of the data files and control files
Archived redo log files that have multiple copies in a different archive location and not backed up
第20题:
V$DATABASE
V$FLASHBACK_DATABASE_STAT
V$FLASHBACK_DATABASE_LOG
V$RECOVERY_FILE_DEST
第21题:
Multiplex all database files
Configure the Flash Recovery Area.
Configure the database instance for ARCHIVELOG mode.
Configure the FAST_START_MTTR_TARGET initialization parameter.
第22题:
Enable the flash recovery area and specify it as the archived redo log destination.
Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
Enable the flash recovery area but do not specify it as the archived redo log destination.
Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.
第23题:
STARTUP MOUNT EXCLUSIVE ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
STARTUP MOUNT ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT EXCLUSIVE ATLER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT ALTER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;