How a Database Is Mounted with Real Application Clusters (294)
If Oracle allows multiple instances to mount the same database concurrently, then the
database administrator can use the CLUSTER_DATABASE initialization parameter to
make the database available to multiple instances. The default value of the CLUSTER_
DATABASE parameter is false. Versions of Oracle that do not support Real
Application Clusters only allow CLUSTER_DATABASE to be false.
If CLUSTER_DATABASE is false for the first instance that mounts a database, then
only that instance can mount the database. If CLUSTER_DATABASE is set to true on
the first instance, then other instances can mount the database if their CLUSTER_
DATABASE parameters are set to true. The number of instances that can mount the
database is subject to a predetermined maximum, which you can specify when
creating the database.
RAC系統中的資料庫如何載入
1. 某些版本的 Oracle 允許多個例項同時裝載同一個資料庫,DBA 需要使用 CLUSTER_DATABASE
初始化引數來開啟(設定為True , 某些版本只能為False)此項功能
2. 當第一個掛載資料庫的例項的 CLUSTER_DATABASE 引數為 true 時,其它 CLUSTER_DATABASE
引數為 true 的例項也可以掛載同一個資料庫
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-987403/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Real Application Clusters GFSOracleAPP
- How a Database Is Mounted (293)Database
- How a Standby Database Is Mounted (295)Database
- How a Clone Database Is Mounted (296)Database
- CRS and 10g Real Application ClustersAPP
- Deinstallation Tool for Oracle Clusterware and Oracle Real Application ClustersOracleAPP
- ORA-00439: feature not enabled: Real Application ClustersAPP
- Read Consistency with Real Application Clusters (314)APP
- oracle real application clusters and administration and deployment guide 7-13OracleAPPGUIIDE
- Configuring Raw Devices for Real Application Clusters on Linux_246205.1devAPPLinux
- 10g Hp-ux Oracle Real Application Clusters 安裝和配置指南(1)UXOracleAPP
- Real Application Test(RAT)APP
- How to Quiesce a DatabaseUIDatabase
- How to Restart Qt ApplicationRESTQTAPP
- How to Perform a Healthcheck on the DatabaseORMDatabase
- How to enable the flashback database:Database
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- oracle real cluster application install on windows with VMweaverOracleAPPWindows
- Database Testing: How to Regression Test a Relational DatabaseDatabase
- How to Perform a Health Check on the DatabaseORMDatabase
- [原創] How to Quiesce a DatabaseUIDatabase
- How to check Database corrupt BlockDatabaseBloC
- How does one rename a database?Database
- ARC1: Thread not mounted lead to database not mountingthreadDatabase
- ORA-01679: database must be mounted EXCLUSIVE and not open to activateDatabase
- 2.3.3.3.1 How an Application Upgrade WorksAPP
- How to Relink Oracle Database SoftwareOracleDatabase
- How to Shrink Undo Segment In Oracle DatabaseOracleDatabase
- [轉]How to release space from databaseDatabase
- How to drop Oracle RAC database manually?OracleDatabase
- How to purge the Oracle Database Recycle BinOracleDatabase
- How to move progress database to different OSDatabase
- How a Database Is Quiesced (331)DatabaseUI
- How to prove that SAP CRM WebUI is a stateful applicationWebUIAPP
- Oracle Real Application Testing之DB Replay實踐案例OracleAPP
- How to use rman backup a noarchivelog databaseHiveDatabase
- How to Tell if the I/O of the Database is Slow - 1Database
- How to Move or Copy a Tablespace to Another Database (61)Database