Tools for migrating data (documents) from MS SQL to Oracle

Hi,
Please let me know if there any tools available for migrating documents from one database like MS SQL to Oracle. Currently our documents are stored in MS SQL and we are planning to implement KM for document management with Oracle as the database.
Regards,
Suresh

The old manual style still works - create the scripts for the migration objects, then use search & replace to rename the schema for all affected objects and finally run the SQL script to create them in the Oracle database.
- Klaus

Similar Messages

  • Migration tool for migrate MII objects from 11.5 to 12.1

    Hi All,
    We can use any of the tools SP01/02/03/04 for migrate MII objects from 11.5 to 12.0.
    Our requirement is to migrate MII objects from 11.5 to 12.1.
    Can we use the same tool to accomplish our requiremnt ? Or is there any other tool for this?
    Please suggest me on this.Thanks in advance.
    Regards,
    Manisha

    Thanks Jamie.I got it.upgrade guides located at http://service.sap.com/instguides -> SAP Business Suite Applications -> SAP Manufacturing -> SAP MII.
    Thanks,
    Manisha

  • Tools for migrating data from SAP DB2 to Oracle

    HI, someone please help regarding the topic mentioned above. Is there any tools that I can use to migrate the DB2 to Oracle
    Please help me
    Thanks
    -jebatco

    This is a very specialized area you are looking at. My recommendation is that you look at SAP sites on Oracle.com for assistance. There is also a SAP Migration white paper you can read and the Oracle/SAP site.
    Regards
    Sue

  • Migrate Data only from MS SQL to existing tables in Oracle

    Hi,
    I just downloaded Sql developer and I just want to copy data from sql server tables to oracle. I already have existing tables in Oracle and I just want to import the data there. How could I possible do that?
    Thanks in advance :)

    try this it must be helpful
    how can i connect sql server in sql developer?
    Regards

  • Live migration (Data transfer) from MS-Acess to Oracle? please look.

    Dear Members,
    we have our buses GPS system installed, the application gives data in to MS-Access. based on satellite movement once it catches our devices installed in Buses it produces a current position record the current place (GPS software used world places and give names of each small town),speed, etc there is upto 10 columns.
    i'm looking for the possibility of extracting two fields from that Ms-access table current place,speed into my Oracle database, that should be live transfer, means when ever a record stores into Ms-access i want this to be saved in Oracle too.
    actually they have a option SQL-server too, but i dont want to go SQL Server and already we are using Oracle 8 for all other operations. they (GPS software company)dont have an option or drivers to be integrated to Oracle.
    Please.. any ideas..
    thanks in advance

    If there is no primary key and no timestamp, I don't know how you would go about pulling only new records cheaply. The only thing I could think of would be to have a where not exists clause in the select statement, i.e.
    SELECT access.column1, access.column2
      FROM tableName@AccessDatabase access
    WHERE NOT EXISTS (
        SELECT orcl.column1
          FROM oracleTableName orcl
         WHERE orcl.column1 = access.column1
           AND orcl.column2 = access.column2 )which would obviously be an expensive query to issue repeatedly. Can you add a timestamp or some such to the Access table?
    Justin

  • OLAP data from MS SQL to Oracle

    Hi,
    I am currently using Microsoft SQL server 2000 as our datawarehouse with Analytic services(OLAP data).
    We are thinking of migrating to Oracle 10g. By using Migration Workbench, will it migrate my 3 dimensional data(OLAP) from MS SQL to Oracle (OLAP) ?
    Thank you.
    Best Regards,
    Ian Ho

    This could happen if you are using improper LKM
    So depending on your source and staging database you choose the corresponding LKM
    for example:
    If you are using MS SQL Server as your source and Oracle database as the staging database, then you should be using lKM SQL to Oracle

  • Help me please to migrate from MS SQL to Oracle

    Hi all,
    we are in process of migration from MS SQL to Oracle.
    Please help me to perform the same in Oracle:
    select number+1 as rowid,number*6+1 as rowbeg,number*6+6 as rowend 
    from master.dbo.spt_values
    where type='P'
    Our Oracle version:
    select * from v$version
    BANNER                                                                         
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production   
    PL/SQL Release 11.2.0.2.0 - Production                                         
    CORE 11.2.0.2.0 Production                                                     
    TNS for 64-bit Windows: Version 11.2.0.2.0 - Production                        
    NLSRTL Version 11.2.0.2.0 - Production                                         
    5 rows selected.

    996831 wrote:
    Here is another solution without "connect by":
    select 1 as rnum, 1 as rowbeg, 6 as rowend from dual
    union all
    select rownum+1 as rnum,rownum*6+1 as rowbeg,rownum*6+6 as rowend
    from all_objects
    1
    1
    6
    2
    7
    12
    3
    13
    18
    4
    19
    24
    5
    25
    30
    6
    31
    36
    7
    37
    42
    (et cetera).
    This needs the user to have access on all_objects view and it will limit the result upto the numbers of objects returned by the all_objects view.

  • Migration tool to migrate xmii objects from 11.5 to 12.0

    Hi All,
    I am looking for the migration tool to migrate xmii objects from 11.5 to 12.0.
    There are many downlodable for migration tool MII 12.0 like " XMII 12.0 Migration Tool SP04/03/02...".
    Can you please suggest which one to use for .
    I am having MII12.0.2 build 88 .
    Thanks in advance
    Ketan

    Hi Ketan,
    You can use any of the tools SP1/2/3/4 for migrate xmii objects from 11.5 to 12.0.
    Thanks,
    Manisha

  • Best Practice for Migration of BO  from one server to another

    Hi All,
               I would like to know what is the Best pratice for Migration of BO from One server to another.
    i have Installed BO Xi R2 on my server.
    Thanks,
    Anendu Bothra
    Edited by: Anendu Bothra on Mar 5, 2009 10:24 AM

    You need to copy your input and output file stores from the old server to the new server. By default these are located in the <Business Objects install path>\FileStore directory.
    Then you need to stop the CMS, Right click the CMS,Click the Configuration tab, and then click Specify.
    Choose Copy, then click OK.
    Choose the version information for the source CMS database.
    Select the database type for the source CMS database, and then specify
    its database information (including host name, user name, and password).
    Select the database type for the destination CMS database, and then
    specify its database information (including host name, user name, and
    password).
    When the CMS database has finished copying, click OK.
    Once this process has been completed start the CMS and click on update objects -> located on the top of the CCM.
    I'd advise taking full backups beforehand.

  • When we have LSMW for migrating data then why we will go for Session/Call ?

    Hi Guru's,
    Could you please tell me ...
    When we have LSMW for migrating data , why will go for Sessions/call Transaction for migrating? when we do with LSMW we can complete the object with less time then why we have will do with session/call transaction?
    when we have to use LSMW ? and when we have to use SESSION/ CALL TRANSACTION ..
    thanks in advance..
    vardhan

    LSMW can't upload large amount of data into the database.
    Whereas BDC SESSION CALL /TRANSACTION method can upload large amount of data into the database.
    The error capture method is superior in BDC.
    BDC programs can be scheduled to run on periodic basis as per the customer requirements.

  • XJC Tool - For building Java classes from Schema

    Hi all,
    I am using XJC tool for Building java classes from Schema.
    Can we have any other tool for generating java classes from Schema?
    Thanks in advance,
    typurohit

    Solved my own problem and forgot to post the answer: the "xsd:import" is also considered as a targetNamespace, so each xsd:import needs a package specified as well when using oracg. It would be helpful if the Oracle documentation had stated that, but it does not point this out.

  • Creating PDF documents from PL/SQL

    I would like to know if there is a way to create dynamic PDF documents from PL/SQL procedures using OWA replacement cartridge?
    null

    I would like to know if there is a way to create dynamic PDF documents from PL/SQL procedures using OWA replacement cartridge?
    null

  • Access odbc data sources from PL/SQL

    Dear All,
    I would like to know is there any way where i could access odbc data sources from pl/sql (i.e i would like to insert, update records into MSAccess table from pl/sql procedures, triggers). Would appreciate any help regarding this.

    The only way I know of how is to write and external function library and use that to access ODBC datasource ...if someone else knows something else I would be interesting in hearing about that also.

  • Ideas for migrating data to new iMac from faulty eMac?

    My wife's old eMac died, but she was able to copy her user folder (all 58+ GBs) to an external drive prior to it finally giving up the ghost. It was copied via finder (not cloned or done via Time Machine), so it doesn't appear to have permissions set (i.e., I can mount the disk on another computer and access all her files).
    She needed her new iMac set up right away to finish some work, so only a few files have been transfered.
    I don't know if Migration Assistant can deal with the files, but I'd rather not migrate her stuff at this point. Migration Assistant isn't particularly granular (i.e., you can't choose which apps or which email to transfer - it's all or nothing). I'd rather access her home folder (as the user) to clean out her files (i.e., email, downloads, iTunes, iPhoto, etc.) prior to migrating them to her new computer. At a minimum, I want to log into her old account to backup her contacts to transfer over (or access them some other way).
    Can I set up a user account for her on another computer (same name and pw), go into the advanced accounts settings and point to her folder on the external drive, and then log into her account? Or do I need to do some terminal work?
    I believe the HDD was corrupted by the HW failure, but if Target Disk Mode is preferable for what I want to do, then it might be worth some troubleshooting on the eMac to get Target Disk working.

    "Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist"
    excepted from, "kimaccdual: A Basic Guide for Migrating to Intel-Macs" by Kappy and others.

  • What methods are available to migrate Data from MS SQL to Oracle DB 11g.

    Hi,
    Need to know the No of ways/ Techniques via we can Migrate data from MS SQL Server to Oracle DB 11g.
    Thanks ,
    NL

    hi,
    i came across this link in oracle demos :
    http://st-curriculum.oracle.com/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm
    the migration process using sql developer
    br,
    mrak

Maybe you are looking for

  • Error while generating interactive PDF

    Hi all, For the first application i am creating in web dynpro, i thought of creating a interactive form and calling it in web dynpro screen. But there's an error...!! I have created the adobe form in Adobe LIve Cycle Designer. I have placed the UI el

  • Upgrade FCS Academic To FCS 6

    My academic serial number is not working when the new final cut studio 6 upgrade installation asks for my old serial number. I am positive I wrote it correctly, why does it say that it is invalid?

  • Oracle 10 isqlplussvc fails to start

    I am working on building a new ECC 6 EHP4 system on Windows Server 2008 64 bit. I am installing Oracle 10.2.0.4.0 and at the end of the installation I receive the following error: "Failed to start the service, Error: 0, the operation completed succes

  • Itunes isnt playing songs correctly?

    i just downloaded the newest version of itunes, but now itunes is messing up when it plays my songs. like, it will skip just like a scratched CD. it also seems like its playing faster. at first, it only happened every once in a while, but now, it hap

  • Failure to properly resume after hibernation (suspend to swapfile)

    I have an 8GB swapfile set up as recommended on the ArchWiki, but from time to time I encounter an error while resuming and am unable to interact with the interface that resumes (i.e.: Chrome, GNOME-Shell, etc.), and the time displayed is the time of