How To Install An Oracle Database In An Active/Passive Configuration Without RAC? [ID 734361.1]
Applies to:
Oracle Server - Enterprise Edition - Version: 9.2.0.1 to 11.2.0.2 - Release: 9.2 to 11.2Information in this document applies to any platform.
Goal
How to install an Oracle database in a 2-node active/passive environment without using RAC.Solution
The set up of an active/passive failover system is fairly straightforward.It consists of the following main parts:
- Install an Oracle Home locally on cluster node A.
- Install an identical Oracle Home locally on cluster node B.
The identical Home can either be installed using the OUI or can be cloned according to the appropriate cloning procedures as summarized in
- How To Clone An Existing RDBMS Installation Using OUI
Using the cloning procedures, the Home will also have its own oraInventory entry which is required for any further install or patch actions. - Create/use the database located on shared storage under
$ORACLE_BASE/oradata/
that can be accessed from both server A and B.
The database can initially be created from either server A or B. - The only database configuration files that are needed locally on
both server A and B are those stored under the respective
$ORACLE_HOME/dbs directories (or the database directory for Windows).
That means, these files must be copied from the server where the database was created to the initially passive cluster node.
The relevant files are, for example, the pfile/spfile and the passwordfile. - Other
files that may have to be copied/adapted could be /etc/oratab, the
Oracle Net configuration files in $ORACLE_HOME/network/admin and perhaps
instance specific directories and files under $ORACLE_BASE/admin.
However, some of these may also be located on shared storage.
- To use the active/passive setup, only one instance must be up at any time.
NOTE:
- There is no special certification needed for an active/passive setup as it is regarded as a single instance installation.
- Configuration files copied from the one server to the other may require modification for the new host name. (example: The host name in listener.ora on the second node need to be corrected.)
- Oracle as such does not support any automatic failover system as provided by the OS vendor or others.
For support for that, please contact the appropriate vendor.
References
- How To Clone An Existing RDBMS Installation Using OUI[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1056334/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle RAC active-passive modeOracle
- How To Setup ASM (11.2) On An Active/Passive Cluster (Non-RAC). [ID 1296124.1]ASM
- How To Setup ASM (10.2 & 11.1) On An Active/Passive Cluster (Non-RAC). [ID 1319050.1]ASM
- How to drop Oracle RAC database manually?OracleDatabase
- Oracle Active database duplicationOracleDatabase
- Step by Step Guide on Creating Physical Standby Using RMAN DUPLICATE...FROM ACTIVE DATABASE WithoutGUIIDEDatabase
- 【GC】How to Install Grid Control Agents on RAC Clusters? [ID 378037.1]GC
- ORACLE RAC with NFS installOracleNFS
- How to Relink Oracle Database SoftwareOracleDatabase
- How to Shrink Undo Segment In Oracle DatabaseOracleDatabase
- How to purge the Oracle Database Recycle BinOracleDatabase
- Install Identity management DatabaseIDEDatabase
- Oracle 11g Rman Active database duplicateOracleDatabase
- How to create and relocate an 11gr2 RAC DATABASE SERVICEDatabase
- (轉)ORACLE RAC with NFS installOracleNFS
- 10g RAC: How to Clean Up After a Failed CRS InstallAI
- Tasks of a Database Administrator : Install the Oracle Database Software (8)DatabaseOracle
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- Oracle11g RMAN Duplicate from Active DatabaseOracleDatabase
- Fatal Error: TXK Install Service,Cannot install Oracle Database HomeErrorOracleDatabase
- ORACLE-12C-RAC INSTALLOracle
- [Oracle] oracle 11g database install(linux)OracleDatabaseLinux
- [RAC] HP Unix Install Oracle11g(RAC)Oracle
- How to find Master Node in Oracle RAC(zt)ASTOracle
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- Duplicating an Active DatabaseDatabase
- Oracle 11g Data Guard 使用 duplicate from active database 建立 standby databaseOracleDatabase
- Oracle 11g Data Guard 使用duplicate from active database 建立 standby databaseOracleDatabase
- How to Quiesce a DatabaseUIDatabase
- Metlink:10g RAC How to Clean Up After a Failed CRS InstallAI
- How to check whether the current database in using Oracle optionsDatabaseOracle
- How to Duplicate a Database in NOARCHIVELOG mode (Doc ID 275480.1)DatabaseHive
- Brief description of Oracle physical standby database configuration and managementOracleDatabase
- Brief description of Oracle physical standby database configuration and managemeOracleDatabase
- How to Resolve Invalid Objects in a Database [ID 158185.1]ObjectDatabase
- Oracle 11g Data Guard 使用duplicate from active databaseOracleDatabase
- Oracle DataBase單例項遷移到Oracle RACOracleDatabase單例
- How to Perform a Healthcheck on the DatabaseORMDatabase