Is it possible to migrate data from a 4.6C system to an ECC 6.0 system?

Hello all,
We have an ECC6.0/Oracle 11g system which runs Finance, Purchasing and Payroll/HR for our own organisation.
We also have another 4.6C/Oracle9 system where we run only Payroll for another organisation.
This is a separate landscape (Dev / Test / Prod / DR) which runs on its own hardware.
Clearly, this 4.6C system has to be upgraded in the next 12 months or so before it is out of maintenance.
However, we are exploring whether it would be possible to migrate the data from the 4.6C system to our existing ECC6.0 system instead of upgrading the 4.6C system.
In this way, we can decommission the 4.6C hardware and simplify our landscape.
Has anyone undertaken a similar exercise who would be willing to share their experiences?
Or does anyone have any opinions as to whether this would even be possible?
Our initial thinking is that we would probably have to write our own conversion programs and/or possibly use LSMW but it's early days so any feedback is welcome.
Regards...John

Hi,
However, we are exploring whether it would be possible to migrate the data from the 4.6C system to our existing ECC6.0 system instead of upgrading the 4.6C system.
You can make of ALE/IDOCs technology to transfer the required data from 4.6C system to ECC 6.0 system. Here you will need to perform necessary mapping of the fields and perform required technical configuration. Later write ABAP codes to fetch and transfer data .
Hope this answers your query.
Regards,
Deepak Kori

Similar Messages

  • Migrating Data from old iMac G5 (PPC) to new iMac QC i7

    I have had an iMac G5 PPC for about 6 years. The logic board just died about 2 weeks ago.
    I am about to purchase a new 27" iMac Quad-core i7 machine, and I am wondering what is the best way to migrate data from the old machine to the new one.
    I have a few different questions...
    I use SuperDuper! to backup, so I do have a full copy of my hard drive on an external drive. But the data is about 2 weeks older than the hard drive on my G5 (meaning, I backed up about 2 weeks before the machine died, so there is data on there that I'd love to retrieve). I understand that I can pull the hard drive out of the iMac G5 and buy a cable to attach it to the new machine. I also understand that I can attach my external drive (with the SuperDuper! copy of my hard drive) to the new iMac, too, and run Migration Assistant (or Set Up Assistant) to transfer data.
    However, I have heard that it is not good to do a straight migration from a Power PC to an Intel machine.
    Is that true?
    I would ideally like to transfer all my email (tens of thousands of them), my iPhoto library, my iTunes library, iCal, many many documents, and some other random stuff.
    What do you recommend?
    Should I do an automatic migration using Set Up Assistant and my external hard drive with the SuperDuper copy?
    Should I (and can I?) do an automatic migration with the hard drive that I pull from the old machine?
    Or should I (can I?) do a manual migration whereby I only copy the folders/files/libraries that I really want, and avoid clogging up the new machine with PowerPC apps, etc., that the new (Intel) iMac might not like?
    This last one seems like the ideal choice, but I am not sure...and I don't know exactly how to go about that process.
    Apologies for the long post, and many thanks in advance for any help anyone can offer.
    Best,
    Matt

    Matthew Palm wrote:
    I have had an iMac G5 PPC for about 6 years. The logic board just died about 2 weeks ago.
    I am about to purchase a new 27" iMac Quad-core i7 machine, and I am wondering what is the best way to migrate data from the old machine to the new one.
    I have a few different questions...
    I use SuperDuper! to backup, so I do have a full copy of my hard drive on an external drive. But the data is about 2 weeks older than the hard drive on my G5 (meaning, I backed up about 2 weeks before the machine died, so there is data on there that I'd love to retrieve). I understand that I can pull the hard drive out of the iMac G5 and buy a cable to attach it to the new machine. I also understand that I can attach my external drive (with the SuperDuper! copy of my hard drive) to the new iMac, too, and run Migration Assistant (or Set Up Assistant) to transfer data.
    However, I have heard that it is not good to do a straight migration from a Power PC to an Intel machine.
    Is that true?
    automatic migration works well for most people but problems are possible both because of architecture and system differences.
    I would ideally like to transfer all my email (tens of thousands of them), my iPhoto library, my iTunes library, iCal, many many documents, and some other random stuff.
    What do you recommend?
    you can try automatic migration first. if you are worried about possible problems you can choose to migrate user data only but no applications. this should reduce the likelihood of conflicts. but if you run into problems you can always erase and install and do manual migration. since you have a superduper backup this option is not going away and is always available.
    see this link on how to go about that
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=0
    Should I do an automatic migration using Set Up Assistant and my external hard drive with the SuperDuper copy?
    Should I (and can I?) do an automatic migration with the hard drive that I pull from the old machine?
    Or should I (can I?) do a manual migration whereby I only copy the folders/files/libraries that I really want, and avoid clogging up the new machine with PowerPC apps, etc., that the new (Intel) iMac might not like?
    This last one seems like the ideal choice, but I am not sure...and I don't know exactly how to go about that process.
    Apologies for the long post, and many thanks in advance for any help anyone can offer.
    Best,
    Matt

  • How can I migrate data from SQL Server 6,5 to Oracle 8?

    We have a web site based on Microsoft SQL Server 6.5.Now we plan
    to migrate the database to Oracle 8.
    We have redesigned the tables structure and created tables under
    Oracle 8, so we only need to migrate data from SQL Server.
    We've exported data from SQL Server to text files.
    How can we import data from files and restore to Oracle tables.
    Is there a solution which let us to import data for particular
    table columns,not all columns?
    We'll be appreciated if somene can give suggestions.
    Regards
    Michael
    null

    Thank you for your reply.
    I'll try the Oracle sqlloader utility first.
    Regards
    Micahel
    Oracle Migration Workbench Team wrote:
    : Michael,
    : Oracle sqlloader is user for this sort of operation, see
    : Oracle8i Utilities
    : Release 8.1.5
    : A67792-01
    : available online through Oracle Technology Network.
    : The Oracle Migration Workbench can be used to create bcp and
    : sqlloader scripts, though since you have altered the schema
    these
    : scripts would need to be altered by hand after generation.
    : Some thought has been put into redesigning table structures in
    : the Oracle Migration Workbench, but currently it looks like
    this
    : reengineering will be left to be done by other tools, eg
    Oracle
    : Designer, once the SQLServer database has been duplicated with
    as
    : little change as possible onto Oracle.
    : Hope that helps,
    : Turloch
    : Oracle Migration Workbench Team
    : Michael (guest) wrote:
    : : We have a web site based on Microsoft SQL Server 6.5.Now we
    : plan
    : : to migrate the database to Oracle 8.
    : : We have redesigned the tables structure and created tables
    : under
    : : Oracle 8, so we only need to migrate data from SQL Server.
    : : We've exported data from SQL Server to text files.
    : : How can we import data from files and restore to Oracle
    tables.
    : : Is there a solution which let us to import data for
    particular
    : : table columns,not all columns?
    : : We'll be appreciated if somene can give suggestions.
    : : Regards
    : : Michael
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Migrating data from LMS 3.2 to LMS 4.2

    I`m trying to migrate data from LMS 3.2 (windows) to LMS 4.2 (linux) I have run the backup job which contains many directories, I have created a .tar file to be able to ftp to LMS 4.2 but cannot get it to un-tar. Anyone been in this same scenario before?

    Share more details on what error do you see. Do you still have the old backup files, without tar? What tar utility are you using?
    I can suggest to use the tar utility available within LMS. Go to NMSROOT/bin directory and use:
    1. To create tar : tar -cv <filename> <source_files>
    2. To untar : tar -xvf <file_name>
    Being the same utility it may be good. Anyways, this seems less of an LMS issue. If possible use an WINSCP and copy the entire directory without compressing.
    -Thanks
    Vinod

  • Migrating Data from Access

    I was wondering if it was possible to get data from an access
    database to Oracle for Linux. Is it theorectically possible to
    migrate from Access to a trial version of Oracle8 for NT, then
    from NT transfer data to Oracle8 for Linux? Thanks for any
    assistance you can offer.
    Adam Wright
    null

    Adam Wright (guest) wrote:
    : I was wondering if it was possible to get data from an access
    : database to Oracle for Linux. Is it theorectically possible to
    : migrate from Access to a trial version of Oracle8 for NT, then
    : from NT transfer data to Oracle8 for Linux? Thanks for any
    : assistance you can offer.
    : Adam Wright
    Whether Oracle is running on Unix or NT should not matter. Oracle
    is as independent of any underlying operating system as it can
    be.
    There is a migration tool, called the Oracle Migration Workbench,
    that can map items (such as constraints, not just table
    definitions and data) from a source to a target. I don't think
    this supports Access.
    Then there are upsizing wizards. I haven't used one for Access,
    but I have used one for Foxpro and it was OK.
    Thirdly, you can just do an ODBC connection to the Oracle
    database (needs SQLNet installed on the client before creating
    the ODBC connection) and just create tables using your access
    tables as a source. If you have Oracle for NT then you have
    SQLNet for NT as well.
    ian
    null

  • After migrating data from Time Machine, some of my photos are not showing up in iPhoto. I get a 'dashed rectangle." When I click on it I get ' ! in a Triangle" When I click on that, I actually can see the photo. I want to see my photos

    After migrating data from Time Machine, some of my photos are not showing up in iPhoto LIbrary view. I get a 'dashed rectangle." When I click on it I get ' ! in a Triangle" When I click on that, I actually can see the photo. I want to see all  my photos in 'Library' view, and I can't figure out how these photos seem to be arbitrarily hidden. Help, please.

    Try these for the first attempt:
    First be sure to have a backup copy of the library if you already don't have one.
    OT

  • Is that possible to transfer data from old apple id to new apple id becoz my old apple id is not working

    Is that possible to transfer data from old apple id to new apple id becoz my old apple id is not working.

    Merging of Apple ID accounts is not possible.

  • How to only migrate data from SQL Server 2008 to Oracle 11?

    According to our requirement, We need to only migrate data from a SQL Server database to an existed
    Oracle database user.
    1) I tried to do it with SQL Developer 3.0.04 Migration Wizard, But find an issue.
    My SQL Server database name is SCDS41P2, and my Oracle database user name is CDS41P2;
    When I used SQL Developer to do offline move data by Migration Wizard, I found all oracle user
    name in movedata files which gotten by run Migration Wizard
    is dbo_SCDS41P2. If the Oracle user name is not the same as my existed Oracle user name,
    the data can't be moved to my existed Oracle user when I run oracle_ctl.bat in command line window.
    So I had to modify the Oracle user name in all movedata files, but it's difficult to modify them because there are many tables in
    databases. So could you please tell me how to get the movedata files which the oracle user name in them is my
    expected Oracle user name?
    2) I also tried to use the 'copy to Oracle' function to copy the SQL Server database tables data
    to the existed Oracle database user. When clicked 'copy to Oracle', I selected 'Include Data' and 'Replace' option
    But I found some tables can't be copied, the error info is as below:
    Table SPSSCMOR_CONTROLTABLE Failed. Message: ORA-00955: name is already used by an existing object
    Could you please tell me how to deal with this kind of error?
    Thanks!
    Edited by: 870587 on Jul 6, 2011 2:57 AM

    Hi,
    Thanks for you replying. But the 'copy to oracle' function still can't be work well. I will give some info about the table. I also search 'SPSSCMOR_CONTROLTABLE' in the target schema, and only find one object. So why say 'name is already used by an existing object'? Could you please give me some advice? Thanks!
    What is the 'Build' version of your SQL*Developer ?
    [Answer]:
    3.0.04
    - what does describe show for the SPSSCMOR_CONTROLTABLE in SQL*Server ?
    [Answer]:
    USE [SCDS41P2]
    GO
    /****** Object: Table [dbo].[SPSSCMOR_CONTROLTABLE] Script Date: 07/18/2011 01:25:05 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[SPSSCMOR_CONTROLTABLE](
         [tablename] [nvarchar](128) NOT NULL,
    PRIMARY KEY CLUSTERED
         [tablename] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    GO
    - what does describe show for the SPSSCMOR_CONTROLTABLE in Oracle ?
    [Answer]:
    -- File created - Monday-July-18-2011
    -- DDL for Table SPSSCMOR_CONTROLTABLE
    CREATE TABLE "CDS41P2"."SPSSCMOR_CONTROLTABLE"
    (     "TABLENAME" NVARCHAR2(128)
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ;
    -- DDL for Index SYS_C009547
    CREATE UNIQUE INDEX "CDS41P2"."SYS_C009547" ON "CDS41P2"."SPSSCMOR_CONTROLTABLE" ("TABLENAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ;
    -- Constraints for Table SPSSCMOR_CONTROLTABLE
    ALTER TABLE "CDS41P2"."SPSSCMOR_CONTROLTABLE" MODIFY ("TABLENAME" NOT NULL ENABLE);
    ALTER TABLE "CDS41P2"."SPSSCMOR_CONTROLTABLE" ADD PRIMARY KEY ("TABLENAME")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE;
    Edited by: 870587 on Jul 18, 2011 1:42 AM

  • How can I migrate data from an old MBA to a new one without having access to the screen of the old one? The screen of the old MBA is damaged !

    How can I migrate data from an old MBA to a new one without having access to the screen of the old one? The screen of the old MBA is damaged !

    If your "older" MBA has a Thunderbolt port then it isn't that old. See Target Disk Mode about how it's used. Note that without a monitor you won't be able to tell from the screen when it has fully started, and if it succeeded in starting in TDM. If it did, then the hard drive should appear on the Desktop of your new computer. You can then access it to transfer your files. You can even use Migration Assistant or any backup utility to transfer data. Just don't try to transfer system files.

  • Migrate data from one table to another

    Hi,
    I need to move data from work space -1 to work space -2. I need to move only selected data. From work space -1 to work space -2
    Work space -1
    Table -1_
    ID NAME Description
    1 xyz one
    2 abc two
    3 mnk three
    Table -2_
    ID PID NAME Description
    1 1 x1 -
    2 1 x2 -
    3 2 a1 -
    4 2 a2 -
    5 3 m1 -
    Table -1 is parent table and Table-2 is child. Here PID is parent key of table-1 and ID's in both the table are primary keys.
    Now i need to move data from work space-1 to work space -2
    Work Space -2 table structure
    Table - 1
    ID INDUSTRY_TYPE DATE DESC
    1 TNT - -
    2 MTN - -
    Table - 2
    ID T_ID NAME DATE DESC
    1 1 T1 - -
    1 1 T2 - -
    2 2 E1 - -
    2 2 E3 - -
    I need to migrate data from work space -1 of table 1 and 2 to work space - 2 of table 1 and tabe 2
    Please suggest me a query to migrate. Please let me know if the steps mentioned above is not clear.
    Thanks
    Sudhir

    Using INSERT statement.
    insert into <target table>(<column list>)
    select <column list>
      from <source table>

  • Possible to read data from a web browser into java?

    Is it possible to read data from a web browser such as IE or Mozilla into a java applet for use and manipulation? If it is, could someone please post some documentation I could look at or a snip-it of code I could use? Thanks.

    This will read the content from a site:
    import java.net.*;
    import java.io.*;
    class Test {
         public static void main(String[] argv) throws Exception {
              URL u = new URL("http://www.google.com");
              URLConnection uc = u.openConnection();
              BufferedReader br = new BufferedReader(new InputStreamReader(uc.getInputStream()));
              String text;
              while( (text = br.readLine()) != null ) {
                   System.out.println(text);
    }

  • IS possible to extract data from email body using ssis?

    IS possible to extract data from email body using ssis?
    the email come with a display table
    CRISTINA&amp MICROSOFT Forum

    Hi perezco,
    As Piotr said, this can be done through .NET programming in a Script Task or a Script Component. For the code snippet, please refer to the following thread:
    http://forums.asp.net/t/1629654.aspx 
    In addition, there are also third party SSIS components that provide such a functionality such as:
    http://www.cozyroc.com/ssis/receive-mail-task 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Is it possible to get data from a smashed/broken iPod touch 4th gen?

    Is it possible to get data from a smashed/broken iPod touch 4th gen?

    - If when you connect the iPod to your computer it appears in iTunes then you can make a backup and then restore another iPod or other iOS device from that backup.
    - Otherwise you will have to go to a data recovery company.
    - When I go to the YouTube link I can't get the video to play.

  • HT201250 i bought a new mac, and i want to migrate data from my old pc external drive to my mac how is this done

    Just Recently bought a new Mac, because my old PC crashed again, ( finished w/ microsoft) but now i would like to migrate data from my external drive i used on my PC to my new Mac. i loaded the Migration assitant from utilities but didnt see how to migrate the data from this external drive. which is a SEgate drive. any ideas.

    Just in case you are not aware of this, you can probably use your external drive, which you presumably now no longer need for your PC, as the backup drive using the Mac's Time Machine. If you still have any Windows specific files that you want to keep, it is really easy to partition the drive so that you can keep Windows files and Mac files in different partitions.

  • Just reinstalled software and migrated data from Time Machine, now iMac does not recognize printer or camera

    Under the direction of Apple Support, I recently erased my iMac (Intel) hard drive, reinstalled and updated software and migrated data from an external hard drive via Time Machine.
    Now, after clicking on "PRINT", the print dialog box says "printing" then says "no pages found", and finally says "stopped"; and when I plug in my camera to download photos, the camera is not recognized.  Both printer and camera are connected via USB.
    I checked connections, verified printing and iPhoto preferences, turned printer off then on again, unplugged and replugged USB connections, and checked and followed directions in the Help menu.

    Thanks very much, I'd just tried rkaufmann87's suggestion and entered "This solved my question" when your suggestion popped up—you deserve a "This solved my question" too, though I saw only an option for "This helped me".
    Before I got rkaufmann87's suggestion, I repaired disk permissions and that resolved the camera problem.  Both of you nailed the solution.
    Thanks again!

Maybe you are looking for

  • Sony XAV-712BT with Sony XA-NV300T can anybody help please?

    Hi everyone, i recently purchased a Sony XAV-712BT car audio system unit with a Sony XA-NV300T navigation unit and i am having problems getting the navigation to work. When i connect the navigation unit an error comes up on the screen (link below) th

  • IWeb 09 + Snow Leopard = Character Spacing / Tracking Disaster!

    I have a big problem. Upgraded to Snow Leopard, all went fine... but now much of the text in my iWeb 09 pages are all bunched on top of each other, where they looked fine before. This is primarily a problem with title text, and happens with all new t

  • Dynamic determination

    here is a snippet of code used by me public void focusLost(FocusEvent fe) {           JTextField myjtf = (JTextField) (fe.getSource()) ; //mmore code This focusLost event gets called by set of 5 JTextFields which form an array. Now in the focusLost e

  • How to resolve #{row} of af:table in custom tag class?

    Hi all, My customer creates custom converter tag with some attributes. When they use it outside af:table, it works as expected. However when they use it in af:table and set "#{row.value}" into the tag's attribute, it doesn't work because it can't res

  • Site publishing

    when you pull up my site it comes up as: http://www.gilreathdecorativefinishes.com/gilreathdecorativefinishes.com/About_U s.html Why is it doubled? And my site can not be crawled to the other pages? How do I add my other pages like the {/About_Us?} I