Conversion From Single Instance Database To Rac Database
Conversion From Single Instance Database To Rac Database
Conversion From Single Instance Database To Rac Database
we can follow any of the following methods to convert a single instance database to rac database
using templates
using RMAN
In all them these methods, we have to install and configure rac setup before attempting to convert
single instance database to rac database
In this method we create an empty database using the DBCA utility from the rac environment
once the empty databases created we can take the full database export from the source the database
and import it on the empty target database which we created.
Using templates
in this method we use the templates option given in DBCA. From the source database create a template
with the data using DBCA. Copy the template file created to the target server which is our RAC .
Start the DBCA on the RAC environment, select template which we copied from the source database and
create a new rac database based on the template.
Using RMAN.
While using the RMAN , the suitable method is to use a clone database option.
Startup the additional instances based on the number of nodes in the rac setup.
Add the database instances and the database to the cluster by using srvctl utility
the source database on a local filesystem and we wanted to use ASM on the target database.
==============================
4) Rconfig utility’s input is an xml , which contains the information of the source databases and the
target server details
1) ConvertToRAC_PolicyManaged.xml
2) ConvertToRAC_AdminManaged.xml
1) Verification mode
YES: Checks to ensure all the prerequisites for converting a single-instance database to an
RAC database have been met before the conversion process starts
NO: Bypasses the prerequisite checks and starts the conversion straightaway
ONLY: Only prerequisite checks are performed; no actual conversion will take place
Steps
======
3) $ rconfig ConvertToRAC_AdminManaged.xml
Behind Screen
=================