3.9 Enabling Clusters

After migrating the data, you must manually enable the ClusterEnabled parameter in the ClusterConfig.xml file to turn on the cluster instances on the 12c system.

To enable the clusters:
  1. Open the ClusterConfig.xml file for editing, located at the following location:
    On UNIX operating system:
    DOMAIN_HOME/config/fmwconfig/biconfig/core
    On Windows operating system:
    DOMAIN_HOME\config\fmwconfig\biconfig\core
  2. Locate the following:
    <ClusterEnabled>false</ClusterEnabled> 
    
    Change it to the following:
    <ClusterEnabled>true</ClusterEnabled> 
    
  3. Save and close the file.