Oracle 11g Aix 雙機 物理Standby配置 02
三 生成備庫的資料檔案
將主機的全部資料檔案TAR一個包,發到備機上去;
cd /opt
tar -cf oradata.tar oradata
複製
cd /opt
tar -xf oradata.tar
將主機的口令檔案發到備機上去;
$ORACLE_HOME/dbs/orapwsales
在主機上生成備機所需要的控制檔案、引數檔案;並修改引數檔案;
[@more@]四 生成備庫的控制檔案
SQL> alter database create standby controlfile as
2 '/ww/oradata/sales2/control01.ctl';
然後複製到備機上去,放入同樣位置,並複製另外兩個映象;
五 生成備庫的初始化引數檔案
SQL> create pfile='/opt/app/oracle/admin/sales2/pfile/init2.ora' from spfile;
File created.
複製到備機上去,並參考以上所述,做幾外改動。
六 檢查主庫是否歸檔,將主庫歸檔
SQL> archive log list
Database log mode No Archive Mode
Automatic archival Disabled
Archive destination USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence 57
Current log sequence 59
SQL> define _editor=vi
create pfile from spfile;
shutdown immediate
vi pfile and add :
$ vi initsales.ora
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271063/viewspace-1014084/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11g Aix 雙機 物理Standby配置 01OracleAI
- Oracle 11g Aix 雙機 物理Standby配置 03OracleAI
- Oracle 11g Aix 雙機 物理Standby配置 04OracleAI
- Oracle 11g RAC Data Guard 物理standby 建立Oracle
- 基於同一主機配置Oracle 11g Data Guard(logical standby)Oracle
- ORACLE10G 物理standby轉為邏輯standbyOracle
- 【DataGuard】Oracle 11g物理Data Guard之Snapshot Standby資料庫功能Oracle資料庫
- 配置 Oracle 10g 單例項物理dataguard和邏輯standbyOracle 10g單例
- ORACLE DUPLICATE建立物理standby資料庫Oracle資料庫
- Symantec VCS配置Oracle雙機Oracle
- 【轉】【DataGuard】Oracle 11g物理Data Guard之Snapshot Standby資料庫功能Oracle資料庫
- cp資料檔案方式搭建 11g 物理standby
- Oracle DataGuard 11g 雙機實驗Oracle
- 配置Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- 記錄下物理機bond配置及物理機多路徑配置
- Oracle 11g Data Guard 物理備庫快速配置指南(上)Oracle
- oracle10g 物理standby dataguard 建立過程Oracle
- 通過RMAN Duplicate建立Oracle物理standby備庫Oracle
- 【DataGuard】Oracle 11g physical standby switchoverOracle
- 建立Oracle 11g logical standbyOracle
- Oracle 11g Cross platform Active StandbyOracleROSPlatform
- 【DATAGUARD】 將11g物理備庫轉換為Snapshot Standby
- data_guard 雙standby pfile 檔案配置
- Oracle 10g/11g下如何將物理Standby庫臨時啟用用於測試Oracle 10g
- AIX平臺HA雙機互備環境下升級兩個oracle 11g資料庫AIOracle資料庫
- 在單機上建立物理的Oracle9i standby資料庫(轉)Oracle資料庫
- AIX6.1安裝ORACLE 11g(單機使用ASM)AIOracleASM
- db2 v10.1在AIX雙機上的配置DB2AI
- DataGuard搭建物理StandBy
- cent os 6.6 x64 自動配置oracle 11gr2物理standby指令碼Oracle指令碼
- 物理standby和邏輯standby的區別
- oracle 11g for aix 5L 配置asm時遇到的問題OracleAIASM
- oracle 11g之物理備庫管理Oracle
- Oracle 10g/11g下如何將物理Standby庫臨時啟用用於災備測試Oracle 10g
- 使用oracle 11g rman新特性 duplicate target database for standby from active database 建立物理dataguard並開啟RealOracleDatabase
- 【AIX 命令學習】lspv系統中的物理卷配置AI
- Oracle10g RAC配置standbyOracle
- DG物理standby,switchover步驟