EXECUTE DBMS_LOGSTDBY.BUILD
4.2.3.2 Build a Dictionary in the Redo Data
A LogMiner dictionary must be built into the redo data so that the LogMiner component of SQL Apply can properly interpret changes it sees in the redo. As part of building LogMiner Multiversioned Data Dictionary, supplemental logging is automatically set up to log primary key and unique-constraint/index columns. The supplemental logging information ensures each update contains enough information to logically identify each row that is modified by the statement.
To build the LogMiner dictionary, issue the following statement:
SQL> EXECUTE DBMS_LOGSTDBY.BUILD;
The DBMS_LOGSTDBY.BUILD procedure waits for all existing transactions to complete. Long-running transactions executed on the primary database will affect the timeliness of this command.
The DBMS_LOGSTDBY.BUILD procedure uses Flashback Query to obtain a consistent snapshot of the data dictionary that is then logged in the redo stream. Oracle recommends setting the UNDO_RETENTION initialization parameter to 3600 on both the primary and logical standby databases.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-677569/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DBMS_LOGSTDBY.BUILD 相關UI
- The Execute Disable/No Execute CPU feature is not enabled for this machineMac
- VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabledUI
- java cmd executeJava
- Execute to Parse 指標指標
- app:processReleaseResources, Failed to execute aaptAPPAIAPT
- 理解EXECUTE_TO_PARSE(二)
- 理解EXECUTE_TO_PARSE(一)
- EXECUTE IMMEDIATE dynamic sql in procedureSQL
- ExecutorService之submit與executeMIT
- SQL can execute in wrong SchemaSQL
- i_init_func_execute_data
- AWR Execute to Parse引數解析
- execute shell script from stored procedure
- execute immediate 語法小結
- Apache httpclient的execute方法除錯ApacheHTTPclient除錯
- 載入驅動三種execute
- execute immediate的簡單用法(oracle)Oracle
- 11g DBMS_PARALLEL_EXECUTEParallel
- revoke EXECUTE privileges on powerful packages from PUBLICPackage
- 在QTP中使用Eval與ExecuteQT
- EXECUTE IMMEDIATE 呼叫動態過程
- EXECUTE IMMEDIATE 儲存過程中 許可權不足及EXECUTE IMMEDIATE的除錯避坑儲存過程除錯
- Failed to execute aapt的奇怪解決方法AIAPT
- Oracle效能測量體系(Execute Time)Oracle
- sqlplus cannot execute binary fileSQL
- 儲存過程中慎用 execute immediate儲存過程
- Conversion to Dalvik format failed: Unable to execute dexORMAI
- 執行緒池 execute() 的工作邏輯執行緒
- Java執行緒池中的execute和submitJava執行緒MIT
- MySQL 5.7 PREPARE、EXECUTE、DEALLOCATE語句介紹MySql
- Oracle動態執行語句(Execute Immediate)Oracle
- 使用DBMS_PARALLEL_EXECUTE進行快速更新Parallel
- 動態 SQL、EXECUTE IMMEDIATE、using、into、returningSQL
- EXECUTE IMMEDIATE動態SQL的使用總結SQL
- DEPRECATED: Use of this script to execute hdfs command is deprecated.
- 【Oracle】並行等待之PX Deq: Execute ReplyOracle並行
- 複習execute immediate動態sql語法SQL