Moving Data Between OEM Versions

I have a 10.2.0.2 HPUX Risc OEM that is working.
I just created a 10.2.0.3 Itanium OEM. I would like move the data the old to the new. Essentially I want to get any alerts, schedules, etc.
Would an import/export of the Management tablespace work?
Thanks,
John

I think he meant you can't export one job from one repository to another repository...
I don't see why you can't import and export the whole schema..I'm not sure about the version implications but if you have access to metalink, may be open an SR.

Similar Messages

  • Moving data between two schemas

    I need to move data between to schemas. I have a created packaged code to accomplish this. The problem is the execution time. When running the insert statements from the source schema to insert data into the target schema, it takes considerably longer to complete the statement than if I copied the tables from the source schema into the target schema and executed the same statement in the target schema. Any insight as to why this might be?
    Also all data resides on the same physical disk, running version 10g on a W2K server.
    Thanks in advance
    Here is a sample of one of the insert statements:
    INSERT INTO target_table(tt_id, tt_disp, tt_date, tt_emp_1, tt_emp_2, tt_emp_3)
    SELECT src_tab.src_id,
    src_tab.scr_disp,
    src_tab.scr_date,
    src_tab.scr_emp_1,
    src_tab.scr_emp_2,
    src_tab.scr_emp_3
    FROM
    (SELECT
    row_number() over(
    ORDER BY SUBSTR(fn_cil_sort_format(SUBSTR(src_cil,
    1, 8)), 1, 4), SUBSTR(src_cil, 4, 8)) AS src_id,
    scr_disp,
    fn_date_format(date_time) AS scr_date,
    v_convert AS scr_emp_1,
    v_convert AS scr_emp_2,
    v_convert AS scr_emp_3
    FROM source_table
    ORDER BY SUBSTR(fn_sort_format(SUBSTR(src_cil, 1, 8)), 1, 4),
    SUBSTR(src_cil, 4, 8)) src_tab
    WHERE scr_disp IS NOT NULL;

    In addition to the above post, you should create the table initially with NOLOGGING. create table as select has the ability to bypass logging. This should increase performance very much. No log writes will have to be taking place.
    Lee

  • Copying transaction data between planning version - Not delete existing dat

    Hello all.
    I made copy from one version, like 000.
    The result is Version A1 and A2. I copied everything(Master Data and Transaction Data).
    For each version, i ran a MRP. But in differents periods. Like October and November.
    After MRP, i have a lot Planning Orders in A1 and A2. But in differents months.
    My question is: I want to merge A1 and A2 in another version(Merge only  Planning Orders). How i can do this?
    Using /SAPAPO/MVM or /SAPAPO/VERCOP i can copy all data from source to target. But always delete previous data.
    Thanks
    Best Regards.
    Marcelo

    This isn't the answer you WANT to hear.   But there's no way to my knowledge to achieve your requirement using standard version copy functionality in APO.
    One way to preserve the data for alternate / merged versions that I've found useful is to use the /SAPAPO/REL_TO_OLTP transaction to send volume data to the ECC client.  If you are loading both inactive versions to BW, then you should be able to release that data from BW to ECC inactive/"long-term" simulation versions where it can be aggregated.  That is to say, you could send A1 and A2 separately and they will simply add to one another, not overwrites (delete and re-create).
    This being said, requirements using this transaction are sent as planned ind. requirements in ECC.  This may not be the desired outcome that you're looking for, so you might have to be careful which key figure you send to represent volumes.

  • Moving Data Between PC and new MBP

    I am capturing on a PC (TV Tuner) with files that are roughly 5GB in size, with events totaling as much as 50 GB. I am going to edit them in FCS on my Mac.
    I was wondering if someone can suggest a portable HD that works on both reliably. I was thinking that I would want firewire 800, eSata, and USB 2.0 .
    is there a better way to do this?

    Most any USB or Firewire drive should work, but you would need to use either Fat32 or NTFS format as Windows can't read the OS X file system
    If your router has a USB port and network drive capability, you might consider setting up a network drive, as you wouldn't need to keep moving it back and forth between computers.
    You could also set up an external drive as a shared network resource on whichever computer it's connected to so it could be accessed from the other computer without actually having to move it.

  • Moving data between tables (how to find out if the 2nd table is empty)

    Hi,
    I have 2 tables, and I'm copying records from one table to another.
    I've followed the Wiki: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/movingdatabetween+tables]
    So far, everything works ok.
    Here is my question: how do I get the number of records passed?
    I mean, how do I know the number of rows in the 2nd table? (Remember that this number is variable, because it depends on how many rows I've inserted and deleted on the 2nd table).
    I've tried to achieve that using a data store with a numeric field, but I couldn't find the way to increment/decrement the numeric field on data store, and insert/delete the row on table at the same time .
    All I want is to find out if the 2nd table is empty or not.
    Any ideas to solve this?
    Thanks in advance!
    Help will be point-rewarded.
    Marcelo

    Hi Ahmed
    thanks for your reply, it was very helpful!! (I've assigned points to you)
    However the user can add twice or more times the same row... so the counter doesn't reflect the real number of rows in the 2nd table.
    I've partially solved this also using a data store with a parameter called key_list, where I add (I mean, concatenate) the key field for the selected row.
    So, if I have a table with 4 rows with key fields "key1", "key2", "key3", the parameter key_list would get "key1;key2;key3".
    So far, it's ok. But when I remove a row previosly added.... I can't remove the key from the key_list parameter. (I mean, from 2nd table I choose to remove the "key2" row, but I don't know how also remove the key name from the key_list)
    I hope be clearly enough.
    Any help will be really appreciated and point-rewarded.
    Thanks again.
    Best Regards
    PS: is there any way of "mark" a row that has been added to the 2nd table? I mean, using (for example) a hidden boolean field named "added", that becomes true when the selected row is added to the 2nd table.

  • Moving data between Macs

    I have a lot of data that I'd like to move from an iMac to a MacBook. Would the best way be to ethernet them together and drag the directory from one to the other?

    Transfering files across a newtork could be the easiest way.
    There is also target disk mode which allows you to use one of your macs as a external hard drive of sorts.
    Info on this here :- http://support.apple.com/kb/HT1661

  • Moving data between tables

    Hi, I have 2 tables: l_eket_obj and itab
    TYPES: BEGIN OF eket_obj,
          werks LIKE ekpo-werks,
          matnr LIKE ekpo-matnr,
          menge TYPE i,
          wemng TYPE i,
          objednane TYPE i,
          END OF eket_obj.
    DATA: l_eket_obj TYPE eket_obj OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF itab OCCURS 0,
          werks like ekpo-werks,
          matnr LIKE ekpo-matnr,
          zamowione type i,
          END OF itab.
    How to move all data from field l_eket_obj-objednane into field itab-zamowione?
    Thanks,
    Joanna

    HEllo
    do like this.
    loop at l_eket_obj .
    read table itab with key werks eq l_eket_obj-werks
                                       matnr eq l_eket_obj-matnr.
    if sy-subrc =  0.
    itab-zamowione = l_eket_obj-objednane.
    modify itab transporting zamowione where werks eq l_eket_obj-werks
                                       matnr eq l_eket_obj-matnr.
    endif.
    endloop.
    Hope this solve ur problem.
    Regards,
    Vasanth

  • Moving data between computers

    On my iMac I have exported a large number of photos and videos into a folder. Now I'd like to transmit this data to my wife's MacBook. Since there is so much data I'd like to use ethernet. I have these questions:
    Do I need a cross over ethernet cable?
    Do I need to somehow declare the folders as Shareable?
    If I can get Finder to "see" the folders do I just drag the folder on one machine to the other?

    Hi grok12,
    i have done what you are trying before and it is quiet simple.
    you do need a cross over cable if you don't have a switch or a broadband router with a switch built in.
    you do need to make your data folder shared, do this by bringing up the spotlight info on the folder and click share folder.
    Next you need to open system preferences and click on shareing and enable file sharing.
    Now go onto the computer that you want to receive the data and open network from a finder windows.
    Hopefully you will see your 'data' computer and within that the folder you have shared. Then just select the files you want and 'copy' and 'paste'
    job done.

  • Moving data between volumes

    We have Netware 6.5 SP8. I need to move approximately 150G of data (and retain all the user rights) from one volume to another volume. Both volumes are on the same server. Is doing a backup/restore the best way to do this? Or is there some other faster method?
    Thanks.....

    Originally Posted by ncharleyhog
    We have Netware 6.5 SP8. I need to move approximately 150G of data (and retain all the user rights) from one volume to another volume. Both volumes are on the same server. Is doing a backup/restore the best way to do this? Or is there some other faster method?
    Thanks.....
    SCMT should do that.
    http://download.novell.com/Download?...d=bibbruEYmPc~
    TSA-based and hence pretty fast

  • Moving data between 64bit and 32 bit oracle servers

    Is it possible to move the data bt 64 bit system (OS and oracle) to a 32 bit system using exp imp command?
    Thanks,
    Chau

    Yes, you can use exp/imp or dbexp/dpimp to move from 64 bit to 32 bit database.
    http://www.ContractOracle.com

  • HD Upgrade - Moving data between Drives?

    I'm thinking about upgrading my 320GB hard drive in my 13" MacBook Pro to a 750GB drive.  What is the recommended way to move the data from the old to new drive?

    a comprehensive guide to switching HDD's :
    http://eshop.macsales.com/articles/how-to-transfer-your-data-from-your-old-drive -to-a-new-drive
    comprensive videos on how to physically change them: http://eshop.macsales.com/installvideos/
    I personally would replace the optical bay with the new hdd, which will allow you to run smoothly with more storage space. like these: http://eshop.macsales.com/search/optical+bay
    Hope this helps.

  • Moving photos between different versions of iPhoto

    Is there a way to move photos from my MBP running Maverick with iPhoto 9.5.1 to my iMac running Snow Leopard with iPhoto 9.1.5(I haven't been able to update the iMac as it lives on a sailboat where high speed internet is unavailable).
    I tried using iPhoto manager and it doesn't work.

    Copy them on a Flash drive and load them the next time you go.

  • Moving data between two blackberry curves

    Please help - I am trying to move from one blackberry curve to another and cannot see how to transfer my info from one to the other - I tried through the desktop manager's backup and restore but it does not want to co-operate.
    Solved!
    Go to Solution.

    Can you be more specific about what the problem is?
    Assuming you don't want to use both at the same time, you should use Desktop Manager's Device Switch Wizard anyway.  It will automatically back up your old Curve and restore it to your new one.
    Jerry

  • Move Data Between 2 xfaForms

    Assume I have process with 2 xfaForm variables, Form A (a PDF) and Form B (a PDF). A user fills out Form A. I want to populate values in Form B with the data from Form A.
    When I try to assign a value (using SetValue) directly from form A to form B, it doesn't seem to work. That is ...
    Location: /process_data/form_B/object/data/xdp/datasets/data/FormB/Value1
    Expression: /process_data/form_A/object/data/xdp/datasets/data/FormA/Value1
    It does work however when I use a temporary XML variable, say xml_data. That is, I move the data from Form A to xml_data, and the move the data from xml_data to Form B.
    Why would this be? What is wrong with directly moving data between my xfaForms? What am I missing?

    Hi Brad Steele,
    I'm new in ES, n have experienced the same problem that u had sometime ago of trying to pass values from FormA to FormB, can you please help me out on this one

  • Modification dates change when moving/copying between hard-drive and flash

    I use a flash drive to store most of my work-related documents on. That way, I have them when I'm at school (on a Windows XP computer) and at home on my Mac OS 10.3.9. I
    try to occasionally back-up my flash drive by dragging it's contents to my Mac. Copying in this direction USUALLY retains the appropriate modification date.
    However, if I move things from the Mac to the USB drive (I occasionally make changes to a file on the Mac when my flashdrive isn't handy), the modification date changes to the copy/move date. Is there a way around this? It alters the information about the file and sometimes makes a version look newer than another version of a document. When in reality, it’s older--it’s just been moved/copied and the date changed.
    I often move things back and forth for backup purposes, but if it keeps changing the dates on it’s own, it’s impossible to tell which is REALLY the
    most current copy/version.
    Is there a fix so that copying and moving files between volumes does NOT change the modification date of the file?
    Powerbook G4--12 in.--1.33 GHz   Mac OS X (10.3.9)  

    Hi, teacher. When my Lexar JumpDrive Secure is formatted as a MS-DOS volume so a PC can read it, the last-mod dates of files that I copy to it are changed to the date and time of copying. When it's formatted as a Mac OS Extended volume, the original last-mod dates are copied to it unchanged. Looks like you can thank Bill Gates for the inconvenience: apparently it's a DOS file system "feature". Don't you wish you could use Windoze all the time?
    On second thought, the files really are changed when you write them to a DOS volume, because the DOS file system has no place to store the metadata about your files that a Mac pays attention to and a Windoze box doesn't. So when you write Mac files to a DOS volume, that metadata — which is part of each Mac file — is simply discarded, causing the last-mod date to change.
    Message was edited by: eww

Maybe you are looking for