Copy data from one schema to another.

Hello

I have two patterns in my database named as DEV AND PROD, I need to copy the PROD schema to the schema DEV, please suggest me a better way to do it I'll be often clean the DEV and copy the PROD DEV schema schema.

If please suggest me how to clean and copy also is an option to replace it please let me know this option as well.


Thank you
Sudhir

Sudhir_Meru wrote:
Thank you very much. I really appreciate your help for me. This works even if I get the message saying impdb.exe does not work as a popup.

I checked the date of its working for me fine.

Windows bug.

This script will copy only the tables that are not out? If the output table it does not copy the data?
For example > EMP table is DEVELOPMENT exist BUT without data, in this case it does not copy the data.

IF EMP table does not exist, it will create the table and copy the data.

If the table exists, then DP he falls and created again with the structure and data.
If not - only creates

Tags: Database

Similar Questions

  • Copy data from one schema to another. Reopen the Question

    Hello

    I had asked this question earlier to copy data from tables of one schema to another in the same database using the database link. In my previous post have mentioned below.
    Re: copy data from one schema to another.
    Now I am faced with the question for the remote copy of database

    I have created a DB connection between my local system and the remote database. with the chain of connection as shown below
    CREATE THE DATABASE PUBLIC LINK "MERU_DEV_LOCAL_DEV".
    CONNECT TO MERUDEV IDENTIFIED BY MERUDEV WITH THE HELP OF "MERUPROD";
    In the above script
    LOCAL DEVELOPMENT scheme IS
    REMOTE schema is MERUDEV
    I try to copy remote database to my local database tables using the script below.
    network_link DEVELOPMENT impdp = schema MERU_DEV_LOCAL_DEV = MERUDEV remap_schema = MERUDEV:DEVELOPMENT TABLE_EXISTS_ACTION = REPLACE
    But the copy of the table does not occur. What could be the problem? Please suggest me or do I need to modify the script

    Thank you
    Sudhir

    You can:
    -monitor the BONE with ps - ef
    -monitor data pump: jobs are dba_datapump_jobs and dba_datapump_sessions
    -monitor with logops: v$ session_longops

  • Need some ideas on the copy of the data from one schema to another.

    Dear all,

    I would like to know the best method and possible by copying data from one schema to another. (I won't use EXP / IMP).
    Example:


    I have a scheme of production on which I have hundreds of tables. I copy the data of the TEST environment after comparing data, I should copy the data incrementally.
    Maybe this copy of data may occur once a month, or on request.

    I want to have this done by a procedure.
    I was thinking about the logic below, using a procedure I will compare the tables and the structures between the two schemas.
    Then I willl use the primary key in both tables column and compare the data first. If the data if it does not exist then I only inserts these records in the target.
    The above said logic could be as similar as the synchronization of data or records, but the table does not all columns to track records archived / copied from the source.
    Suggest me so if you can give me the best logic or solution.

    Thanks in advance...

    Concerning
    Suresh

    GSKumar wrote:
    Dear all,

    I would like to know the best method and possible by copying data from one schema to another. (I won't use EXP / IMP).
    Example:
    I have a scheme of production on which I have hundreds of tables. I copy the data of the TEST environment after comparing data, I should copy the data incrementally.
    Maybe this copy of data may occur once a month, or on request.

    I want to have this done by a procedure.
    I was thinking about the logic below, using a procedure I will compare the tables and the structures between the two schemas.
    Then I willl use the primary key in both tables column and compare the data first. If the data if it does not exist then I only inserts these records in the target.
    The above said logic could be as similar as the synchronization of data or records, but the table does not all columns to track records archived / copied from the source.
    Suggest me so if you can give me the best logic or solution.

    I don't know why you don't want to opt for EXP/IMP.
    As an alternative, if you have a link DB between Production and Test pattern (which I seriously doubt), you can use the MERGER to a copy of data from Production to Test Delta.
    a. INTRODUCE IN test_schema.table_name SELECT sequence_columns, column_list FROM (SELECT column_list FROM prod_schema.table_name LESS SELECT column_list from test_schema.table_name)
    Column_list must not contain columns that contain sequence values because they may differ and result in an incorrect result; Therefore, this is taken into account in the outer query rather than Inline mode.
    b. MERGE STATEMENT
    c. FALL of test_schema.table_name. CREATE test_schema.table_name as SELECT column_list from prod_schema.table_name; -A way very neat to copy all the data, provided you do not keep any changes to test the tables in the schema.

    However, you mentioned to find existing records based on the primary key; IMO, primary key is normally a sequence (may be alphanumeric) and its value on env Production and Test may defer or even can have different attributes, therefore, I find it incorrect to match only the primary keys. I would say to match the key attributes.

    If you want to follow the last update/insert for a record, you can add a column that puts the time of last modification. In this way, you can track the changes of a column. Another alternative would be to use a check to the table.

    Let us know your thoughts or concerns, so that help can be provided.

    I suggest that you read and follow {message identifier: = 9360002}.
    If you will be useful if you can provide all the information required in advance to help us provide you with a quick resolution.

  • copy data from one database to another

    Hello

    I want to copy data from one database to another.

    I have two patterns such as

    dev1/dev@ORCL
    DEV2/dev@DCEL


    I have same tables dev1 and dev2 (tables)
    but I have not given in dev2 (tables).
    now, I want to copy dev1 (tables) in dev2 (tables).

    You can also use the database link:

    select * from dev1.emp@orcl;
    

    What database are you connected to?
    You must create and use the links in the database for all other databases.

    For example if you are connected to the database A and to retrieve data from database B, you must create a connection of database in base B

    create database link B connect to  identified by  using 'B';
    

    Then you can retrieve data from database B with

    select * from [yourschema.]yourtable@B;
    

    This will work only for tables that are visible to the user that you used in the definition of database link.

    Published by: hm on 10.08.2011 22:15

  • LKM to move data from one schema to another in the same DB

    Hello

    I am new to ODI. My question is simple:

    I created a mapping to move data from a table in Figure 1 to another table in Figure 2 (the two schemas in the same Oracle DB.

    What is the best LKM Oracle for performance to use in this case? Most of the LKMs using DB link... but is it really necessary that the two schemas are in the same DB?

    Ive used SQL knowledge SQL module, but I guess it's probably slower strategy.

    Thank you!

    Vitor Moreira

    Hello

    If two phyiscal patterns are on the same database, you want a Phyiscal server with two patterns of phyiscal under this server in your topology, this way ODI will recognize that you don't need a LKM (at all) and mapping will have to IKM / CKM only.

    If ODI is to ask a LKM, looks like the two schemas to belong to their own physical server in the topology browser? In this case, it is not optimal.

    Just make sure that your user has access to two objects in diagrams and you'll be fine.

    If you really want to go Oracle DB Oracle DB then DB link or Datapump for large volumes of data, JDBC/Agent (SQL for SQL) for smaller volumes.

  • Export data from one schema to another SQL schema

    Hello.

    I have 2 plans. One is called MICC_ADMIN and the other is called MICC_PROD. What I want is to export from MICC_ADMIN to import into MICC_PROD. I tried to do with the tool of data workshop, one of the table has approximately 19,000 records, so he gets frozen trying to export data. So I was wondering if is it possible to do this via the sql command. Thank you.

    Best regards, Bernardo.

    Hello

    You give the right to select on MICC_APEX_ADMIN. SRDB_MAIN to MICC_APEX_PROD;
    Then sign in as MICC_APEX_ADMIN and run

    GRANT SELECT ON MICC_APEX_ADMIN.SRDB_MAIN TO MICC_APEX_PROD;
    

    Then log in as MICC_APEX_PROD and INSERT performance

    Kind regards
    Jari

  • Copy data from one column to another column in the form of customization

    Hi all

    I need, it's that I need to copy the value of a column to another column.

    But the two columns are different from the TAB

    Who be used, please send me the code.

    Thank you

    And can you describe your condition more clearly?

    My question was... you try to copy the incident followed summary on behalf of the task? In this case, you will need to find the event that triggers ONCE you have entered your resume. Enter in the preview, select display custom events and see what events are triggered. These are the 'moments' that you can use to add additional programming.

  • copy data from one form to another form filed

    Hi all
    I have the main form and in the main form, I created a trigger when button pressed button, I want to open another form using open_form ("change of name");
    and in the opening form I id, code, name, and other fields, now I want to copy the name to the name of the main form and also I want to copy the code in the main form code? Please help me out.thanks in advance


    Sarah

    Try something like this, call-trigger:

    begin
    default_value ( null, 'global.name' );
    default_value ( null, 'global.code' );
    open_form ( 'form' );
    if
      name_in ( 'global.name' ) is not null
    then
      :your_block.name := :global.name;
    end if;
    if
      name_in ( 'global.code' ) is not null
    then
      :your_block.code := :global.code;
    end if;
    erase ( 'global.name' );
    erase ( 'global.code' );
    end;
    

    The called form you decide when you want to take the return values by requesting the form.
    Peut a when button pressed trigger:

    begin
    :global.name := :your_block.name;
    :global.code := :your_block.code;
    end;
    
  • How can I copy data from one catalog to another catalog?

    Question says it all.

    "Export as catalog", then "import an another catalog.

  • When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    Whether it's text or only a shape it changes its color to something else when I copy and paste on.

    Do you mean 'page' or 'site '?

    If you copy something from another site, the reason may be, to have different, but all also named colours on each site.

    It would be normal and causes the noticed effect.

  • Best way to move data from one page to another within the app

    Hi all as I started to write that and was way to complicated to explain in full without a novel.

    Brief description. I use the query string that begins in the parent (from href in JSON) window must then be moved in the iframe url when moving to other pages to avoid security as a page and iframe is conflicting http and https. and are not accessible... It seems that there must be a better way.

    So my question is what is the best way in a platform open to move data from one page to another?

    You do it this way, it's in the menu.json, but when you work within the iframe and if your loading pages in applications using vairable relative URLS cross they come through.
    Discovered only this framework using the browser and you can se the construction and scope of all URLS used.

    The apps are sandboxed you cannot access aything in the parent frame, this is a feature of derliberate if something you can not do.

    As I said, you have a few methods to your own data storage space.

  • transfer of data from one server to another server

    transfer of data from one server to another server... How is possible?

    We used to transfer data of one cube to another using... report script... then load rule... so can we use even for that?
    but

    I would like to know any other comments and other means (like to explore)

    If you move the range of data to load into the different cube, then you can use report script or calc extrcat data and can use the rule files to load the data.
    If you move the data to load into a cube replicated in another environment, you can take the lev0 data and can do the free form of loading.

  • Sending data from one component to another

    I want to send data from one component to another.

    Both are on the page of Main.mxml

    What is the best way to do it (without going into a frame)

    Who send data up to the main.msml via an event then complex treatment of vars public and pick up in the second pane, but is it possible to go straight?

    Thank you

    Dan

    Once the element keeps one reference to another. Or you set it to a global var shared by two components.

    C

  • transmission of data from one container to another

    Hello

    Let's say I have two containers (Container1 = application, Container2).  Container1 receives data from user, do some search database and displays Container2 with database search results.

    -Container1 (call and display)-> Container2

    Below shows how I use a bindable variable in container1 for transmitting data of container1 in Container2.  Also shows how to display Container2 of container1.

    <! - Container1 - >

    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML ">


    ....
    [Bindable] public var foo:String = 'bar ';
    ....
    private void loginHandler(event:LoginEvent):void
    {
    mycontainer2 = new Container2();
    mycontainer2. Name = "mycontainer2";
    this.addChild (mycontainer2);
    }
    < / mx:Application
    >

    I am data access in Container2 as follows:

    <! - Container2 - >

    {mx.core.Application.application.foo}

    T1) is there a better way to transfer data from one container to another and to access the data?

    Q2) is the only way to call and display of the container1 Container2?

    Q3) how can I return to container1 Container2, i.e. Container2 call and display container1

    Container2-(back to)-> container1

    Best practices call for the use of custom events to share data between components. Here is my message from Flex 3 cookbook on the theme:

    http://cookbooks.Adobe.com/index.cfm?event=ShowDetails&PostID=15466

    To easily switch between containers 1 & 2 use a ViewStack, the gold standard for this interaction and manipulate the selectedIndex and selectedChild property:

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=navigators_3.html

    If this post has answered your question or helped, please mark it as such.

  • Copy sheets from one workbook to another

    Hello
    Is it possible to copy sheets from one workbook to another in the same sector of activity? (discoverer more 10g v 10.1.2.55.26)
    Thank you
    Select this option.

    Hello
    It is not possible to use the most.
    It is possible to do so using the Discoverer Desktop edition.

    with office, follow these steps:
    1. connect to the discoverer desktop computer and open the workbook you want to copy from.
    2. open the workbook you want to copy.
    3. While both are open, press the "Restore down" button in the upper right area of the worksheet. (the Center button of the 3 to minimize, restore down, and close).
    4. now change the size of windows so that you will be able to see two worksheets side by side 1.
    5. place the mouse on the name of the new worksheet, press left click and drag the worksheet in the second workbook.

    You move the worksheet from one to the other, if you copy the worksheet to another workbook, and then before you start duplicate the worksheet and accomplish the foregoing on the duplicated worksheet.

    Tamir

Maybe you are looking for

  • Cannot open my tabs to group.

    I saw a similar topic but the answers do not help. Previously, I do not have the session Manager installed, so I am unable to restore to an earlier date. When I open Firefox I script my computer will not meet the and the message I get is: script: res

  • End of 2015 iMac, retina display.n

    Is it possible to replace just the glass on one end 2015 27 "5K Retina display?  If not where can I get the correct display for less than $500,00? Thank you for your help.

  • Upgrade memory to 2GB on Qosmio

    Hello.everyone put to date up to 2 GB of MEMORY?problems or concerns then? cause I think the mine tho my warranty upgrade has not finished yet.Thank you

  • Failed to retrieve

    Hi, I recently bought laptop HP Pavilion N259TX 15. While trying to make recovery DVD software, I get the error message below "We live errors in the creation of recovery media. Please try again ". I tried several times without success. How can I make

  • HP 15-r006tu laptop: HP 15-r006tu Notebook PC PCI network LAN Driver

    Hello I have HP 15 - r006tu laptop, which works very well. But I want the driver for PCI (LAN) network. I could not connect to the internet by cable. So please give me the correct driver required. Thank you best regards &,.