Overview of Oracle Flashback Query I (366)
Oracle Flashback Query lets you view and repair historical data. You can perform
queries on the database as of a certain wall clock time or user-specified system change
number (SCN).
Flashback Query uses Oracle's multiversion read-consistency capabilities to restore
data by applying undo as needed. Oracle Database 10g automatically tunes a
parameter called the undo retention period. The undo retention period indicates the
amount of time that must pass before old undo information—that is, undo information
for committed transactions—can be overwritten. The database collects usage statistics
and tunes the undo retention period based on these statistics and on undo tablespace
size.
Using Flashback Query, you can query the database as it existed this morning,
yesterday, or last week. The speed of this operation depends only on the amount of
data being queried and the number of changes to the data that need to be backed out.
You can query the history of a given row or a transaction. Using undo data stored in
the database, you can view all versions of a row and revert to a previous version of
that row. Flashback Transaction Query history lets you examine changes to the
database at the transaction level.
You can audit the rows of a table and get information about the transactions that
changed the rows and the times when it was changed. With the transaction ID, you
can do transaction mining through LogMiner to get complete information about the
transaction.
Oracle閃回查詢I
1. 利用回閃查詢,使用者可以檢視某一行的歷史資訊
使用者可以檢視某一資料行的歷史版本,並進行任意的恢復
使用者還可以使用回閃事務查詢在事務級檢視資料庫變化的歷史情況
2. 使用者能夠對資料行進行監控,瞭解哪些事務對資料進行了修改,以及修改是何時發生的。
使用者可以在 LogMiner 中透過事務 ID 獲得與該事務完整的資訊
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-993545/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Overview of Oracle Flashback Query II (367)ViewOracle
- ORACLE Flashback Query偽列Oracle
- oracle 10g flashback version query 和 flashback transaction query實驗Oracle 10g
- oracle10g之flashback version query 和flashback transaction query 實驗Oracle
- Oracle10g的Flashback之Flashback Transaction QueryOracle
- ORACLE 11G Flashback Versions QueryOracle
- flashback version query in oracle 10gOracle 10g
- Oracle閃回技術--Flashback Version QueryOracle
- Oracle Flashback query查詢的侷限Oracle
- Oracle10g的Flashback version QueryOracle
- 【Flashback】Flashback Query功能實踐
- flashback技術之---flashback query
- flashback version query和 flashback transaction query簡單應用
- Oracle9i Flashback Query 閃回查詢總結 --- (通過SCN恢復)Oracle
- 2.6.2 Overview of Flashback PDB in a CDBView
- 9i新特性之Flashback Query的應用(1)
- 9i新特性之Flashback Query的應用(2)
- flashback技術之---flashback Transaction Query
- flashback技術之---flashback version query
- Flashback Query Benefits (368)
- Oracle 9I FlashBack 測試Oracle
- flashback總結四之Flashback_Query
- 使用Oracle9i的新特性Flashback Query恢復誤刪除資料(轉eygle)Oracle
- flashback總結六之Flashback_Transaction_Query
- 【實驗】【Flashback】Flashback Transaction Query功能實踐
- oracle flashback特性(1.4)--閃回查詢之Transaction queryOracle
- 閃回之 Flashback Query (dml表、過程、函式、包等)、Flashback version Query函式
- flashback總結五之Flashback_Query_Version(上)
- flashback query閃回資料
- flashback drop/query/table/database/archiveDatabaseHive
- Flashback Query閃回查詢
- Oracle Flashback (9i & 10g) [zt]Oracle
- Flashback Query的應用(轉帖)
- oracle檢視flashback_transaction_query中列operation為unknownOracle
- Oracle OCP 1Z0 053 Q704(Flashback Versions Query)Oracle
- Oracle OCP 1Z0-053 Q252(Flashback Version Query)Oracle
- flashback總結五之Flashback_Query_Version(下)_補充
- Oracle OCP 1Z0 053 Q387(FLASHBACK_TRANSACTION_QUERY)Oracle