The fastest way to move a database to another server even.

Hello gurus,
Normally, I have worked with exp/imp, but now our database is too large to move this way takes about 24 hours for export and import. We bought new hardware and I need to go the new material on the production database. Operating system is the same Red Hat Enterprise rel 5.6 Linux 64 bit, oracle is the same 10.2.0.40 same block and character size, 64-bit, only difference, is that the new hardware has space more physical and better memory. Is there an easy way to move the data by copying on the control files and data files to a new server? I have not tried, data pump or transportable tablespaces, and I have limited time - so this request. I need to find the solution the faster your advice, so I can learn quickly how to implement your recemendation.
My export .dmp database size is 34GB.
Any advice would be great!

No need to run a database create new host - already built sound at the source. Make a software 'only' install and get the ORACLE_HOME corrected and updated, you'll clone basically just the database to the new instance.

As long as the source database is in archivelog mode, you can put the database in backup mode, copy the files of data, complete backup to the source mode and make a log switch.

Here's a detail how at: http://www.dba-oracle.com/oracle_tips_db_copy.htm

Instead of step to RECOVER the DATABASE, we use ' database to RECOVER up to TIME AAAA-MM-JJ HH24:MI:SS to the AID of BACKUP CONTROLFILE; "and the value until the time a second or two beyond the"... save end;' timestamp to the source instance. "

You will need this archivelog, maybe encourage the file generated after the ends of the mode of backup and recovery for ARC files more a couple, depending on the activity of update to the source. If using a spfile, originally executed 'create a spfile pfile=/.../initSID.ora;' scp this file to the new host, adjust as required.

Maybe you'll want to change DB_NAME, then the '... The DATABASE VALUE... "part of the controlfile create is necessary. Updated the SERVICE_NAME and if using LOCAL_LISTENER adjust the host = properly.

If the directory paths are all the same, it is even easier. And if the are not, path names can be corrected in the script of create controlfile.

Tags: Database

Similar Questions

  • The fastest way to copy one schema to another.

    Hi guys

    Oracle11gr2
    OEL 5

    I have a requirement to copy one schema to another. I don't have access to linux for the server hosting the database. So I guess that the datapump cannot be used. exp/imp conventional takes too long. Another way I can achieve the goal? What is the best way. is it possible to copy all the object using a dblink (triggers to tables, views, procedures etc.)

    PS: Both the schema are in the same database.

    Thank you
    Ankurk

    They are in the same database, so no db connection is necessary; Fatest? It depends on my factors;
    Why no loop all the sources of the tables in the schema and do;

    insert into target_schema.target_table
    select * from source_schema.source_table;
    

    You are 11 GR 2, datapump could be a solution...

    Directory user/pwd Impdp = DMP_DIR dumpfile = source_schema_dmp.dmp logfile = impdp.log remap_schema = source_schema:target_schema

  • The fastest way to the files and folder to move

    I'm moving a lot of files to another drive and it takes a long time.   I do travel in the LR library now and an alternative is to move outside of the LR and use the catalog import option to add (don't know if it's a more quickly).

    You can select multiple folders in the LR library to move to the same location or do you need to do one at a time? This would be onen advantage to do outside of LR.

    Any thoughts?

    You cannot move several files in Lightroom.

    The fastest way is to move your "Pictures" folder all OS, then re - link in Lightroom by right-clicking and choosing 'find the missing folder '.

    If you need to move several subfolders selectively, then there is no quick way. You move quickly in the BONES and then go rebinding in Lightroom or move them slowly one by one in Lightroom.

  • What is the best way to move the data from the app and Server data structures?

    Hi guys,.

    I developed my application locally with Apex 4.2 and Oracle 11 g XE on Windows 7. Not far away, it is time to move the application to a server Oracle Apex. I guess that Exim is the way to go app. But what about the APA tables and data (tables/as 'customer' and 'account' created specially for the application)? I've been using a modeling tool, so I can run a DDL script to create the database server data structures. What is the best way to move the application data on the server? Is it possible to move the structures and data in a single process?

    Thank you
    Kim

    There is probably another way to get here, but in Developer SQL, on the navigation tree, expand objects until your table, right-click, and then click EXPORT... you will see all the options. It is a tedious process and it sucks IMO, but yes, it works. This is zero especially because 1) it's a table at a time, 2) If your data model is robust and has constraints and sequences and triggers, then you will need to disable all for the insert and we hope you can re-enable constraints, etc. without hitch (good luck, unless you have only a handful of tables)

    I prefer to use the oracle EXP command-line to export an entire schema, then the server target, I use IMP to import the schema. In this way, it is almost true. This makes the dirty life if you develop multiple applications in a single schema, and I felt pain - however - it is much easier to drop the tables and other objects is to create them! (thus, even if the process of EXP/IMP moved more than you wanted to "move".. blow everything you don't want on the target after the fact...)

    You can use method datapump oracle too.

    If not, what can be done, IF you have access to both servers of your instance of SQL developer (or if you can tnsping both already from the command line, you can use SQL * MORE), is to run a script that will identify the objects of your applications apex (usually by the prefix for the names of objects, such as % EBA_PROJ_ etc.) and do all the manual work for you. I've created a script that does just that so that I can pass data from dev to prod servers on a dblink. It is difficult because of the order that must be executed to disable constraints and then turn it back on and of course, more complicated if don't always precede you ALL your "objects demand '... (tables, views, triggers, sequences, functions, procs, indexes, etc.)

  • the fastest way to load an XML file

    What is the fastest way to generate an xsd-based oracle table and then load data from a file that conforms to the xml document in the xsd.

    I would do something like this:

    SQL > insert into tmp_xml

    2 values)

    3 xmltype (bfilename('TEST_DIR','test.xml'), nls_charset_id ('AL32UTF8'))

    4  );

    1 row inserted

    SQL >

    SQL > select x1.col_a, x1.col_b, x1.col_c, x2.*

    tmp_xml 2 t

    3, xmltable)

    4 "/ parent/Child1.

    5 passage t.object_value

    path of 6 columns col_a varchar2 (10) '@ColumnA '.

    7 road of varchar2 (10) col_b '@ColumnB '.

    8 road of varchar2 (10) col_c '@ColumnC '.

    9, child2 xmltype path "Child2".

    (10) x 1

    11, xmltable)

    12 ' / Child2'

    13 passage x1.child2

    path of 14 columns col_d varchar2 (10) 'ColonneD '.

    15 road of varchar2 (10) col_e "child3/column.

    16, road of varchar2 (10) col_f "child3/ColumnF.

    17 road of varchar2 (10) col_g "child3/column".

    18 road of varchar2 (10) col_h "child3/ColumnH.

    19 road to varchar2 (10) col_i 'ColumnI.

    (20) x 2

    21;

    COL_A, COL_B, COL_C COL_D COL_E COL_F COL_G COL_H COL_I

    ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------

    CAF ClientID ClientName 20130121 D 20752,19 AUD

    FCA ClientID ClientName M 20130121 235.39 bla Blahdeblah AUD

    (you can adjust data types as needed)

  • What is the fastest way to convert navigation app 1-level 2-level once a project has already been established?

    What is the fastest way to convert navigation app 1-level 2-level once a project has already been established?

    You cannot change a project to change this setting. You will need to create a new project.

  • The fastest way to transfer files between servers...

    I have a question regarding what would be the best option to accelerate the transfer of files between 2 servers to our VMware environment. We plan to spend our GroupWise email from netware to windows and upgrade to Groupwise (v7 to v8) at the same time. We will anticipate moving about ~ 125 gigabytes of data (files ~ 517 000) and expect that it will take several hours. We would like to minimize this time better we can so we wonder what would be the best configuration of things to get there? Two virtual machines on the same host? Two virtual machines on the data store even? On different hosts, or data warehouses? Our configurations are listed below:

    -In the course of running vSphere 4.1 ESXi

    -Data stored on 2 Dell Equalogic 5500 without

    -SAN one in each of the 2 sites, physically about 3 miles away

    -3 guests, 2 to a location and 1 in the other (same places the San)

    -Transfer of data from Netware 6.5 source, destination will be Windows 2008 R2 DataCenter

    -Links gigabit between all the elements of our VMware environment, including the link between the sites (on optical fiber).

    -3 guests are able to run all our virtual machines without overloading, so if we go to the virtual computer to another host, it is not a problem.

    We would like to know what is the best way to put everything in place for the transfer, so that we can prepare before hand. Any suggestions?

    Thanks in advance.

    Well, the fastest way would be to offload the clone/copy to the San operation. If your configuration supports VAAI then the clone would happen completely on the SAN by assuming that the source and destination storage device is the same SAN. Would it be different San then the network factors in anything. For what is running on the same host, which would be beneficial for cloning a virtual machine (mainly memory footprint) should not take place on the network.

    I hope this helps!

  • What is the best way to move another server Vcenter Server?

    Hello

    We have 3 nodes VMWARE running with VSpere 4.0.0 and a Vcenter Server 4.0.0. The server running the server Vcenter on disorders gives and must be replaced. What is the best way to move the VCenter server on the new server and keep all the settings?

    And is it possible to update at the same time to VCenter Server 4.0.1?

    Thank you

    Marcel

    There is no problem, I also think that it is the best way if you do not have a large environment - usually takes less time :-). Remove first the hosts of the other vcenter - this will make the vcenter agent to be uninstalled from the ESXs.

    Marcelo Soares

    VMWare Certified Professional 310/410

    Master virtualization technology

    Globant Argentina

    Review the allocation of points for "useful" or "right" answers.

  • What is the best way to move around in a document?

    Maybe I'm missing something obvious here, but what is the best way to move around in a document zoomed in?

    The only method I have found so far is to slide with two fingers, which maintains the resizing of the document when it moves.

    No hand tool? No way to zoom to 100%? No way to fill the screen with the document?

    Let me know, thanks.

    Hello

    Panning is done with two fingers, that is you put two fingers on the screen, then move in the same direction.

    You can also zoom by moving the fingers in the opposite direction, as when you zoom in.

    Thank you

    Ignacio

  • the fastest way to deploy on iOS / Alternative to drag the app in itunes?

    What is the fastest way to deploy on the iOS device to test?

    I myself remember someone has posted a tip on this subject, but I was more focused on android at the time.

    I use CS5.5 on Windows

    Try here iPhone Configuration utility:

    http://www.Apple.com/support/iPhone/Enterprise/

    That would get the IPA on a device quickly connect via USB. If you want to send it to a lot of beta testers, then watch https://testflightapp.com/.

  • How to calculate the space needed to move a member to another pool?

    Dear,

    We move - Member3 - member to a pool of maintenance for the upgrade of the firmware.

    My question is how can we calculate the space needed to move a member to another pool?

    I have attached some pictures of SANHQ for the pool/ability/member of the group.

    PS To consider space group not the pool area, because we have a fourth demo maintenance pool member and we it will move to the default pool for the process of upgrade only.

    Kind regards

    Turki

    Try this:

    GrpName > show Member - poolinfo
    Name State Version discs capacity FreeSpace connections pool
    ---------- ------- ---------- ----- ---------- ---------- ----------- -------
    Virt2-Mem2 V6.0.6 (R3 16 6.8 TB TB 5.53 208 ActiveP online
    51932)                                             ool
    Virt2-Mem3 V6.0.6 (R3 16 6.8 TB TB 5.95 Alterna 36 online
    51932)                                             tePoo
    l
    Virt2-Mem1 V6.0.6 online (R3 16 23.08(a) TB TB 21.44 209 ActiveP
    51932)                                             ool

    Re: cancel the mapping.  Some points to remember.  Cancel the MAPPING does not work on the replicated volumes, it's either sync replication or point-in-time standard.   Also according to the file system, it will not immediately reclaim the unused space on existing volumes.   Some file systems like VMware VMFS does not cancel the map on the fly, but offer a CLI utility to create large balloon files then delete and send him UNMAP commands simultaneously.

    The basic rule is that you must have enough space to move the member selected out of the pool.   If this isn't the case, then the operation will not be allowed.  You may end up having to add the new Member to the pool until you can move a table.

    Note: If you do not already done, then the site of Equallogic, with FW downloads is a document that describes how to set the value of disktimeout for several OS.   This allows the host (or the guest virtual machines) to cross the short breakdown during a firmware update or a failover of controllers due to a failure of the CM.

    Kind regards

  • Cloning of a database to another server.

    Hi all

    11.2.0.3

    I want to clone or reproduce our PROD database to another server, which is not on the same network, which means that I can't use rman duplicate.

    I use only the backup rman which are shipped to the server target using flashdisk.

    Can you share me docs on how to clone a database using rman backup?

    I tried Google, but I especially find is RMAN duplicate which is not viable in my situation.

    Thanks to all in advance.

    pK

    Hello

    procedure to clone the database restore/recovery of RMAN is same in 10g and 11g.

    Kind regards

    Renu

  • The best way to move the physical servers in a data center

    Hello everyone.

    We have 3 physical database servers and you want to move to a data center.

    These servers are primary servers 2 with the infrastructure of grid and race of RDBMS oracle as stand-alone server + ASM and a standby with three instances server = an ASM + 2 instances of RDBMS for the primary servers corresponding instance.

    Each said server has 2 interfaces eth - one to be used with DG and another to deal with the demands of the customers.

    The standby server has three interfaces eth - two of them are used with DG ant the third to process requests from clients.

    So the question is what would be the best and most simple way to move all the data from these servers to the cetre of data taking into account the fact that there are three corresponding virtual server already exists whith the sama of RDBMS and Linux version.

    Hello again;

    I moved a little smaller primary and waiting that my slip was something like this:

    1. on the primary database see the standby destination.

    2. on the current expectation cancel recovery and closing of the database.

    3. create directories of database on the new server.

    4. edit the tnsnames.ora on the primary current

    5. Add the tnsnames.ora and listener.ora on the new server.

    6. move the password files and spfile on the new server.

    7 Tnsping both servers

    8 use scp to move the database to the new server.

    9 start the recovery, and check gap

    Create a scp of SQL

    set the position

    Set feedback off

    set pagesize 100

    set linesize 400

    Select 'scp'. B.SID |' server_name:' | B.SID as newname from v$ datafile;

    Select 'scp'. B.SID |' server_name:' | B.SID as newname from v$ controlfile;

    Select 'scp'. a.Member |' server_name:' | a.Member as newname v$ logfile;

    It is also worth a visit:

    http://Indico.CERN.ch/event/28821/contribution/3/attachments/537398/740808/DM-DataGuard.PDF

    Best regards

    mseberg

  • What is the best way to move and organize records

    I recently bought a Mac Pro and have bought files across the FRO my windows laptop but what is the best way to organize the files iCloud or local drive and how do I move files in my list of "all files" in individual cases.

    In case you are not aware, all the files that you put in iCloud drive are on your disk local and iCloud.

    You can go to preferences in the Finder menu and specify whether you want iCloud drive to display in the sidebar of the Finder. I find that having it in the sidebar makes it easy to use. I also have other folders I used frequently in the sidebar; You can add the system ones (Documents, downloads, etc.) using this same preferences window. You can add folders that you created them by dragging to the sidebar of a Finder window.

    A way to move files into folders that you created is to open 2 windows in the Finder and drag it from one window to the other. Another option, if you move a file in one of the folders that is displayed in the sidebar is just do it from its current location in the main area of the Finder to the folder window in the sidebar in this same window of Finder.

  • The easier way to move the hierarchies of the same Version?

    Hi guys,.

    I have developed two new hierarchies of DRM, but kept isolated to their own Versions for testing purposes.

    I need now to move them to the Production, but to move them to the same Version as all my other hierarchies.  Is there an easy way to do this?

    I guess I'll migrate both Versions in Production, then move each hierarchy to the CurrentWorkingVersion.  I just need to know how to move between different Versions?

    Thank you!

    It's going to be a checkbox "Create new hierarchies" in one of the tabs in the Blender, make sure it is checked.

    Thank you

    Denzz

Maybe you are looking for

  • How can I activate iPhone 6 flashlight in the iOS 10?

    After update to iOS 10, my iPhone 6 + a without a flashlight in the control panel. Is this a bug that will be fixed? Is the control of the flashlight elsewhere?

  • Phishing SMS text regarding "your AppleID account details are out of date.

    Attention all! I'm in the United Kingdom, and I just got a text SMS to: + 441143597472 (BTW - please do NOT click on the link below, which I believe is a link to phishing...) I'm only show here to warn others) ... says: Your AppleID account details a

  • Satellite L500D - can't read/write DVD

    Hello About a fortnight ago my DVD drive stopped reading/burning DVD and now only times/burns CD I followed the guides to remove the upper and lower filters and reformatted my laptop to factory State and the DVD player does not work. I bought a new r

  • Message won't Outbox and cannot be deleted or moved for deletion.

    I tried to send an email with a number of attachments. After sending, the message appeared in my Outbox, but won't because the total size is 11 MB. I tried to open it or delete but an Outlook message began to send the message. How can I delete the me

  • (Redirected) New hard drive

    Hi, please if someone could help me!  Dell sent me a new hard drive, I pulled out an old and put new in, now my laptop won't start?   It's just a black screen with white writing and not to say no boot device, press any key, when I do that nothing hap