Best way to clone oracle database

Hi All,
I have to make a clone of my running ora server on new computer as stand-by or some time for testing the taken cold-backup. pls advise the best/quick way to do.
oracle - 8.0.5
OS - Win-NT 4.0
thanks
mummy

Check Metalink Note 1080849.6

Similar Messages

  • Best way to move Oracle database to another machine

    Hello,
    I'm trying to find the best solution for that case:
    On first Unix machine I'm running 10g database. Whole oracle (binary files + datafiles + index + redo) takes about 350GB from my first storage.
    On second Unix machine (and second storage) I'd like to run exactly the same instance (the first one is going to be a backup server).
    I work in real OLTP environment, and I can only afford a 4-5 hours of downtime (in the night) to move from server 1. to 2.
    Could you recommend me the best solution for moving database to no. 2. My problem is, that between storage 1. and storage 2. I've only 30MB/s bandwidth, sequence:
    1) instance_on_1: shutdown immediate
    2) scp /u01/oracle server2:/u01/oracle
    3) instance_on_3: startup
    will take about 3-4 hours, so I would have no time to additional tasks.
    Best regards
    R.

    user2676302 wrote:
    Hello,
    I'm trying to find the best solution for that case:
    On first Unix machine I'm running 10g database. Whole oracle (binary files + datafiles + index + redo) takes about 350GB from my first storage.
    On second Unix machine (and second storage) I'd like to run exactly the same instance (the first one is going to be a backup server).
    I work in real OLTP environment, and I can only afford a 4-5 hours of downtime (in the night) to move from server 1. to 2.
    Could you recommend me the best solution for moving database to no. 2. My problem is, that between storage 1. and storage 2. I've only 30MB/s bandwidth, sequence:
    1) instance_on_1: shutdown immediate
    2) scp /u01/oracle server2:/u01/oracle
    3) instance_on_3: startup
    will take about 3-4 hours, so I would have no time to additional tasks.
    Best regards
    R.Hi and welcome to forum. Why don't you want to use DUPLICATE DATABASE command of RMAN to duplicate the databsae without any downtime?

  • Best way to Clone 11i on Linux w/o any Oracle SW on target.

    Hi,
    I have an instance of BS 11.5.10.2 on Linux 4.6 (Single Node) stage. I have another Linux box stage which also has HEAL 4.6 which don't have any kind of oracle software. But both system has same oracle/capping users, file systems, host configuration and OS RPM.
    I want to setup stage box as an test instance for stage. In order to clone the 11.5.10.2 from stage to stage, do I need to install any Oracle software to perform cloning. What would be the best way to clone 11.5.10.2 ; in this scenario?
    Thanks
    Samar

    You do not need to install any Oracle software before cloning, but you need to install all pre-req. software and packages at the OS level before doing so. Rapid Clone will NOT take care of that, the OS at the source and the target nodes should be identical in terms of packages and pre-req. software. Moreover, make sure you have all software components installed as in Note: 230672.1 (Under "Section 1: Prerequisites").
    For the list of pre-req. OS packages/patches and kernel settings, please refer to:
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294932.1
    Note: 169706.1 - Oracle® Database on AIX®,HP-UX®,Linux®,Mac OS® X,Solaris®,Tru64 Unix® Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=169706.1

  • Best way to update DR database from PROD server automatic ?

    Hello Gurus,
    I want to decide best solution.
    Goal: Best way to update DR Database from PROD Server Database automatic.
    System: 32 bit Linux system with Oracle Database 10g Release 10.2.0.4.0 - Production (database version) Oracle version is standard.
    Please let me know how i can update my DR server with PROD data and this task should be automatic.
    Please ask me more information if required to solve this issue.
    Thanks- Priyank
    Edited by: Oracle DBA P on Nov 19, 2010 3:06 AM

    you mean to say data guard needs to implement ? i think that's one option but what you said is different ?
    tell me procedure how i can implement your idea ? steps i have to perform.
    Thanks
    Edited by: Oracle DBA P on Nov 19, 2010 3:38 AM

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • What's the best way to clone my boot drive?

    I just bought a new 500GB drive for my G4. What's the best way to clone my boot drive?
    Is there a way to put the new drive on the buss as a second drive and then copy everything from my boot drive to the new drive? How do I make the new drive bootable?
    Or
    Do I have to install OSX on the new drive, put the old boot drive on the buss as a second drive and migrate everything to the new drive with the Utilities Migration Assitant program?
    Are there programs available to make this easier? Where & how much?
    Thanks for any help I can get.

    bamim2:
    Dr. Smoke's FAQ Backup and Recovery has excellent advice on developing a backup strategy.
    You already have a larger extrnal HDD (Hopefully it is firewire?) The next step is to format and partition the HDD. (see step-by-step below). And thirdly you will need a good cloning utility. Carbon Copy Cloner has already been suggested, and the latest version is excellent. I, personally, prefer SuperDuper for its ease of use and efficiency. Both are great tools and relatively simple to use.
    I mentioned the hope that you have a firewire. One of the wonderful benefits of using an external firewire HDD for backing up is that you can make a bootable clone. This gives you an emergency boot drive in case of a problem. It also gives you an external device for running diagnostics and repairs from the extnernal to the computer and vice-versa.
    Congratulations on taking the first step toward securing your computer and your data!
    Formatting, Partitioning Zeroing a Hard Disk Drive
    Warning! This procedure will destroy all data on your Hard Disk Drive. Be sure you have an up-to-date, tested backup of at least your Users folder and any third party applications you do not want to re-install before attempting this procedure.
    Boot from the install CD holding down the "C" key.
    Select language
    Go to the Utilities menu (Tiger) Installer menu (Panther & earlier) and launch Disk Utility.
    Option for formatting an External HDD
    Connect external HDD to computer
    Turn on external HDD
    Start up computer and log in
    Go to Applications > Utilities > Disk Utility and launch DU.
    Select your HDD (manufacturer ID) in left side bar.
    Select Partition tab in main panel. (You are about to create a single partition volume.)
    Select number of partition in pull-down menu above Volume diagram.
    (Note 1: One partition is normally preferable for an internal HDD. External HDDs usually have more than one. See Dr. Smoke’s FAQ Backup and Recovery for tips on partitioning external HDD
    Note 2: For more partitions than one, after you have selected the number of partitions you can adjust the size of the partition by selecting the top partition and typing in the size; then move down if more adjustments need to be made..)
    Type in name in Name field (usually Macintosh HD)
    Select Volume Format as Mac OS Extended (Journaled)
    Click Partition button at bottom of panel.
    Select Erase tab
    Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
    Check to be sure your Volume Name and Volume Format are correct.
    Optional: Select on Security Options button (Tiger) Options button (Panther & earlier).
    Select Zero all data. (This process will map out bad blocks on your HDD. However, it could take several hours. If you want a quicker method, don't go to Security Options and just click the Erase button.)
    Click OK.
    Click Erase button
    Quit Disk Utility.
    Good luck.
    cornelius

  • What is the best way to create a database schema from XML

    What is the best way to create a database schema from XML?
    i have  a complex XML file that I want to create a database from and consistently import new XML files of the same schema type. Currently I have started off by mapping the XSD into Excel and using Mysql for Excel to push into MySQL.
    There must be a more .net microsoft solution for this but I cannot locate the topic and tools by searching. What are the best tools and way to manage this?
    Taking my C# further

    Hi Saythj,
    When mentioning "a database schema from XML", do you mean the
    XML Schema Collections? If that is what you mean, when trying to import XML files of the same schema type, you may take the below approach.
    Create an XML Schema Collection basing on your complex XML, you can find
    many generating tools online to do that.
    Create a Table with the above created schema typed XML column as below.
    CREATE TABLE youTable( Col1 int, Col2 xml (yourXMLSchemaCollection))
    Load your XML files and try to insert the xml content into the table above from C# or some other approaches. The XMLs that can't pass the validation fail inserting into that table.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Want the best practices docs on Oracle database Admin provided by Oracle

    Hi there,
    I looked at everywhere and didn’t find the best practices docs on Oracle database administration especially on creating db in oracle 10g dbs. I can find bits and pieces here and there. But I didn’t find all incorporated in one. Could somebody direct/provide me on this?

    ok, I'm not looking for the oracle provided manual to find out the best practices in db field. I'm looking for the best practices when creating the db in oracle db, for example. I can read all the oracle manual in Oracle tihiti world. But I don't know the most used and practical things to do when creating the db:- If I have to define what should be the best practices when creating the db, here are the checklist:
    Here are the best practices when creating the Oracle 10 DBs:
    1.     Create meaningful database name
    2.     Create the directory structure following the Optimal Flexible Architecture(OFA)
    a.     Give suffix for the redo log .LOG
    b.     Give suffix for the data file .DBF
    c.     Give suffix for the Control file .CTL
    3.     Enable Password complexity
    4.     Enable ARCHIVELOG Mode
    5.     Use User Oracle Managed File
    6.     Create separate tablespace for data files and Indexes
    7.     Put archive log in different multiple drives
    8.     Multiplex redo log files, and control file
    etc.
    I want to see what other db gurus considers the best practices in the field.

  • Best way to clone an existing drive, then clone back to a dual SSD Raid 0 setup?

    Have a Mac Pro 5,1 (mid 2012) and want to install 2 SSD drives in a Raid 0.
    Will attempt to use the Apple Disk Utility to set up the raid. any suggestions on this first part will be welcome!
    But what is the best way to clone the existing SATA drive onto the Raid setup?
    The 2 SSD are Samsung 84 Pro 256 GB units, installed on a Temp SSD Pro 6 Gb SATA PCIe card.
    The OS is Mavericks 9.1.
    Thanks !

    Always no matter what, have a clone or three - clean, working image, last version before OS X 1.2.3 that you are about to install.
    It is about INSTALLING OS X, not updating once you have it - though updates and security updates are known to be monkey wrenches too at times.
    Never remove safety net, no matter how safe it seems.
    Use a clone to run DU and repair the drive, the drive partition, it handles both (partition integrity was new to Lion), AND to invoke TRIM command when repairing (which won't happen in recovery partition mode of DU).
    CCC does a smart update. You don't worry about applying updates to those, and in fact wait a few days before applying updates sometimes, or just make sure the clone is up to date so you can boot from and do a restore if needed. A system restore image is only as good as knowing it will work in an emergency should one arise.
    Like to see people break ground on new projects and how to get more out of their systems.  The 5,1 does not have the  limitations or issues that even the 4,1 exhibited let alone even more for the Early '08 3,1s.
    One good SSD alone should / would / make more improvement in performance for low investment than any I have seen.   If you have the Tempo Pro card and 2 x 250GB 840's that is about $600 investment   - throw in another system SSD and use the Tempo for scratch and/or Aperture and insure you have "more than enough" RAM and your workflow should be smooth.  Even wtih that, which I call "best practices" the nMP 6.1 makes Aperture etc even smoother as everything is optimized better and the 1200MB/sec SSD and 4-channel 1866 DDR3  makes  graphics smoother and respond instantly to your touch (sports car handling vs your sedan?)
    After doing a lot of installs, upgrades, Migration Assistant; and then on a 2-4 week basis boot from another volume to run DU Repair.
    OS X alone without the cache used and other things on the boot drive really only takes 40-160GB and makes it easy to create a DU sparse disk image for CCC to update and restore from and that can be kept anywhere. And have a small 200GB emergency maintenance boot volume that you can add to and create on any volume you have handy, shrink and add to that 2TB media drive or  TimeMachine drive volume.
    I would just set aside half an hour weekly or as needed to clone your system. Than clone again before you apply anything, system update or update to applications or new applications.
    With all your personal data and media and projects not on the system you don't need a RAID0 array to hold as much data, no need for the added complexity or using two SSD devices, easier to maintain and restore. There is even a small added overhead to  any  RAID. With an 840 EVO 500GB just above $300 it makes a lot of sense to use those, and almost too big for a system  drive. Fine if the system drive is not just OS and applications but media and stuff don't need to be there. Again, Aperture/Lightroom and other uses, yes and with t he new Mac Pro  people are putting and using it for multiple purposes and uses that they would not have wtih the 2012 5,1 and earlier. But it is so fast it makes sense - and Thunderbolt 2 external storage has added more costs to storage.
    Kind of got long winded, hope it proves helpful. And not confusing but may raise more questions and ideas.

  • Best way to clone my drive to an EHD

    I want ot clone my ibooks drive to an EHD.  The ibooks 40gb is just to small so I want to use the firewire EHD as the main drive to keep all my files etc.  Whats the best way to clone my drive?  Should I use disc utility or other software?

    Carbon Copy Cloner:
    http://www.bombich.com/download.html

  • Best Way to Clone Drive?

    What would be the best way to clone a drive. Arch has worked so well I might drastically shrink my Windows 7 partition, but would like to restore an exact copy of this install. Please note it's installed in an encrypted lvm group, which might complicate things.

    Clonezilla, definitely. It runs as a live cd/usb, so you can easily clone existing installs. It has a bunch of easy to use dialogs to clone drives and partitions to devices and images, local and over a network etc. (yeah i used it recently and it saved me ). I have no experience with LVM, but according to the website it seems to support LVM2.

  • Best way to clone a table?

    Hi,
    What is the best way to clone an existing table definition?
    What I mean is, I want to do the following:
    create table tab2 as
    select * from tab1;
    delete from tab2;
    commit;
    But clearly this involves copying all the data and then delete it. Is there a more efficient way?
    Another alternative I could think of is:
    create table tab2 as
    select * from tab1 where rownum < 2;
    delete from tab2;
    commit;
    This would copy only one row instead of all the rows in tab1. This is clearly much more efficient than the first approach, but I still don't like the idea of copying the data and deleting it.
    I am sure there would be a "cleaner" way. Any ideas?
    Thanks in advance,
    Rajesh

    Hi Justin,
    My work involves generating statistics by running various queries. So, I have written a few procedures that generate the statistics and insert into certain tables. Usually before starting to generate a new round of stats, I take back up of the previously generated data like this.
    Approach I:
    alter table summary_tab rename to summary_tab_20th;
    create table summary_tab as
    select * from summary_tab_20th
    where rownum < 2;
    delete from summary_tab;
    commit;
    Of course, another alternative I have is the following:
    Approach II:
    create table summary_tab_20th as
    select * from summary_tab;
    delete from summary_tab;
    commit;
    But I thought this is inefficient when compared to Approach I because it copies ALL the data from summary_tab to summary_tab_20th and then deletes ALL the data from summary_tab.
    However, one disadvantage with Approach I is that everytime I do this the stored procedure gets invalidated and I have to recompile it.
    So, that is where I stand. If all this looks very dirty, please suggest how I can 'clean up' my process :-)
    Thanks,
    Rajesh

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

  • Best way to call oracle db from BPEL 2.0

    Hi
    Anybody knows which is the best way to call select or call store procedures from BPEL 2.0 ? Do I need to use JCD (java collaboration definition in repository-based projects -caps 5.x) and oracle eWAY to interact with oracle database?
    Regards.

    You can also create a new WSDL with a concrete binding to DATABASE, as explained on http://wiki.open-esb.java.net/Wiki.jsp?page=CreatingAWSDLDocumentForTypeDATABASE
    BRs
    Kris

  • Best way for clone db

    hi All,
    I've a simple question about clone DB.
    I've a big (5TB) production database. I need to clone this database for test environment on second server.
    I'm think to use rma DUPLICATE command. Both of server have can read and write on the same file system
    oracle is 11 2.0.2 version and database use asm
    Can I create a new rac instance on the second server and use it for restore db? How? Normaly I restore on single instance and after create DB and service for rac.....
    Have you any tech doc for this ?
    Regards
    Giovanni

    Hi,
    yes. you can. you simply need to shutdown one of the nodes (target nodes), alter the init for cluster_database=false, and then do a normal duplicate.
    yes, you need an auxiliary, because you are going to be connected to both DBs: target (production) and auxiliary (test).
    No problem there.
    Regarding time on network. you will only use the network heavily if you run a duplicate from active database.
    if you run a normal duplicate, the command uses already existing backup pieces, with minor network communication between the target and auxiliary.
    RMAN only connects to get the CF information.
    From a recent experience, I duplicated a 4TB database in 23hours with no noticeable burden on production. So you have a baseline.
    hope this helps.
    br,
    jpinela.

Maybe you are looking for

  • Files have vanished from my Desktop / Document folder

    Really not sure where to post this.... Something very strange and bad has just happened to my computer. I plugged in my external Lacie hard drive to start a backup and, using the app that came with it, it informed me that there was no room left on th

  • Using a new colour-palette in PSE10

    Hi everyone, I have a dutch version of PSE10, but all the dutch help pages do not seem to work and link to the english site, so here I am. I added a new colour-palette (hope that's the correct name) for a project. Every time I try to add a new colour

  • A new interesting SPAM bypassing SPF validation...

    Hi All, I received a notification from one of our user that he had received a SPAM message with his own EMail address as sender. Our Ironports are configured for SPF validation so I was quite curious to find out that indeed, the sender was his email

  • Facing a problem during the clone process

    Dear All, I'm facing error during the clone process and i couldn't found any useful information in the log, the error message is: | 2% completed ERROR while running Merge... ERROR while running perl e:\oracle\prodappl\ad\11.5.0\bin\adclone.pl java=e:

  • In OSX 10.9, Quicktime movies won't play

    Plug-in not "visible" in list even though Quicktime is installed. In this OS, we cannot "reinstall" Quicktime because it's built into the OS. How can I get the QT videos to run inside Firefox?