RAC option in v$database [message #264682] |
Tue, 04 September 2007 03:16 |
maoro
Messages: 312 Registered: May 2005
|
Senior Member |
|
|
hello
i have a single instance database 10g R1 on windows 2003
when i query the v$option view i noticed that the "Real Application Cluster" option is False
SQL> select * from v$option where parameter like '%Real%';
PARAMETER
----------------------------------------------------------------
VALUE
----------------------------------------------------------------
Real Application Clusters
FALSE
does this mean that i cant use the same setup files that i used to install this server and create the database to setup a cluster database on another test environment?
is there somrthing like "oracle database 10g with RAC" for download or simply when install RAC this option will be true
i dont want to migrate the existing database
im just checking the installation files and requirements for RAC
thanks
|
|
|
|
|
|
|