Oracle9i Real Application Clusters Concepts Release 2 (9.2) Part Number A96597-01 |
|
This appendix documents Real Application Clusters compatibility issues and restrictions. Topics in this appendix include:
Real Application Clusters runs with any Oracle database created in exclusive (X) mode. Oracle in exclusive mode can access a database created or modified by the Real Application Clusters software. In addition, each instance must have its own set of redo logs.
In cluster database mode, the following operations are not supported:
CREATE DATABASE
)CREATE CONTROLFILE
)ARCHIVELOG
and NOARCHIVELOG
options of ALTER DATABASE
)To perform these operations, shut down all instances and start up one instance in exclusive mode.
The number of datafiles supported by Oracle is operating system-specific. Within this limit, the maximum number allowed depends on the values used in the CREATE DATABASE
command. This in turn is limited by the physical size of the control file. This limit is the same in cluster database mode as in exclusive mode, but the additional instances of Real Application Clusters restrict the maximum number of files more than a single instance system.
See Also:
Oracle9i SQL Reference and your Oracle operating system-specific documentation |
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|