【XTTS】 xttdriver.pl命令參考
Option | Description |
---|---|
-S prepare source for transfer |
-S option is used only when Prepare phase method is dbms_file_transfer. Prepare step is run once on the source system during Phase 2A with the environment (ORACLE_HOME and ORACLE_SID) set to the source database. This step creates files xttnewdatafiles.txt and getfile.sql. |
-G get datafiles from source |
-G option is used only when Prepare phase method is dbms_file_transfer. Get datafiles step is run once on the destination system during Phase 2A with the environment (ORACLE_HOME and ORACLE_SID) set to the destination database. The -S option must be run beforehand and files xttnewdatafiles.txt and getfile.sql transferred to the destination system. This option connects to the destination database and runs script getfile.sql. getfile.sql invokes dbms_file_transfer.get_file() subprogram for each datafile to transfer it from the source database directory object (defined by parameter srcdir) to the destination database directory object (defined by parameter dstdir) over a database link (defined by parameter srclink). |
-p prepare source for backup |
-p option is used only when Prepare phase method is RMAN backup.
Prepare step is run once on the source system during Phase 2B with the environment (ORACLE_HOME and ORACLE_SID) set to the source database.
|
-c convert datafiles |
-c option is used only when Prepare phase method is RMAN backup.
Convert datafiles step is run once on the destination system during Phase 2B with the environment (ORACLE_HOME and ORACLE_SID) set to the destination database.
|
-i create incremental |
Create incremental step is run one or more times on the source system with the environment (ORACLE_HOME and ORACLE_SID) set to the source database.
This step reads the SCNs listed in $TMPDIR/xttplan.txt and generates an incremental backup that will be used to roll forward the datafile copies on the destination system. |
-r rollforward datafiles |
Rollforward datafiles step is run once for every incremental backup created with the environment (ORACLE_HOME and ORACLE_SID) set to the destination database.
This step connects to the incremental convert instance using the parameters cnvinst_home and cnvinst_sid, converts the incremental backup pieces created by the Create Incremental step, then connects to the destination database and rolls forward the datafile copies by applying the incremental for each tablespace being transported. |
-s determine new FROM_SCN |
Determine new FROM_SCN step is run one or more times with the environment (ORACLE_HOME and ORACLE_SID) set to the source database.
This step calculates the next FROM_SCN, records it in the file xttplan.txt, then uses that SCN when the next incremental backup is created in step 3.1. It reports the mapping of the new FROM_SCN to wall clock time to indicate how far behind the changes in the next incremental backup will be. |
-e generate Data Pump TTS command |
Generate Data Pump TTS command step is run once on the destination system with the environment (ORACLE_HOME and ORACLE_SID) set to the destination database.
This step creates the template of a Data Pump Import command that uses a network_link to import metadata of objects that are in the tablespaces being transported. |
-d debug | -d option enables debug mode for xttdriver.pl and RMAN commands it executes. Debug mode can also be enabled by setting environment variable XTTDEBUG=1. |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29487349/viewspace-2747594/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- LVS - ipvsadm命令參考
- Oracle ASMCMD命令參考OracleASM
- Redis命令參考之INFO命令詳解Redis
- Redis(四)--- Redis的命令參考Redis
- 7 Oracle DataGuard 命令列參考Oracle命令列
- 2.13 靜默模式DBCA命令參考模式
- 【SCN】Oracle推薦scn命令參考Oracle
- JDK11的工具的命令參考JDK
- [Ext JS] Sencha Cmd命令參考之一JS
- 【RMAN】Oracle rman 常用命令參考Oracle
- 【BBED】Oracle bbed常用命令參考Oracle
- 【BLOCK】Oracle壞塊處理命令參考BloCOracle
- Mimikatz 非官方指南和命令參考_Part3
- Mimikatz 非官方指南和命令參考_Part1
- Mimikatz 非官方指南和命令參考_Part2
- 【SHRINK】Oracle收縮表的詳細命令參考Oracle
- TIDB 考試 參考TiDB
- OSI參考模型和TCP/IP參考模型模型TCP
- 【RAC】Oracle rac修改IP地址及埠號命令參考Oracle
- javamail參考JavaAI
- WebApiClient效能參考WebAPIclient
- OSI參考模型模型
- JavaScript中的函式與命令模式,Java也有參考價值JavaScript函式模式
- 用於建立連線的命令選項(參考MySQL官方文件)MySql
- git參考手冊--文字說明+git速查命令表(圖片)Git
- 【RAC】Oracle10g rac新增刪除節點命令參考Oracle
- 模擬考試參考程式碼
- Blender參考API用法API
- SQL優化參考SQL優化
- openGauss ODBC介面參考
- Latex—參考文獻
- CloudBeaver 參考架構Cloud架構
- 參考文獻合集
- echarts markLine參考線Echarts
- PyQtGraph繪圖參考QT繪圖
- oracle 參考資料Oracle
- 【RMAN】Oracle12c以後rman 備份恢復命令參考Oracle
- 【Datapump】Oracle資料泵遷移資料命令參考(expdp/impdp說明)Oracle