国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
當前位置: 首頁 - 科技 - 知識百科 - 正文

OracleDataGuard_主庫添加數據文件或創建表空間

來源:懂視網 責編:小采 時間:2020-11-09 12:44:05
文檔

OracleDataGuard_主庫添加數據文件或創建表空間

OracleDataGuard_主庫添加數據文件或創建表空間:Oracle Data Guard_ 主庫添加數據文件或創建表空間 8.3Managing Primary Database Events That Affect the Standby Database 8.3 管理主庫能影響備庫的事件 To prevent possible problems, you must be awa
推薦度:
導讀OracleDataGuard_主庫添加數據文件或創建表空間:Oracle Data Guard_ 主庫添加數據文件或創建表空間 8.3Managing Primary Database Events That Affect the Standby Database 8.3 管理主庫能影響備庫的事件 To prevent possible problems, you must be awa

Oracle Data Guard_ 主庫添加數據文件或創建表空間

8.3Managing Primary Database Events That Affect the Standby Database

8.3 管理主庫能影響備庫的事件

To prevent possible problems, you must be aware of events on the primary database that affect a standby database and learn how to respond to them. This section describes these events and the recommended responses to these events.

In some cases, the events or changes that occur on a primary database are automatically propagated through redo data to the standby database and thus require no extra action on the standby database. In other cases, you might need to perform maintenance tasks on the standby database.

indicates whether or not a change made on the primary database requires additional intervention by the database administrator (DBA) to be propagated to the standby database. It also briefly describes how to respond to these events. Detailed descriptions of the responses are described in the section references provided.

The following events are automatically administered by redo transport services and Redo Apply, and therefore require no intervention by the database administrator:

  • A SQLALTER DATABASEstatement is issued with theENABLE THREADorDISABLE THREADclause.

  • The status of a tablespace changes (changes to read/write or read-only, placed online or taken offline).

  • A datafile is added or tablespace is created when theSTANDBY_FILE_MANAGEMENTinitialization parameter is set toAUTO.

  • Table 8-1 Actions Required on a Standby Database After Changes to a Primary Database

    ReferenceChange Made on Primary DatabaseAction Required on Standby Database

    Add a datafile or create a tablespace

    添加文件或創建表空間

    If you did not set theSTANDBY_FILE_MANAGEMENTinitialization parameter toAUTO, you must copy the new datafile to the standby database.

    如果STANDBY_FILE_MANAGEMENT初始化參數沒有設置為AUTO,那么你必須將新的數據文件拷貝到備庫

    Drop or delete a tablespace or datafile

    刪除表空間或數據文件

    Delete datafiles from primary and standby databases after the archived redo log file containing theDROPorDELETEcommand was applied.

    從主庫刪除數據文件,備庫機會應用包含DROP或者DELETE命令的歸檔重做日志來應用

    Use transportable tablespaces

    使用傳輸表空間

    Move tablespaces between the primary and standby databases.

    在主備庫之間移動表空間

    Rename a datafile

    重命名一個數據文件

    Rename the datafile on the standby database.

    在備庫重命令數據文件

    Add or drop redo log files

    添加或刪除重做日志文件愛你

    Synchronize changes on the standby database.

    在備庫上同步改變

    Perform a DML or DDL operation using theNOLOGGINGorUNRECOVERABLEclause

    使用NOLOGGING 或者UNRECOVERABLE執行DML或者DDL操作,

    Send the datafile containing the unlogged changes to the standby database.

    向備庫發送包含沒有日志記錄的文件

    Change initialization parameters

    改變初始化參數

    Dynamically change the standby parameters or shut down the standby database and update the initialization parameter file.

    動態的改變備用的參數或者關閉備庫,,再更新初始化參數文件


    8.3.1Adding a Datafile or Creating a Tablespace

    8.3.1添加一個數據文件或者創建一個表空間

    The initialization parameter,STANDBY_FILE_MANAGEMENT, enables you to control whether or not adding a datafile to the primary database is automatically propagated to the standby database, as follows:

    STANDBY_FILE_MANAGEMENT初始化參數文件,能使用控制是否在添加數據文件到主庫自動傳播到備庫,如下:

  • If you set theSTANDBY_FILE_MANAGEMENTinitialization parameter in the standby database server parameter file (SPFILE) toAUTO, any new datafiles created on the primary database are automatically created on the standby database as well.

    如果STANDBY_FILE_MANAGEMENT這個初始化參數文件在備庫中的spfile是AUTO,那么任何在主庫上新創建的數據文件會自動的在備庫創建。

  • If you do not specify theSTANDBY_FILE_MANAGEMENTinitialization parameter or if you set it toMANUAL, then you must manually copy the new datafile to the standby database when you add a datafile to the primary database.

    如果STANDBY_FILE_MANAGEMENT沒有設置或者設置為MANUAL,那么當你在主庫添加數據文件時,你必須手動拷貝新的數據文件到備庫

  • Note that if you copy an existing datafile from another database to the primary database, then you must also copy the new datafile to the standby database and re-create the standby control file, regardless of the setting ofSTANDBY_FILE_MANAGEMENTinitialization parameter.

    注意,如果你從另一個數據庫已存在的數據文件拷貝到到主庫,那么你必須也要拷貝到倒庫,然后重新創建備用控制文件,除非你設置了STANDBY_FILE_MANAGEMENT 初始化參數。

    The following sections provide examples of adding a datafile to the primary and standby databases when theSTANDBY_FILE_MANAGEMENTinitialization parameter is set toAUTOandMANUAL,respectively.

    按以下提供的例子來添加一個數據文件到主庫,備庫的STANDBY_FILE_MANAGEMENT分別設置為AUTO和MANUAL。

    8.3.1.1When STANDBY_FILE_MANAGEMENT Is Set to AUTO

    聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    OracleDataGuard_主庫添加數據文件或創建表空間

    OracleDataGuard_主庫添加數據文件或創建表空間:Oracle Data Guard_ 主庫添加數據文件或創建表空間 8.3Managing Primary Database Events That Affect the Standby Database 8.3 管理主庫能影響備庫的事件 To prevent possible problems, you must be awa
    推薦度:
    • 熱門焦點

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 精品一二三区 | 国产在线视频资源 | 看全色黄大色黄女片爽毛片 | 91精品国产91久久久久久 | 国产精品手机视频一区二区 | 国产在线一区二区三区四区 | 天天曰夜夜操 | 国产精品福利久久久久久小说 | 国产在线精选免费视频8x | 日本欧美在线 | 国产精品免费观看网站 | 欧美黄色一级视频 | 亚洲一区中文字幕 | 成人免费一级毛片在线播放视频 | 国产精品伦理久久久久 | 国产成人一区二区三区视频免费蜜 | 在线视频免费观看 | 亚洲精品在线视频 | 日韩一区二区三区精品 | 四虎免费在线观看视频 | 国产一区二区三区在线视频 | 亚洲色图欧美 | 国产成人精品免费视 | 欧美一区二区三区不卡免费 | 91香蕉国产| 成人免费久久精品国产片久久影院 | 久久se精品一区二区国产 | 欧美成人亚洲高清在线观看 | 日韩第3页 | 亚洲成人综合在线 | 亚洲欧美色图 | 91一区二区三区 | 国产v欧美v日韩在线观看 | 99久久精品免费国产一区二区三区 | 国产欧美日本在线 | 亚洲视频欧美视频 | 欧美αv日韩αv另类综合 | wwwxxx欧美| 欧美精品久久久久久久久大尺度 | 日韩三| 欧美区在线观看 |