Flashback Versions Query is used to make changes to multiple versions of data that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between the time the query was executed and a point in time in the past.
Flashback Versions Query is used to view version changes and the SQL to undo those changes on rows that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between two points in time.
第1题:
By mistake, you ran the batch job (for updating the BILL_DETAILS table) twice. You are not sure which rows in the BILL_DETAILS table were affected. You need to identify: a) a list of changes made along with the transaction identifier of each change b) the necessary SQL statements to undo the erroneous changes Which option would you choose?()
第2题:
You are maintaining your OLTP database in Oracle10g. You are performing the Flashback Transaction Query to find the undo SQL statements that can be used to undo the changes made to the database in the specific time period. Which pseudocolumn will you use to perform the Flashback Transaction Query?()
第3题:
Which of the following can be used in conjunction with a Flashback Versions Query to filter the results?()
第4题:
For which two database objects can the VERSIONS clause of the Flashback Versions Query be used?()(Choose two.)
第5题:
Which statement is true regarding Flashback Version Query? ()
第6题:
Which pseudocolumn could you use to identify a unique row in a Flashback Versions Query?()
第7题:
views
fixed tables
heap tables
external tables
temporary tables
index-organized tables (IOT)
第8题:
VERSIONS_STARTSCN
VERSIONS_STARTTIME
VERSIONS_XID
VERSIONS_OPERATION
第9题:
The row movement is not enabled on the table.
The first two updates were not explicitly committed.
The Flashback Versions Query lists only the most recent update.
The Flashback Versions Query stops producing rows after it encounters a time in the past when the table structure was changed.
第10题:
GRANT SELECT ANY TRANSACTION TO ARREN
GRANT SELECT ON FLASHBACK_TRANSACTION_QUERY TO ARREN
GRANT SELECT_ANY_TRANSACTION TO ARREN
GRANT FLASHBACK TO ARREN
GRANT SELECT ANY VIEW TO ARREN
第11题:
Flashback Drop
Flashback Query
Flashback Transaction Query
Flashback Versions Query
Flashback Table
第12题:
A range of SCN values
A list of SCN values
A starting and ending timestamp
Minimum and maximum sequence values
A list of sequence values
第13题:
On which two database objects can the VERSIONS clause of the Flashback Versions Query be used?()
第14题:
Over the course of a day,a department performed multiple DML statements (inserts, updates, deletes) on multiple rows of data in multiple tables. The manager would like a report showing the time, table name,and DML type for all changes that were made. Which Flashback technology would be the best choice to produce the list?()
第15题:
Which two statements are correct regarding the Flashback Versions Query feature?()
第16题:
By using the transaction identifier provided by () for a particular row change, you can use theFlashback Transaction Query to see the operation performed by the transaction.
第17题:
By using the transaction identifier provided by () for a particular row change, you can use the Flashback Transaction Query to see the operation performed by the transaction.
第18题:
It returns versions of rows only within a transaction.
It can be used in subqueries contained only in a SELECT statement.
It will return an error if the undo retention time is less than the lower bound time or SCN specified.
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
第19题:
fixed tables
heap tables
external tables
temporary tables
Index-Organized Tables (IOTs)
第20题:
Flashback Versions Query is used to make changes to multiple versions of data that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between the time the query was executed and a point in time in the past.
Flashback Versions Query is used to view version changes and the SQL to undo those changes on rows that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between two points in time.
第21题:
RMAN only
Flashback Table only
Flashback Versions Query only
Flashback Database and Flashback Transaction Query
Flashback Versions Query and Flashback Transaction Query
第22题:
The VERSIONS BETWEEN clause may be used in DML statements.
The VERSIONS BETWEEN clause may be used in DDL statements.
The VERSIONS BETWEEN clause may not be used to query past DDL changes to tables.
The VERSIONS BETWEEN clause may not be used to query past DML statements to tables.
第23题:
perform point-in-time recovery
perform a Flashback Table operation to restore the table to the state it was in two days ago
perform a Flashback Database operation to restore the database to the state it was in two days ago
perform Flashback Versions Query and Flashback Transaction Query to determine all the necessary undo SQL statements, and then use them for recovery
第24题:
XID
VERSIONS_PK
VERSIONS_XID
VERSIONS_UNIQUE