The database must be started in the MOUNT EXCLUSIVE state.
The database must have multiplexed control files.
The database must be opened by using a text-based parameter file instead of a server parameter file (SPFILE).
The database must be in ARCHIVELOG mode.
The database must be in the NOMOUNT state.
The database must be opened in RESTRICTED mode.
第1题:
Your Oracle Database 10g is online when you execute the following statement: SQL>ALTER TABLESPACE MY_TABLESPACE FLASHBACK OFF; What is the result of executing this statement if the Flashback Database feature is already enabled in the database?()
第2题:
You decide to enable Flashback Database in your Oracle 10g database so that future recoveries will take less time than traditional recoveries. Which of the following parameters must be included in your initialization parameter file before enabling Flashback Database?()
第3题:
The database is currently running in the NOARCHIVELOG mode. What would be the first step to configure Flashback Database?()
第4题:
What are the prerequisites for performing flashback transactions? ()(Choose all that apply)
第5题:
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第6题:
Which two are prerequisites for performing a flashback transaction?()
第7题:
Supplemental log must be enabled
Supplemental log must be enabled for the primary key
Undo retention guarantee for the database must be configured
”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user
第8题:
The database must be in ARCHIVELOG mode
The database must be in MOUNT EXCLUSIVE mode
The database must be opened in RESTRICTED mode
The database instance must be started in the NOMOUNT state
The database instance must have the keep buffer pool defined
第9题:
The time when the last flashback operation in your database was performed.
The time when the first flashback operation in your database was performed.
A list of flashback operations performed in your database using SCN and time.
The approximate time and the lowest system change number (SCN) to which you can flash back your database.
第10题:
The database must be in ARCHIVELOG mode
The database must be in MOUNT EXCLUSIVE mode
The database must be opened in RESTRICTED mode
The database instance must be started in the NOMOUNT state
The database instance must have the keep buffer pool defined
第11题:
Flashback Database must be enabled.
Undo retention guarantee for the database must be configured.
EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back transaction.
Supplemental logging must be enabled.
Recycle bin must be enabled for the database.
Block change tracking must be enabled tor the database.
第12题:
Undo retention guarantee for the database must be configured.
Supplemental log must be enabled for the primary key.
Supplemental log must be enabled.
Execute permission on the DBMS_FLASHBACK package must be granted to the user.
第13题:
What two are the prerequisites for enabling Flashback Database?() (Choose two)
第14题:
What two are the prerequisites for enabling Flashback Database?()
第15题:
You executed the following query in your database: SELECT oldest_flashback_scn, oldest_flashback_time FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第16题:
You disabled the Flashback Database feature by using the following command: SQL> ALTER DATABASE FLASHBACK OFF; What would be the effect of this command on the existing flashback logs?()
第17题:
What are the prerequisites for enabling Flashback Database? ()
第18题:
Which two are the prerequisites to enable Flashback Data Archive?()
第19题:
Enable flashback logging.
Start the database in the ARCHIVELOG mode.
Issue the ALTER DATABASE FLASHBACK ON; command.
Set the FAST_START_MTTR_TARGET initialization parameter.
第20题:
DB_RECOVERY_FILE_DEST only
DB_FLASHBACK_RETENTION_TARGET only
DB_RECOVERY_FILE_DEST_SIZE and DB_RECOVERY_FILE_DEST only
DB_RECOVERY_FILE_DEST and DB_FLASHBACK_RETENTION_TARGET only
DB_RECOVERY_FILE_DEST_SIZE, DB_RECOVERY_FILE_DEST and
DB_FLASHBACK_RETENTION_TARGET
第21题:
The database does not record flashback logs for MY_TABLESPACE
The tables residing in MY_TABLESPACE are not protected by the Recycle Bin.
All the tablespaces except MY_TABLESPACE can be recovered using Flashback Database feature.
None of the flashback technologies, such as Flashback Table, Flashback Transaction Query and Flashback Version Query can be used to recover individual rows within the objects from MY_TABLESPACE
第22题:
Flashback logs are not deleted.
Flashback logs are deleted automatically.
Flashback logs are deleted only if you are using Recovery Manager (RMAN)
Flashback logs are deleted only if you are using Oracle Manager Files (OFM)
Flashback logs are deleted only if you are using Automatic Storage Management (ASM)
第23题:
The database must be started in the MOUNT EXCLUSIVE state.
The database must have multiplexed control files.
The database must be opened by using a text-based parameter file instead of a server parameter file (SPFILE).
The database must be in ARCHIVELOG mode.
The database must be in the NOMOUNT state.
The database must be opened in RESTRICTED mode.
第24题:
the time when the last flashback operation in your database was performed
the time when the first flashback operation in your database was performed
a list of flashback operations performed in your database using SCN and time
the approximate time and the lowest system change number (SCN) to which you can flash back your database