0% found this document useful (0 votes)
58 views

BKP

This document provides steps for manually creating control files for a target database during the Rapid Clone process. It involves logging on as the Oracle user, configuring the Oracle home, manually creating the control files, starting the database in open mode, running an update script, and configuring the target database using a context file.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

BKP

This document provides steps for manually creating control files for a target database during the Rapid Clone process. It involves logging on as the Oracle user, configuring the Oracle home, manually creating the control files, starting the database in open mode, running an update script, and configuring the target database using a context file.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

Recreating Database control files manually in Rapid Clone.

This Appendix documents the steps to allow manual creation of the Target
Database control files within the Rapid Clone process. Examples of when
to use this method are for Databases on raw partitions or hot backup
cloning. Replace section 2.3a (Configure the Target System Database
Server) with the following steps:

Log on to the Target System as the ORACLE user

Configure the [RDBMS ORACLE_HOME>

cd [RDBMS ORACLE_HOME]/appsutil/clone/bin
perl adcfgclone.pl dbTechStack

Create the Target Database control files manually

Start the Target System Database in open mode

Run the library update script against the Database

cd [RDBMS ORACLE_HOME]/appsutil/install/[CONTEXT NAME]


sqlplus "/ as sysdba" @adupdlib.sql [libext]

Where [libext] should be set to 'sl' for HP-UX, 'so' for any other UNIX
platform,
or 'dll' for Windows.

Configure the Target Database (the Database must be open)


cd [RDBMS ORACLE_HOME]/appsutil/clone/bin
perl adcfgclone.pl dbconfig [Target Context File]

Where Target Context File is:


[RDBMS ORACLE_HOME]/appsutil/[Target CONTEXT_NAME].xml

You might also like