In which scenario do you use the Flashback Database feature?()
第1题:
You are performing flashback of the EMPLOYEE table in SCOTT’s schema because some incorrect data was inserted into the table and committed by mistake. Which two clauses will you use in the FLASHBACK TABLE statement for using the Flashback Table feature? ()
第2题:
In which scenario will you perform a user-managed incomplete recovery?()
第3题:
In which two scenarios should you issue the following command?() FLASHBACK TABLE SCOTT.EMP TO TIMESTAMP SYSTIMESTAP- INTERVAL ’15’ MINUTE;
第4题:
The RECYCLEBIN parameter is set to ON for your database. You drop a table,PRODUCTS,from the SCOTT schema. Which two statements are true regarding the outcome of this action?()
第5题:
In which scenario will you use the Flashback Version Query feature?()
第6题:
You are working on an Oracle Database 10g database that operates in the ARCHIVELOG mode. At 06:00 p.m., you discovered that a table in the SYSTEM tablespace that does not belong to the data dictionary was dropped at 03:00 p.m. What would you do to recover the table?()
第7题:
when a table is dropped and you restore it from the Recycle Bin
when a user’s schema is dropped and you recover the user’s schema
when some incorrect data is inserted in the table and you retrieve the table to a state that was at a certain timestamp
when a row of a table is updated frequently and committed, and you view all the versions of the row within a specific duration
第8题:
when the schema of the user, SCOTT, was deleted by mistake 15 minutes ago
when the table EMP of the SCOTT schema was dropped by mistake 15 minutes ago
when some rows of the table, EMP, in the SCOTT schema were deleted by mistake 15 minutes ago
when some incorrect values were inserted in the EMP table in the user Scott’s schema during the last 15 minutes
never, because FLASHBACK TABLE is not a valid command in Oracle 10g.
第9题:
Flashback Drop
Flashback Table
Flashback Database
Flashback Version Query
Flashback Transaction Query
第10题:
when a table is dropped and stored in the Recycle Bin
when a table is dropped and purged from the Recycle Bin
when you are required to recover an existing table to its previous state
when you are required to view all the versions of a row of an existing table between a specific time period
第11题:
when a table is dropped and stored in the Recycle Bin
when all the control files are deleted
when a member of a multiplexed redo log group is dropped
when you are required to recover a table to its previous state
第12题:
To recover a dropped table.
To recover a dropped schema.
To recover data from a truncated table.
To view changes made by all the transactions during a given period of time.
To view changes made by a single transaction during a given period of time.
第13题:
In which scenario will you use the Flashback Transaction Query feature?()
第14题:
Which two statements are correct regarding the Oracle Flashback Drop feature? ()
第15题:
You are working on an Oracle Database 10g database. For which purposes would you use the Flashback Transaction Query feature? ()
第16题:
On Tuesday, a junior DBA dropped an important application user account, whose schema has important tables. You are asked to recover all the objects in the schema. On investigation, you find that the user account was dropped at 11:00 a.m. and Sunday’s backup is the most recent backup. Which flashback feature would you use?()
第17题:
In which scenario will you perform an incomplete recovery?()
第18题:
when you want to restore an important table that is dropped from the Recycle Bin
when you want to obtain the SQL statements to undo the deletion of some important records from a table by a transaction
when you want to restore a dropped user’s schema
when a row of a table is updated many times within a specific time period and you want all the versions of the row in the specified time period
第19题:
RESETLOGS
TO TIMESTAMP
TO BEFORE DROP
RENAME TO
TO SCN
第20题:
when a tablespace is dropped and you have only RMAN-based backup of the database
when a table is dropped and stored in the Recycle Bin
when you are required to recover an existing table to its previous state
when a tablespace is dropped and you have only a user-managed full backup of the database
第21题:
You can restore the DEPT table by using the Oracle Flashback Drop feature, provided you use the RENAME TO clause.
You can restore the DEPT table by using the Oracle Flashback Drop feature and a systemgenerated name will be assigned to the restored table.
You cannot restore the DEPT table by using the Oracle Flashback Drop feature because a table withthe name DEPT already exists in your schema.
You cannot restore the DEPT table by using the Oracle Flashback Drop feature because the contents of the recycle bin are purged every 12 hours by default.
第22题:
when you want to restore a table that has been dropped from the Recycle Bin
when you want to identify the transaction ID of the transaction that deleted some important records from a table
when you want to recover the schema of a dropped user
when you want to restore a dropped tablespace
第23题:
by using the Flashback Table feature
by using the Flashback Database feature
by performing incomplete recovery using RMAN utility
by performing incomplete recovery using user-managed recovery