Migrating mysql procedures into oracle

Hi friends!
I have a task to migrate one mysql db into oracle enviroment. So i plan to use a handy sql developer migration tool. I have not yet seen the source mysql db. So for now i just trying to figure out some issues wich may appear in the course of the work. I know there should be some complex procedures in the source db and wonder how good sql developer in wrapping mysql procedure logic into plsql code.
Does anyone has experience with it?
Thanks in advance. Alex.

Alex,
It's very difficult to say what problems you may have, if any, as it really does depend on the complexity of the MySQL procedures and what MySQL specific code they use.
You can test using the 'Translation Scratch Editor' from the main menu -
- Tools
- Migration
- Translation Scratch Editor
Regards,
Mike

Similar Messages

  • How Migrate MySql Database to Oracle

    Hi...
    I like Migrate MySql Database to Oracle, can help me?
    Alexandre

    I am trying to migrate a MySql to an Oracle database. I have not had any problem setting up the migration workbench.
    What I am having a problem with is copying the source database to the Oracle DB - I have verified that the host name is correct - and the MySql is at the default 3306 port number.
    What my problem is that the root user on the Linux server is not the user with DBA priviliges - instead a user called admin is the user on the linux box that has DBA priviliges.
    Is my only way around trying to get the root user assigned DBA priviliges in order for this extract to succesfully happen - and if so, how do I go about assigining DBA priviliges on the MySql database to the root user?
    Any help will be appreciated.
    Thanks

  • Convhow to erting MySQL database into oracle Database

    Hi,
    how to import/convert MySQL database/tables into oracle database/table.
    i need SQL code or any import wizard technique.
    Thnxz

    Please refer:
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html

  • How to migrate my-sql into ORACLE!

    I have this database running in my-sql. nOw i want to convert into ORACLE.Can anyone shed light on this please..does sql loader
    support this?
    Thanks in advance..your help will be much appreciated..
    ashish

    Do you want to migrate code or data?
    If its code you'll probably have to do a manual rewrite. Sometimes there are utilities to convert code from one system to another, but some manual fixes are usually necessary even when these exist.
    If its data there are copy utilities. As Satish pointed out you could use SQL*Developer, or possibly Oracle Migration Workbench

  • Migrating SAP BW into Oracle data model

    We have a requirement where the exisiting data from SAP BW needs to be migrated into Oracle. Since I do not have any prior SAP BW experience, I wanted to ask the forum on what their thoughts are in converting the data model from SAP BW into Oracle. Would that be straight forward conversion for the fact and dimension tables into Oracle or are there certain things we need keep in mind while designing the data model in Oracle. For ex: indexes, keys, attributes etc if they are handled any differently between the two systems.

    Hi
    ERwin will not give you the functionality to derive the logical data model from SAP BW automatically, however Saphir from Silwood Technology (www.silwoodtechnology.com) does allow you to extract the detailed metadata from the SAP BW system ( as well as from other major standard or customised ERP applications - SAP itself, Oracle, Siebel, Peoplesoft and JD Edwards). Once this information is brought into its own repository, Saphir provides a range of powerful search and view capabilities to allow you to isolate the data you are interested in and then export that information to ERwin (or any other leading Modeling tool).
    Saphir will provide you with details of the relationships and detailed definitions within SAP BW.
    Hope this helps
    Roland

  • Importing MYSQL dump into Oracle database

    Hi,
    I want to import MYSQL database dump into Oracle 9i database.
    Can any body suggest as how to proceed for this.
    thanks in advance

    if you're referring to dump generated by mysqldump then you have a lot of work to do since Oracle does not support sql syntax in the dump file.
    alternatively, you can export each table into .csv file using phpMyAdmin and then load that .csv using SQL Loader or external table.

  • Migrating existing POS into Oracle POS

    Hi All,
    During data migration of exisiting POS(Leading providers) into Oracle POS,Can you please anyone list the tables needs to be migrated?
    Thanks in advance,
    Krishnan.

    Oracle has a product called the Oracle Migration Workbench that would be useful in migrating the database backend. The MFC application should mostly work without significant changes-- it's mostly a matter of testing to figure out what the Access ODBC driver does differently than the Oracle ODBC driver and what impact that has on your application.
    Once the application functionality is migrated, you'll hopefully have a large chunk of schedule to optimize your code & refactor your queries to take advantage of Oracle. This is the biggest hurdle in my eyes-- there are lots of things that work really well against 1 database that perform or scale poorly on another database.
    Justin

  • Migrating Stored procedure from Oracle to Mysql

    Dear All,
    Please suggest, is ther any tool of stored procedure migration from oracle to mysql.
    I tried some tool like
    1. Intelligent Converter.
    2. Sql way
    3. Mysql Migration Toolkit.
    But procedure cannot migrate properly.
    hb venki

    Venki,
    I think you are in the wrong place, try finding a MySQL forum ;0)

  • SELECT from MySQL, INSERT into Oracle

    Hallo,
    I am new to Java.
    My task is to collect data from about 30 tables inside MySQL database and then insert it to similar tables in Oracle.
    Script should copy data one a day, during the night.
    Number of rows in each table is about 30,000.
    MySQL version 5.1
    Oracle version 11.1.7
    Both of them are installed on really fast servers.
    The way i would do it is:
    1. connect to MySQL
    2. connect to Oracle
    3. select data from MySQL table and insert it to Oracle table.
    repeat this step for each table
    More precise about SELECT and INSERT:
    handle_one = "SELECT a, b, c FROM mysql_table1";
    while(handle_one is true)
    INSERT a, b, c INTO oracle_table1;
    4. close MySQL connection
    5. close Oracle connection
    Is it best way?
    Best Regards
    slk

    slkLinuxUser wrote:
    Script should copy data one a day, during the night.
    Number of rows in each table is about 30,000.There are variations on the above depending on what the above two statements mean.

  • Migrate MySQL db to Oracle with SQL Developer / Migration Workbench

    I'm having a problem migrating a MySQL database to an Oracle database. I can make the connection to the MySQL database and query the data, but I can't do the migration.
    When I right-click on the MySQL schema, "Capture Schema" is greyed out. Same problem with clicking on an individual table. Also, the menu item "Migration --> Migrate" is greyed out.
    Can you help?

    Yes, I created a repository. And after your question, I clicked on the repository and was able to get the Migrate Data option for the first time. Thank you!
    Before I had been choosing the source database, which wouldn't allow me to choosse the Migrate Data option no matter what I did.
    Thanks for pointing out the obvious!
    BJ

  • Best way to migrate Access data into Oracle 10g?

    what's the best and easiest way to migrate MS Access database into Oracle10g?
    Thanks

    you can check out this thread ms access db to oracle 10g
    <p>also as neil mentioned you need an ODBC to established a database connection between ms access and oracle. be sure that the tables are existing in oracle so you move the data from ms access to oracle tables.</p>

  • Migrating MySQL database to Oracle 11g RAC

    Hi,
    I would like to migrate an entire database from MySQL to my new Oracle 11g RAC. How do I do it?

    Hi Turloch,
    I was able to configure SQLDeveloper to connect to Oracle and MySQL.
    I am having a hard time migrating data from mysql maybe due to table size. I got mysql tables with more than 20M and the PC am running the sqldeveloper is running out of memory every time I try to migrate the tables.
    Can you share some experience migrating from MySQL to Oracle?
    Thank You.

  • Migrating MySql Database to Oracle

    Hello,
    I want to migrate my MySql database completely to Oracle database. Is there any methods or tools to do it fast
    Regards
    Mujeeb ur Rahman

    Have a look at Oracle's Migration Workbench on OTN
    http://www.oracle.com/technology/tech/migration/workbench/index.html

  • Migrate Weblogic Query into Oracle Application server

    how can i migrate weblogic.ejb.Query into oracle10g?

    This document is for 9iAS but it could help give you an idea of what to do
    http://www.oracle.com/technology/products/ias/pdf/weblogic_migration.pdf

  • How to insert data into Oracle db from MySQL db through PHP?

    Hi,
    I want to insert my MySQL data into Oracle database through PHP.
    I can access Mysql database using mysql_conect() & Oracle database using oci_connect() through PHP.
    Now How can I insert my data which is in MySQL into Oracle table. Both table structure are exactly same.
    So I can use
    insert into Oracle_Table(Oracle_columns....) values(Select * from MySQL_Table);
    But again problem is I can't open both connections at the same time.
    So has anyone done this before or anyone having any other idea..
    Plz guide me...

    You can do it if you setup a ODBC Gateway between MYSQL and Oracle DB. Then you can directly read from MySQL table using DB links and insert into Oracle table in one single SQL Statement.
    Otherwise you need to fetch the data from MySQL Into variables in your PHP Program and then insert into Oracle after binding the variables to the insert statement for Oracle. Hope that is clear enough.
    Regards
    Prakash

Maybe you are looking for