IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機(jī)版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當(dāng)前所在位置: 首頁數(shù)據(jù)庫Oracle → 數(shù)據(jù)庫基礎(chǔ):Oracle復(fù)制方法逐步精細(xì)(2)

數(shù)據(jù)庫基礎(chǔ):Oracle復(fù)制方法逐步精細(xì)(2)

時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(0)

  二.設(shè)置實(shí)體化視圖站點(diǎn):

  1.創(chuàng)建復(fù)制管理員并授予相應(yīng)的權(quán)限:


  disconnect;
  connect?system/passwd@BJ;
  create?user?mvadmin?identified?by
  mvadmin;
  begin
  dbms_repcat_admin.
  grant_admin_any_schema(username=>?’mvadmin’);
  end;
  /
  grant?comment?any?table?to?mvadmin;
  grant?lock?any?table?to?mvadmin;
  grant?select?any?dictionary?to?mvadmin;

  2.注冊傳播方:


  begin
  dbms_defer_sys.reGISter_propagator(
  username?=>?’mvadmin’);
  end;
  /

  3.公共數(shù)據(jù)庫連接。需要每個復(fù)制需要創(chuàng)建三個數(shù)據(jù)庫連接。公共數(shù)據(jù)庫連接指定數(shù)據(jù)庫的全局名稱:


  create?public?database?link?ORACLSH?using?’Oracle.shanghai.
  com’;
  Using子句后跟的是全局?jǐn)?shù)據(jù)庫名或者是連接字符串。
  create?public?database?link?ORACLSH?using?’(description=
  (address=(protocol=tcp)(host=127.0.0.1)(port=1521))
  (connect_data=(service_name=oracl)))’

  4.建立清除延遲事務(wù)隊(duì)列調(diào)度作業(yè):


  disconnect;
  connect?mvadmin/mvadmin@BJ;
  begin
  dbms_defer_sys.schedule_purge(
  next_date?=>?sysdate,
  interval?=>?’/*1:hr*/?sysdate?+?1’,
  delay_seconds?=>?0,
  rollback_segment?=>?’’);
  end;

  5.建立復(fù)制管理員mvadmin的數(shù)據(jù)庫連接:


  create?database?link?ORACLSH?connect?to?proxy_bjOracle
  identified?by?proxy_bjoralce
  Connect?to?...?Identified?by?...子句指明用什么用戶連接遠(yuǎn)程數(shù)據(jù)庫

  6.建立復(fù)制調(diào)度數(shù)據(jù)庫連接作業(yè):


  begin
  dbms_defer_sys.schedule_push(
  destination?=>?’ora92zjk’,interval?=>?’/*1:hr*/?sysdate?+?1’,
  next_date?=>?sysdate,stop_on_error?=>?false,
  delay_seconds?=>?0,parallelism?=>?0);
  end;
  /

  7.授予SHORACL用戶(對應(yīng)SHORACL方案)相應(yīng)的權(quán)限建立實(shí)體化視圖:


  disconnect;
  connect?system/passwd@BJ;
  grant?alter?session?to?crm;
  grant?create?cluster?to?crm;
  grant?create?database?link?to?crm;
  grant?create?sequence?to?crm;
  grant?create?session?to?crm;
  grant?create?synonym?to?crm;
  grant?create?table?to?crm;
  grant?create?view?to?crm;
  grant?create?procedure?to?crm;
  grant?create?trigger?to?crm;
  grant?unlimited?tablespace?to?crm;
  grant?create?type?to?crm;
  grant?create?any?snapshot?to?crm;
  grant?alter?any?snapshot?to?crm;

#p#副標(biāo)題#e#

  8.建立復(fù)制方案的數(shù)據(jù)庫連接:


  disconnect;
  connect?SHORACL/SHORACL@BJ;
  create?database?link?ORACLSH?connect?to?ORACL?identified
  by?ORACL;

  復(fù)制方案的數(shù)據(jù)庫連接和復(fù)制管理員的數(shù)據(jù)庫連接要和system用戶間里的對應(yīng)公共數(shù)據(jù)庫連接使用相同的名字,在調(diào)度連接時將使用公共數(shù)據(jù)庫連接中指定的數(shù)據(jù)庫全局名或者連接字符串。

  9.建立實(shí)體化視圖:

相關(guān)閱讀

文章評論
發(fā)表評論

熱門文章 Oracle中使用alter table來增加,刪除,修改列的語法 Oracle中使用alter table來增加,刪除,修改列的語法 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 誤刪Oracle數(shù)據(jù)庫實(shí)例的控制文件 誤刪Oracle數(shù)據(jù)庫實(shí)例的控制文件 為UNIX服務(wù)器設(shè)置Oracle全文檢索 為UNIX服務(wù)器設(shè)置Oracle全文檢索

相關(guān)下載

    人氣排行 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 Oracle中使用alter table來增加,刪除,修改列的語法 ORACLE SQL 判斷字符串是否為數(shù)字的語句 ORACLE和SQL語法區(qū)別歸納(1) oracle grant 授權(quán)語句 ORACLE修改IP地址后如何能夠使用 如何加速Oracle大批量數(shù)據(jù)處理 Oracle刪除表的幾種方法

      <big id="qy1mt"></big>