<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cloning a database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016266#M761748</link>
    <description>Hi, i'm using RMAN to backup my production database and would now liek to clone this database to my DEV environment. &lt;BR /&gt;&lt;BR /&gt;Now, I unerstand that RMAN can do this by connecting to the DEV database but I have firewalls in the way and a total seperation of Prod and DEV environments (it's just the way we do things round here).&lt;BR /&gt;&lt;BR /&gt;I've tried renaming (after copying to tape and back off tape) the RMAN backups to their original data file names and running a create database and recreating the control files and then recover database from archive files but however far I go with this method (approx 12 hours after the backup was taken) i get datafiel 1 (system) still needs recovery.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever doen anything like this before ?? Is there a way of registering my PROD RMAN backups with my DEV RMAN so I can import the backups and then do a complete recovery ???&lt;BR /&gt;&lt;BR /&gt;Any help on this would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 30 Nov 2006 00:58:18 GMT</pubDate>
    <dc:creator>Brendan McDonald</dc:creator>
    <dc:date>2006-11-30T00:58:18Z</dc:date>
    <item>
      <title>Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016266#M761748</link>
      <description>Hi, i'm using RMAN to backup my production database and would now liek to clone this database to my DEV environment. &lt;BR /&gt;&lt;BR /&gt;Now, I unerstand that RMAN can do this by connecting to the DEV database but I have firewalls in the way and a total seperation of Prod and DEV environments (it's just the way we do things round here).&lt;BR /&gt;&lt;BR /&gt;I've tried renaming (after copying to tape and back off tape) the RMAN backups to their original data file names and running a create database and recreating the control files and then recover database from archive files but however far I go with this method (approx 12 hours after the backup was taken) i get datafiel 1 (system) still needs recovery.&lt;BR /&gt;&lt;BR /&gt;Has anyone ever doen anything like this before ?? Is there a way of registering my PROD RMAN backups with my DEV RMAN so I can import the backups and then do a complete recovery ???&lt;BR /&gt;&lt;BR /&gt;Any help on this would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 30 Nov 2006 00:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016266#M761748</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2006-11-30T00:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016267#M761749</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Best method to clone.&lt;BR /&gt;&lt;BR /&gt;Get a cold backup and copy it to the new server and follow Oracle cloning procedures.&lt;BR /&gt;&lt;BR /&gt;You will have to get rman to make this database a physical file that you can move, copy it and use RMAN to import it on the second system. This is much harder than the ideal methodology.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Nov 2006 01:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016267#M761749</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-30T01:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016268#M761750</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;there must be a problem with the restore of your control files. Can you verify that it has been restored correctly prior to the recovery?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 30 Nov 2006 03:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016268#M761750</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-11-30T03:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016269#M761751</link>
      <description>Hi,&lt;BR /&gt;10 steps for cloning a database.&lt;BR /&gt;                    &lt;BR /&gt;The following steps must be on Source -Production instance/Server&lt;BR /&gt;Step 1. Shutdown database in normal mode and start it up in restricted mode.&lt;BR /&gt;Step 2. Take the backup of control file&lt;BR /&gt;Step 3. Shutdown database again  in normal mode. &lt;BR /&gt;Step 4. Copy /FTP  init parameter file ,control file script  and all the database file on the destination server/location, once all the files are successfully copied, you may startup the database normally.&lt;BR /&gt;&lt;BR /&gt;The following step must be on destination â   Clone instance/server&lt;BR /&gt;Step 5. Edit init parameter file and control file script.&lt;BR /&gt;Step 6.  New Environment setup .&lt;BR /&gt;Step 7. Connect with svrmgrl and recreate control file&lt;BR /&gt;Step 8. Open the database in resetlogs.&lt;BR /&gt;Step 9. Shutdown the database in normal mode&lt;BR /&gt;Step 10. Take the cold backup and start the database in archive/non archive mode.&lt;BR /&gt;&lt;BR /&gt;If your database is 10g then you have an hyper link in Enterprise Manager for clonning database.</description>
      <pubDate>Thu, 30 Nov 2006 03:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016269#M761751</guid>
      <dc:creator>Nanjappa</dc:creator>
      <dc:date>2006-11-30T03:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016270#M761752</link>
      <description>Hi Brendan,&lt;BR /&gt;&lt;BR /&gt;Avoid all this cloning work and just use the same SID on both servers (environments). &lt;BR /&gt;&lt;BR /&gt;That's how I have things here and all I just need to do to refresh the DEV environment is to copy the PROD files to the DEV server.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 30 Nov 2006 04:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016270#M761752</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-11-30T04:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016271#M761753</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;concerning cloning, i would also choose Eric's method of managing the production and test environment.&lt;BR /&gt;&lt;BR /&gt;if need be, the global name can also be changed using:&lt;BR /&gt;alter database rename global_name to dev.domain.mu;&lt;BR /&gt;&lt;BR /&gt;you should keep things simple.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016271#M761753</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-11-30T05:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016272#M761754</link>
      <description>Hi guys, thanks for your input.&lt;BR /&gt;&lt;BR /&gt;My problem is my PROD server is a 24 / 7 server and can never be shut down (unscheduled at least), that's why i'm doing online backups using RMAN. My environments are exactly the same Prod &amp;amp; DEV (same oracle_home, sid &amp;amp; even file structures). &lt;BR /&gt;&lt;BR /&gt;As i said, i've tried renaming (after copying to tape and back off tape) the RMAN backups to their original data file names and running a create database and recreating the control files and then recover database from archive files but however far I go with this method (approx 12 hours after the backup was taken) I get datafile 1 (system01.dbf) still needs recovery. As you know you can't copy your RMAN files onto the DEV server and start up the database without some sort of recovery being needed. &lt;BR /&gt;&lt;BR /&gt;I found mention of being able to register other backups with RMAN (so it puts a record into the control file) and then once registered you can then do your database recovery the standard way. But I can't find a detailed way of doing this. &lt;BR /&gt;&lt;BR /&gt;Maybe i'm barking up the wrong tree but I need to be able to clone from PROD to DEV. I thought this would be a relatively simple matter with RMAN. &lt;BR /&gt;&lt;BR /&gt;All help with this conundrum would be much appreciated.</description>
      <pubDate>Thu, 30 Nov 2006 23:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016272#M761754</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2006-11-30T23:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016273#M761755</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The last logfile you need to apply for recovery will be an online redo logfile.&lt;BR /&gt;&lt;BR /&gt;After you back up the datafiles and archivelogs, force a logfile switch.  Then make sure to also back up this last logfile (it will  be smaller in size than the others, ending with sequence # N-1).&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Fri, 01 Dec 2006 07:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016273#M761755</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-12-01T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016274#M761756</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;your FULL RMAN recovery steps should be as follows:&lt;BR /&gt;&lt;BR /&gt;1. Database startup (nomount)&lt;BR /&gt;sqlplus "/ as sysdba"  &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;startup nomount;&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;2. RMAN recover the control files&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;rman target system/manager rcvcat rman/rman@catalogdb &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;run{&lt;BR /&gt;allocate channel c1 type disk;&lt;BR /&gt;restore controlfile;&lt;BR /&gt;}&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;3. Mount the database&lt;BR /&gt;sqlplus "/ as sysdba"  &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;alter database mount;&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;4. RMAN full database recover&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;rman target system/manager rcvcat rman/rman@catalogdb log=rman_reco_full.log&lt;BR /&gt; &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;run {&lt;BR /&gt;allocate channel c1 type disk;&lt;BR /&gt;allocate channel c2 type disk;&lt;BR /&gt;set newname for datafile 1 to '/d01/oracle/oradata/mydb/system01.dbf';&lt;BR /&gt;...&lt;BR /&gt;restore database;&lt;BR /&gt;switch datafile all;&lt;BR /&gt;}&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;5. Recover your archived logs&lt;BR /&gt;&lt;BR /&gt;rman target system/manager rcvcat rman/rman@catalogdb log=rman_reco_al.log &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;run {&lt;BR /&gt;allocate channel c1 type disk;&lt;BR /&gt;allocate channel c2 type disk;&lt;BR /&gt;allocate channel c3 type disk;&lt;BR /&gt;allocate channel c4 type disk;&lt;BR /&gt;set archivelog destination to "/d01/app/oracle/admin/mydb/arch/";&lt;BR /&gt;restore archivelog from logseq=&lt;XXXX&gt; until logseq=&lt;XXXXXX&gt;;&lt;BR /&gt;}&lt;BR /&gt;exit;&lt;BR /&gt;EOF                                                  &lt;BR /&gt;&lt;BR /&gt;6. Recover the database itself!&lt;BR /&gt;sqlplus "/ as sysdba"  &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;recover automatic database using backup controlfile;&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;7. Open the database for use&lt;BR /&gt;sqlplus "/ as sysdba"  &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;alter database open resetlogs;&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;do this helps?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;&lt;/XXXXXX&gt;&lt;/XXXX&gt;</description>
      <pubDate>Fri, 01 Dec 2006 08:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016274#M761756</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-12-01T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016275#M761757</link>
      <description>Follow spex advice.  &lt;BR /&gt;You're too far along the way to go back and take another backup.  BTW, if you're using RCAT do pay attention to DBID.  You'll find that it is the same as your production so be careful not restore/recover the wrong database.&lt;BR /&gt;&lt;BR /&gt;(set NLS_DATE_FORMAT if recover unitl time)&lt;BR /&gt;SQL&amp;gt;recover database using backup controlfile until cancel;&lt;BR /&gt;apply all the archivelogs up to the last online redolog.&lt;BR /&gt;type cancel&lt;BR /&gt;SQL&amp;gt;alter databse open resetlogs;</description>
      <pubDate>Fri, 01 Dec 2006 12:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016275#M761757</guid>
      <dc:creator>gthai</dc:creator>
      <dc:date>2006-12-01T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016276#M761758</link>
      <description>Thanks for the RMAN recovery details but if you look back, i've got PROD RMAN backups and I need to import these into the DEV RMAN backup catalog. I need to do this before I can recover my database.&lt;BR /&gt;&lt;BR /&gt;Any help to import different backup details into the recovery catlog would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 04 Dec 2006 19:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016276#M761758</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2006-12-04T19:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016277#M761759</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you try the following:&lt;BR /&gt;&lt;BR /&gt;on PROD env&lt;BR /&gt;a) copy the backupset to DEV env&lt;BR /&gt;b) alter database backup controlfile to '/tmp/PRODcntl.bin'&lt;BR /&gt;c) copy PRODcntl.bin to DEV env&lt;BR /&gt;&lt;BR /&gt;on DEV env&lt;BR /&gt;a) use PRODcntl.bin as the DEV instance control file&lt;BR /&gt;b) startup DEV insntace mounted&lt;BR /&gt;f) rman connect to DEV instance&lt;BR /&gt;g) list bakcupset (if you can see the backupset created in PROD, then proceed with an incomplete recovery)&lt;BR /&gt;&lt;BR /&gt;NOTE: you will not be able to perform COMPLETE recovery WITHOUT shutting down PROD instance. As the most current redo entries are still in the CURRENT ONLINE REDO.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;William&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2006 19:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016277#M761759</guid>
      <dc:creator>William Lai</dc:creator>
      <dc:date>2006-12-04T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016278#M761760</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Quite odd that you are keeping the RMAN catalog in the same database that is being backed up!!&lt;BR /&gt;&lt;BR /&gt;If you go through the documentation, you will see that they recommend you that the catalog should be another database.&lt;BR /&gt;&lt;BR /&gt;Anyway, to do what you want to do, just do an export/import&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;exp rman/rman@catalogdb file=rman_db log=rman_dbexp.log   &lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;imp system/manager@othercatalogdb file=rman_db log=rman_dbimp.log fromuser=rman touser=rman&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 04 Dec 2006 23:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016278#M761760</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-12-04T23:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016279#M761761</link>
      <description>In your recovery step, did you...&lt;BR /&gt;&lt;BR /&gt;"recover database using backup controlfile until cancel;"  ???&lt;BR /&gt;&lt;BR /&gt;If not, when the thing keeps asking for another file, you can try "recover cancel";&lt;BR /&gt;&lt;BR /&gt;And, it should let you open the database.&lt;BR /&gt;&lt;BR /&gt;If it doesn't, you'll probably have to do the whole backup and recover anyways.  I don't know what causes it, but I've seen what you're talking about(can't seem to recover enough), and it happens rarely.  I've seen it happen to where back at the production box I've tried spitting out new redos to give to the cloned database.  Still didn't work.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2006 17:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016279#M761761</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-12-19T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016280#M761762</link>
      <description>Ok, i'll be testing some of these solutions over the coming few days. I'll wait until I have it done before assigning points.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 08 Jan 2007 01:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016280#M761762</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2007-01-08T01:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016281#M761763</link>
      <description>Hi Yogeeraj, I tried you're idea yesterday but what when trying to recover the controlfile - &lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;rman target system/manager rcvcat rman/rman@catalogdb &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;run{&lt;BR /&gt;allocate channel c1 type disk;&lt;BR /&gt;restore controlfile;&lt;BR /&gt;}&lt;BR /&gt;exit;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;It looks for the controlfile in the flash_recovery area. I've tried setting the disk location to my backup area but won't allow me unless the database is mounted.&lt;BR /&gt;&lt;BR /&gt;I'm running my catalog in the control files. Could this be the reason why it's only looking int he flash recovery area. If I had a recovery catalog in a smaller instance would this method work ???&lt;BR /&gt;&lt;BR /&gt;I'm going to try using the clone database option within EM to the same server and see if this works.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 10 Jan 2007 17:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016281#M761763</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2007-01-10T17:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cloning a database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016282#M761764</link>
      <description>Ok, what i'm doing as I don't havae a catalog db to be able to use Yogi's solution is to clone the database (from the EM console).&lt;BR /&gt;&lt;BR /&gt;I clone the db to the same server, shutdown  the database once it's done and then include it as part of my tape backup. On my DEV server, i simply copy the files into place and recreate my control files and it's all ok.&lt;BR /&gt;&lt;BR /&gt;The best bet about this solution is that i can schedule the clone to run in the early hours of the morning (as it does slow th server down for a period) when I need it to run (I definately won't be running this every day).&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 11 Jan 2007 19:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cloning-a-database/m-p/5016282#M761764</guid>
      <dc:creator>Brendan McDonald</dc:creator>
      <dc:date>2007-01-11T19:32:26Z</dc:date>
    </item>
  </channel>
</rss>

