TRANSFER DATA FROM MS-SQL SERVER TO ORACLE

hello everybody
can anyone tell me how 2 transfer or convert data from ms-sql server to oracle
is there any utility
if yes let me know .
thanks in advance

There are various options depending on how much data we're talking about, where you want the program logic, whether it's a one-time migration, etc.
Among the options
- Use SQL Server's DTS
- BCP the data from SQL Server into flat files and use SQL*Loader to load it
- Create a database link using Heterogeneous Services and Generic Connectivity to extract data from SQL Server
- Use the Oracle Migration Workbench, which is now integrated into SQL Developer
- Use an ETL tool like Oracle Warehouse Builder
Justin

Similar Messages

  • How to replicate data from MS SQL Server  to Oracle

    Hi,
    Can someone please help me on how to replicate data from MS SQL Server to Oracle 8i database.

    Dear,
    I'm a student.
    I do simple replication on Oracle 8.0.5 successfully. (one master site and one snapshot site). I only use the SQL*Plus and Schema Manager to do.
    But when I do advance replication (multimaster replication) I meet many problem. So I don't get the result.
    Do you show me the technology to do that ?
    Thanks !

  • Transferring data from MS SQL Server to Oracle through Oracle's Stroed Procedure

    Hi,
    I need to access 3 tables of MS SQL Server database through oracle's Stroed procedure.
    Is It possible? if yes how to do?
    is there any way of accomplishing this?

    Yes. Using Attunity Connect native drivers for Oracle. Attunity Connect drivers are also licensed and resold by Oracle under the name "Oracle Transparent Gateways" or "Oracle Eterogeneous Services".
    The OEM Oracle driver are "light" ones. The Attunity drivers are more complete. Consult www.attunity.com

  • Loading from MS SQl Server to Oracle

    Hello,
    I am trying to load data from MS SQL Server to Oracle using LKM SQL to ORACLE, this works well with the tables with less number of rows but I have some tables with rows over few Mils so I am trying to use BCP to export into a flat file and then use SQL LDR to load into Oracle.
    My problem is ODI sits on UNIX and dosent support the BCP file format. Has someone ran into similar situation or have a solution to this?
    Thanks!

    Hi Srinivash, You can follow below KMs
    1. LKM SQL to SQL
    2. CKM ORACLE
    3. IKM SQL Incremntal Update (Insert and update)/ IKM SQL Control APpend (Insert only )
    Hope it helps.
    Thanks

  • Export data from MS sql server table to an oracle table

    I need to move data from a sql server table to an oracle table and when ever the sql server table is updated it needs to automatically update the oracle table. Is there procedure to do this or do I migrate the data once and set up a trigger on the sql server table to update the oracle table? If the trigger is the answer how do I do that?

    You might want to check out Oracle's heterogeneous services functionality if you haven't done so already. Here are a few links:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/toc.htm
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/majfeat.htm#sthref74
    Also, consulting the Oracle streams manual may be helpful -- particularly Chapter 5.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14228/toc.htm
    Perhaps someone who is more familiar with SQL Server could provide a more helpful answer.

  • Migrating from MS-SQL Server to Oracle

    Hi,
    Is there any Java Tool to migrate from MS-SQL Server to Oralce?
    (My Organization's data is already stored in MS-SQL Server database, now we want to migrate to Oracle;
    is there any easy way to pull data from MS-SQL Server and push into Oracle database)
    thanks,

    I think u should use a third party help to resolve this problem, i use dbload to solve it when i was migrated my data, it can migrate almost any data, it helps me to convert MSSQL to MYSQL, MS access to MSSQL, mysql, csv loader, foxpro and MSSQL to MS access, MYSQl, CSV, foxpro etc. i found it on google search.
    Download Free : http://www.dbload.com

  • Migration from MS SQL Server to Oracle 10g

    Hi,
    In our application, we are planning to refresh data every one hour from MS SQL Server to Oracle 10g. Can anyone tell me what approach can be followed?
    Thanks & Regards,
    Faizal MK

    Hello,
    migrations can be done with the Migration Workbench that is included in the SQL Developer: http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    But your question sounds more like a replication of data than a migration. Please read as a starter the following note in My Oracle Support (former Metalink):
    Note 283700.1: How to replicate Data between Oracle and a Foreign Datasource
    That note describes ways for the replication in both directions. Please let me know whether this is helpful for you.
    Best regards
    Wolfgang Kobarg-Sachsse

  • Query data from MS SQL db through Oracle ? By using JAVA ?

    Hi folks,
    I would like to sync our one table in oracle db with table in different system, stored in MS SQL database.
    What would be the easiest option for connection from Oracle to MS SQL db to be able to query data from MS SQL through some Oracle package?
    If possible, I would like to keep all "tricky steps" within Oracle database. I heard about option with Java, but so far we have no experience with java in Oracle.
    Our database: Oracle 11g Database Standard Edition One
    Many thanks,
    Tomas

    C:\Users\tomeo>dg4pwd HELIOS
    ORACLE Gateway Password Utility
    Constructing password file for Gateway SID HELIOS
    For user account SYSTEM
    OPW-00001: Unable to open password-file (RC=0)
    C:\Users\tomeo>

  • Passing from MS SQL Server to Oracle. Options?

    Hello,
    We are going to be passing from MS SQL Server to Oracle (ver 10.2.0.3 on Windows Server 2003).
    It looks like there is no Oracle tool which will translate TSQL code so that an Oracle database can read it.
    What can be used to pass SQL Server DML statement TO Oracle? What are the options?
    Thanks

    Nell,
    If you want to translate TSQL to Oracle PL/SQL you have a tool to do that.
    This is Oracle SQL*Developer, you can download (version 1.5.1 build 54.40 )from this website:
    http://www.oracle.com/technology/products/database/sql_developer/index.html
    This is a free tool.
    When you use SQL*Developer, you have the menu Migration/Translation Scratch Editor.
    For example, you can create a connection directly to your SQL server db, display your TSQL procedures and then translate automatically to PL/SQL.
    You can migrate automatically SQL SERVER database, or only several tables to Oracle.
    If you have question about this tool, please go in the Database/SQL developer forum
    I hope it helps you.
    Regards
    Mireille

  • Translate Stored Procedure from MS SQL Server to ORACLE 9i

    Hi...
    I work usually with MS SQL Server, and now I need to migrate an application from MS SQL Server to ORACLE 9i. I think to preserve most of User Interface made actually in MS Visual Basic .NET 2003 and change or "translate" all the MS SQL Server stored procedures to ORACLE 9i(most of business logic was code in Stored Procedures). So I need an advise of how to do that, if there are a tool for migration (tables, PK, FK, Rules, Defaults...etc) and, if possible, a procedure or tips for translate the stored procedures.
    Thanks in advance....
    Eusebio M

    Here's some links:
    Oracle Migration Workbench:
    http://www.oracle.com/technology/tech/migration/workbench/index.html
    Forums for Migration:
    http://forums.oracle.com/forums/forum.jspa?forumID=183
    Database and Application Migrations
    Good luck!
    Christian

  • How BW get data from MS SQL server DB?

    I got infomation about this from help.com, http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm.
    this web told me, when BW application server must be Win NT.BW can get data from MS SQL server DB.
    but our BW application server was AIX.
    Did you know other solution to this?

    Hi,
    you need to use the DBConnect or in BI7.0 the UDConnect features.
    regards
    Siggi
    See also: http://help.sap.com/saphelp_nw70/helpdata/EN/a1/89786c3df35c4ea930a994e884bb4c/frameset.htm
    or
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/bcdce1dcaf56a3e10000000a1553f6/frameset.htm
    Edited by: Siegfried Szameitat on Aug 13, 2008 9:16 AM

  • Importing the data from MS SQL Server 7.0 SP3 to ORACLE 8i - 8.1.7

    How can I import a database from SQL Server to ORACLE Databas
    server ?
    It would be great if you could help me with that ...
    Thanks,
    Murad

    Hi,
    This error is fixed in the production verison of the SQL Server 7.0 plugin. This will be released in the next few weeks with the Oracle 8i relase 2 for Windows NT.
    Regards
    John

  • One way replication from MS sql server to Oracle 10g

    Hi,
    We are using Sql server 2005 windows 2003 32 bit and Oracle 10g 10.2.0.3 on linux 64 bit
    Is it possible to replcate table data on real time from sql server (2005 32 bit or sql server 2000 32 bit)to oracle 10g running on linux 64 bit?
    If yes then what are the steps.
    It will be one way replication from sql server to oracle.
    Which option is best sql server dts or Oracle Stream replication to replicate table data?
    Regards,

    If you want to push data from SqlServer, then ODBC, Linked tables, DTS etc.
    If you want to pull data from Oracle, then Heterogenous Services / Gateway.

  • Interface from MS SQL Server to Oracle 8

    We have a situation where we need to have Oracle PO tables updated with data from SQL Server tables. This would need to happen on a daily basis, by way of an automated interface. The folks "in the know" here have indicated that it is not feasible. Is this really that difficult to do? I am new to Oracle, but it just doesn't make sense to me that Oracle would be that difficult to deal with. Your help is greatly appreciated.

    Thanks for the reply.
    I am not sure what you mean by PO tables <I am referring to Purchase Order tables.
    I haven't done any analysis yet - I don't even know the table names, but surely there is a PO Header table and a PO Line table, for example. What is needed is an automated interface from a separate PO system (running on SQL Server) that will update the appropriate Oracle PO tables. Apparently there is no "open interface" delivered by Oracle for these tables. So I guess my question really is: do shops typically do custom interfaces between Oracle and other systems? Surely Oracle doesn't drop support if you exercise a little intelligence and tie your systems together. My feeling is that they do, and it is simply that this particular shop prefers not to, for whtever reasons. Also, it seems to be more of a challenge given that the source data is on SQL Server, at least that is the impression I am getting. Thanks.

  • Extracting data from a SQL Server to BW

    Hi Experts,
        Can somebody let me know how to extract data from a NON SAP
        SQL Server I mean
        1. Creating a Source System
        2. Connecting to the SQL server
        3. Creating datasources and extraction
        Kindly help me its urgent
        thank you
        arshad.

    Hi Ingo,
    What I suggest is instead of extracting it to a file, can you use the function module which replicates this data to the mobile clients and use this function module to call the select statement. If a mobile client is able to access this info, then it must be doing a RFC call to some system whose logical system would have been in SAP as well. This is an assumption.
    May be if you could call the same function to derive the required data instead of extracting it to a file and then uploading it.
    Regards,
    Srikanth

Maybe you are looking for

  • SQL Error while running a report

    Hi Experts, I am getting an error like below while running a report for particular sales Organization and Company code combination *SQL Error: 83-* *SQL0083C A memory allocation error has occured* *Errors occured during parellel processing of query 3

  • How to use Multiple Logos in One Smart Form?

    All, I have a client where they will have 2 logos for, e.g. "Invoicing" and want the form to decide which logo to print (based on plant code). We are using Smartforms. They want to use one form and based on the plant code - the form should determine

  • Mac Pro no longer mounts external usb devices

    Hi there, Last week my mac pro stopped mounting my ipod shuffle as a disk (i was using it like a usb memory stick), i thought it was a problem with the shuffle and left it aside. But just yesterday the mac stopped mounting my external lacie 500gb dis

  • Send email with txt file as attachment

    Hi , can any one help me in download as txt file using the function module SO_OBJECT_SEND along with email . a sample code using this function module would be helpfull. Thanks, vinay .

  • CPM-BSC - Java Application Error in BI 7.0. - CauseEffectApplet Not found

    We have recently migrated from BW 3.5 to BI 7.0. We are making tests in our test system and we found an error executing a BSC via web. Trying to execute the balanced scorecard via web, with the UMB_LAUNCHPAD_WEB transaction, when you select an scorec