程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> 關於Oracle數據庫 >> OracleDataGuard_主備庫傳輸表空間

OracleDataGuard_主備庫傳輸表空間

編輯:關於Oracle數據庫

       8.3.3 Using Transportable Tablespaces with a Physical Standby Database

      8.3.3 物理備庫使用傳輸表空間

      You can use the Oracle transportable tablespaces feature to move a subset of an Oracle database and plug it in to another Oracle database, essentially moving tablespaces between the databases.

      你可以使用oracle傳輸表空間特征,從oracle數據庫的一個子集傳輸到另一個oracle數據庫,實質上是在數據庫將移動表空間。

      To move or copy a set of tablespaces into a primary database when a physical standby is being used, perform the following steps:

      當備庫在使用時,移動或者拷貝一組表空間到主庫,執行以下步驟:

      Generate a transportable tablespace set that consists of datafiles for the set of tablespaces being transported and an export file containing structural information for the set of tablespaces.

      1.得到包含要被傳輸的一組表空間集,導出包括這一組表空集的框架信息的文件。

      Transport the tablespace set:

      2.傳輸表空間集

      Copy the datafiles and the export file to the primary database.

      1.拷貝數據文件,並導出文件到主庫。

      Copy the datafiles to the standby database.

      2.拷貝數據文件到備庫。

      The datafiles must be copied in a directory defined by the DB_FILE_NAME_CONVERT initialization parameter. If DB_FILE_NAME_CONVERT is not defined, then issue the ALTER DATABASE RENAME FILE statement to modify the standby control file after the redo data containing the transportable tablespace has been applied and has failed. The STANDBY_FILE_MANAGEMENT initialization parameter must be set to AUTO.

      數據文件必須拷貝到DB_FILE_NAME_CONVERT初始化指定的目錄,如果DB_FILE_NAME_CONVERT沒有定義,那麼在失敗後,包含傳輸表空間被應用的重做數據,可以發出 ALTER DATABASE RENAME FILE語句來改變備用控制文件。STANDBY_FILE_MANAGEMENT參數必須要設置為AUTO。

      Plug in the tablespace.

      3.插入表空間

      Invoke the Data Pump utility to plug the set of tablespaces into the primary database. Redo data will be generated and applied at the standby site to plug the tablespace into the standby database.

      調用數據泵來把這一組表空間插入到主數據庫,則備庫就會得到重做數據並應用,將表空間插入到備庫中。

      For more information about transportable tablespaces, see Oracle Database Administrator's Guide.

      更多的信息參見傳輸表空間,另見“oracle數據庫管理指南”。

    1. 上一頁:
    2. 下一頁:
    Copyright © 程式師世界 All Rights Reserved