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

最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題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關(guān)鍵字專題關(guān)鍵字專題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
當(dāng)前位置: 首頁 - 科技 - 知識(shí)百科 - 正文

OracleDataGuard_主庫添加數(shù)據(jù)文件或創(chuàng)建表空間

來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 12:44:05
文檔

OracleDataGuard_主庫添加數(shù)據(jù)文件或創(chuàng)建表空間

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

Oracle Data Guard_ 主庫添加數(shù)據(jù)文件或創(chuàng)建表空間

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

    添加文件或創(chuàng)建表空間

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

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

    Drop or delete a tablespace or datafile

    刪除表空間或數(shù)據(jù)文件

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

    從主庫刪除數(shù)據(jù)文件,備庫機(jī)會(huì)應(yīng)用包含DROP或者DELETE命令的歸檔重做日志來應(yīng)用

    Use transportable tablespaces

    使用傳輸表空間

    Move tablespaces between the primary and standby databases.

    在主備庫之間移動(dòng)表空間

    Rename a datafile

    重命名一個(gè)數(shù)據(jù)文件

    Rename the datafile on the standby database.

    在備庫重命令數(shù)據(jù)文件

    Add or drop redo log files

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

    Synchronize changes on the standby database.

    在備庫上同步改變

    Perform a DML or DDL operation using theNOLOGGINGorUNRECOVERABLEclause

    使用NOLOGGING 或者UNRECOVERABLE執(zhí)行DML或者DDL操作,

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

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

    Change initialization parameters

    改變初始化參數(shù)

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

    動(dòng)態(tài)的改變備用的參數(shù)或者關(guān)閉備庫,,再更新初始化參數(shù)文件


    8.3.1Adding a Datafile or Creating a Tablespace

    8.3.1添加一個(gè)數(shù)據(jù)文件或者創(chuàng)建一個(gè)表空間

    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初始化參數(shù)文件,能使用控制是否在添加數(shù)據(jù)文件到主庫自動(dòng)傳播到備庫,如下:

  • 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這個(gè)初始化參數(shù)文件在備庫中的spfile是AUTO,那么任何在主庫上新創(chuàng)建的數(shù)據(jù)文件會(huì)自動(dòng)的在備庫創(chuàng)建。

  • 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沒有設(shè)置或者設(shè)置為MANUAL,那么當(dāng)你在主庫添加數(shù)據(jù)文件時(shí),你必須手動(dòng)拷貝新的數(shù)據(jù)文件到備庫

  • 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.

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

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

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

    8.3.1.1When STANDBY_FILE_MANAGEMENT Is Set to AUTO

    聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    OracleDataGuard_主庫添加數(shù)據(jù)文件或創(chuàng)建表空間

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

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 欧洲综合网 | 日本亲与子乱ay中文 | 日韩欧美色 | 超级毛片 | 国内在线观看精品免费视频 | 国产精品伊人 | 国产一二三区在线 | www.亚洲欧美 | 国产精品视频大全 | 精品日韩视频 | 国产视频高清在线观看 | 欧美日韩高清一区二区三区 | 综合 欧美 国产 视频二区 | 91亚洲 欧美 国产 制服 动漫 | 日韩在线视频网 | 国产成人+综合亚洲+天堂 | 亚洲视频第一页 | 亚洲欧美另类在线 | 国产黄色在线看 | 在线观看香蕉视频 | 免费观看欧美一区二区三区 | 国内精品伊人久久久久 | 91欧美亚洲 | 欧美日韩中文 | 国产精品国产欧美综合一区 | 亚洲欧美中文字幕 | 欧美h网| 中文字幕版免费电影网站 | 亚洲午夜久久久久久91 | 国产最新在线视频 | 日韩在线视频播放 | 在线观看日韩欧美 | 国产淫语对白在线 | 国产一区二区免费 | 亚洲一区二区视频在线观看 | 欧美一区二区三区在线观看 | 多人伦精品一区二区三区视频 | 欧美日韩亚洲一区 | 欧美一区二区在线观看免费网站 | 麻豆91视频 | 久久久成人网 |