Welcome

Welcome to the Oracle Real Application Clusters Configuration Tool.

After you install the Oracle Database software, you can use the Oracle Real Application Clusters Configuration tool to convert your single instance databases to Oracle Real Application Clusters databases.

Overview of the Oracle Real Application Clusters Configuration Tool

The Oracle Real Application Clusters Configuration Tool guides you through the process of converting an existing single instance database to an Oracle Real Application Clusters database. The tasks that you would normally perform manually to convert your existing database to cluster database are performed automatically by this tool. The Oracle Real Application Clusters configuration tool can be invoked using ORACLE_HOME/bin/rconfig script. This tool takes in an xml file where you can specify the desired configuration for converted Oracle Real Application Clusters database. These options include specifying different storage for Oracle Real Application Clusters database, the hosts/server pools on which you want Oracle Real Application Clusters instances to be running. You can also specify a prefix for Oracle Real Application Clusters instances and the Oracle home from which these Oracle Real Application Clusters instances should run. This Oracle home can be different from the current Oracle Real Application Clusters home.

Note: Oracle recommends that you take a complete backup of the single instance database before attempting conversion.

Notes for Real Application Cluster Users

Before the rconfig tool can convert your single instance database to a Real Application Clusters database, you must complete the preinstallation tasks, and you must have completed the two-phase installation process for installing CRS (Cluster Ready Services) and the Oracle Enterprise Edition 11g with Real Application Clusters.

In addition, depending upon the type of database storage that you want to use, you should perform one of the following setup procedures before invoking the rconfig tool to convert single instance database to Oracle Real Application Clusters database.

Pre-requisites for RConfig Tool

Following pre-requisites should be met to use rconfig tool for performing conversion to Oracle Real Application Clusters database. The tool will perform checks to ensure that these criteria are met to ensure successful conversion.

Input XML for rconfig tool to perform Oracle Real Application Clusters Conversion

The rconfig tool takes xml file as input. Each element of the xml file that is used as input for conversion is described in this section. The XML Schema against which the input xml is validated is packaged in rconfig.jar along with other binaries. It can be viewed at /ORACLE_HOME/assistants/rconfig/sampleXMLs/rconfig.xsd. This directory also contains a sample XML file that can be used as input for rconfig tool.