Oracle workbench

Does "Oracle Migration Workbench Release 10.1.0.4.0" support mysql ?
if so where can i find the plugin for non oracle database
it shows only "IBM and Informix" on plugin
when i create Repository i get
"No plugins are installed. please install the plugin for the database you want to migrate"
Pls let me know and suggest me.
One more thing
if is use "sqldeveloper" and try to migrate from mysql to oracle its taking very very long time and stops error capturing failed.

Interesting question. I suspect it is related to the 'I have a question about SQL Developer' forum rather than the 'I have a problem obtaining software' forum.
You might want to go to the forum home (http://forums.oracle.com), scroll down to Databases, click on 'More ...', and select 'SQL Developer' if that is indeed true.

Similar Messages

  • Does oracle workbench support earlier versions of DB2 not UDB

    HI all,
    In our company we are migrating the DB2 (I think version 2.xx ) of OS2 to Oracle in windows ,
    Does the Oracle Workbench support for the earlier versions of DB2,
    if yes how?
    if no then what is the way to migrate?
    This is an urgent requirment, so pls. provide me a solution.
    Thanks
    Murali.v

    DB2 v2 would be at least 10 years back. That may be out of even SQLWays window for DB2.
    If indeed stuck without a tool.....
    Assuming that there are very few stored procs, triggers, and proprietary SQL views. (MWB DB2 plug-in wouldn't have solved those anyway). The "physical" design of the DB (tablespaces , indexes , etc. ) are likely completely lost using these approaches. There are a couple of ways to accelerate the doing it by hand approach.
    1. [ this is somewhat of a tangent] export the DDL (if you can) and push it into a more modern version of DB2 and have the MWB move that. Use the offline mode to generate suggestive scripts and SQL*Loader control files ( and perhaps also the new Oracle DDL. may have to make some tweaks to it and control files).
    pros:
    if there is a large amount of DDL mapping of types is done automatically.
    cons:
    may not be a handy version of DB2 UDB around. (a DB2 Express-C v 7 isn't
    prominent on the IBM site anymore. However, may be other versions around at
    you site.)
    probably would have to tweak the tablespace/index/etc declarations in the
    exported DDL. [ large assumption here is that not using a signficant amount
    of deprecated features. If the editing process too complicated effectively
    cheaper just to proceed to option 3 below. ]
    the data export utility script may need tweaks.
    [ if you have LOBS and/or binary columns you're likely to run into problems. ]
    2. Similar approach is to do a DDL capture into a tool like ERWin.
    [Not sure if there is a generic DDL capture mode in Jdeveloper that would even talk to DB2 v2  to create a UML model ]
    You then tweak that "design model" and instantiate into Oracle. ( as mentioned in another reply there are some issues you'll likely encounter. For example, some types don't map and the MWB docs can help. )
    pros:
    much of the straightforward DDL just moves over.
    cons:
    may be no tool that can do the design capture for DB2 v2 (was legacy embedded
    solution that ran for years that nobody touched. )
    with generic mapping loose lots of specifics.
    no control files, no export scripts, no warnings,
    3. as mentioned before. Edit the exported DDL. ( I'd strip out tables , indexes, etc. ) and just get it to load before moving one to additional Oracle specifics on those aspects.
    pros/cons mostly same as above, but even more manual work.

  • Oracle Workbench freezing

    Hardware requirements for my PC are in line with:
    x86 Family, 160 MB RAM and 600 MB free disk space, Windows NT 4.0 OS. I installed the Workbench and captured data from Sybase database successfully.In the source model I can see database and users. When I am in the navigator window to expand the tree to see name of the tables so that I can migrate table data, the console freezes and CPU utilization is 100%.
    Please advise.
    Thanks..
    Sumedha

    Although this is not a reply to the problem you are getting, my Migration Workbench is also freezing. The freezing that I am experiencing is while it is loading the the Source. In addition to this, the SQL Server 6.5 database is not accessible and neither is the Oracle 8i 8.1.5 database. The error I receive when trying to connect to Oracle is "forced disconnect". Any help would be greatly appreciated.

  • Problems using the workbench to migrate mysql to Oracle

    Hi.
    I have ran into couple of problems using Oracle workbench
    migration tool.
    I was wondering if anyone out there has any insight.
    1. If a date field in a mysql table has a default (let's say
    9999-12-31) the script for oracle table will also have
    9999-12-31 as a default field. This doesn't seem to work in
    Oracle because Oracle expects to see something like to_date
    ('9999-12-31','yyyy-mm-dd'). I couldn't find a way to modify
    that in the Workbench.
    2. If a numeric field is defined in the mysql database as
    smallint, the workbench creates a corresponding Oracle field
    as num(250), while oracle would expect the presicion no more
    than 38. Again, I couldn't find a way to fix it in the
    workbench.
    3. If I'm attempting to modify a oracle field's parameters in
    the workbench,it won't let me to move to another table
    without asking "do you want to save the changes" and won't
    move on unless I click on "No".
    I would appreciate any comments on these issues
    tia

    Check your trash can on the desktop. The old version is automatically moved to the trashcan. You should be able to move it from the trashcan back to the Apps folder within the iTunes folder. The update that was pushed out was for iBooks to work with iOS 7 not iPhone 5. iOS 7 was released today.

  • Oracle Work Bench - MS SQL to Oracle

    Hi,
    I am using oracle work bench for migrating MS SQL database to Oracle 8i. When i am trying to migrate the Stored procedures with cursors, i am get expections. I am able to migrate tables and SPs (which don't have any cursors in it). I will cite an example for better understanding. Assuming the following is SP in MS SQL
    create or replace procedure test1
    @id varchar(20)
    as
    declare @cur1 cursor
    if @id = '1' then
    begin
    set @cur1 = cursor scroll KeySet for
    select test1 from table_test
    end
    else
    begin
    set @cur1 = cursor scroll keyset for
    select test3 from table_test2
    end
    open @cur1
    close @cur1
    deallocate @cur1
    /* END OF PROCEDURE */
    When i try to parse it using Oracle Workbench, i am getting the following exception in log.
    "Error occured at line 4: OracleWorkBench.sa.test1; oracle.mtg.sqlserver7.parser.ParseException: Parse error at line 4. Encountered: Declare"
    Any help is greatly appreciated.

    Sadigue,
    The Workbench uses an underlying repository, so all the choices you make are saved. However the primary usage of the tool, is one off migration, not continous migration. If you want to rerun multiple times, you should probably generate the offline schema and data migration scripts.
    Donal

  • How to migrate the data in AS/400 to Oracle

    I have a customer, they plan to migrate their data from AS/400 DB2 V5R3,V6R1 to Oracle 11g. Since the source system is in production, they can only halt for 48 hours,
    which way is the fastest?
    ORACLE workbench can only support to IBM DB2/400 V4R3 and V4R5, must we export the data from AS400 to ASCII then sql load to Oracle, the user data size is about 3T?
    even get the initial data, how to capture the increased data? Oracle GoldenGate 11g can't access AS400 as source.

    Hello,
    An option would be to use the Database Gateway for DRDA. With this tool, all the data in the iSeries machine will be seen like an Oracle Table.
    You will be able to run statements like :
    INSERT INTO <Oracle_table> SELECT <col1, col2.....> FROM <iSeries_table>@AS400
    or even like
    CREATE TABLE <oracle_table> AS SELECT * FROM <iSeries_table>@AS400
    The Database Gateway for DRDA is more an integration tool than a migration tool. You will be able to access live data on the AS/400 like this data was in Oracle
    table(s). You can even modify the AS/400 data (insert, update, delete) from Oracle. This can avoid to have to do a one-time migration.
    The Database Gateway for DRDA documentation is available at http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12014/toc.htm

  • Migrate data from orcle to oracle

    Hi ,
    A) Using oracle workbench tool can we migrate data from oracle 9i to oracle 10g ?
    B) Is this tool used only for migrating data from non-oracle source to Oracle db ?
    regards
    thiru

    Dear Barry
    Thanks for the valuable information provided, it had answered few of my doubts.
    i am much thankful to you if you can help me in this regards.
    Does Oracle own any GUI based tool similar to Microsoft-DTS to Extract & transform data from one Oracle DB to other Oracle DB ?
    The source DB (oracle 9i) is not properly normalized , the data from source is moved to a Normalized 10g DB with new attributes(based on new requirements) added to these tables . Some tables from source are splitted into 2 or more in target (oracle 10g) database. I have scenarios like
    My text below quotes "SOURCE" AS UNNORMALIZED DB & "TARGET" as new DB which is NORMALIZED.I need to migrate data from SOURCE to TARGET
    1) A single row in SOURCE be migrated to multiple rows across one or more
    tables in TARGET.
    2) A multiple rows in single column in SOURCE be migrated to single row and
    multiple columns in TARGET.
    For the above mentioned scenario sql*loader /external table/export & import or transportable tablespaces can be used as mentioned by you. but considering the ease of use and the complexity is there any GUI tool which oracle has for data migration from oracle db to oracle db.
    your advice will be much help to me.
    Thanks
    Thirumaran

  • Migration from of database and app from SQL server 2005 to Oracle 10g

    Hello Every body,
    Lately, I have been requested to migrate one inhouse developed hub application from SQL server 2005 to Oracle 10g. The objective is to move application and also the database to Oracel 10g.
    Here is the current platform:
    OS Win 2008 64 bit
    JDK 1.4.2
    JBoss 3.2.5
    EJB 2.1
    My question is what kind of issues you guys see in above upgrade. As far I know, Schema and Database migration can be done by Oracle workbench. Oracle 10g supports JDK 1.4. Oracle 10g also supports EJB 2.1.
    Anything, I need to take into consideration or any risks or problems. I would like to list down all the risks, and accordingly, I am thinking of start the upgrade.
    Thanks in advance.
    Regards,
    Zeeshan Qureshi

    In general the Java/J2EE application needs work in the following categories:
    1. Connection Settings: Use Oracle JDBC drivers, create new data sources, connection pools and what not. Disable AUTOCOMMIT for Oracle JDBC Connections.
    2. For EJBs, you should regenerate the entity beans because some object names/column names might have changed in oracle.
    3. Any custom SQL that is in use in the EJBs will have to be ported to Oracle just as you would do in stored procedures and other applications.
    4. For Java front-ends, if you are using callouts to stored procedures and expecting result sets then they will require some changes. You need to modify the stored procedure call signature to include the REF CURSOR variables and process them.
    5. Changes to any SQL Server specific database functions manipulating character/date data will be required.
    6. CLOB/BLOB/XML apis are different across databases so if you are using those then focus on them as well.
    7. Retreiving Auto/generated keys from database also may need changes from what I have seen.
    Hope this helps..
    Regards
    Prakash
    NOTE: Not sure why but my posts from yesterday are not visible today. Even worse is that I can see them in one browser (FireFox) but not in Internet explorer. Crazy browser day I am having.

  • Migration from Progress (version 8.36 - 9.1) to Oracle 8i or 9i

    Hi all, I am trying to migrate data from Progress version 8.36 above to Oracle 8i and possibly 9i in the future. Has any of you implemented this before or know where I can get valuable hands on information or link on how to do this, especially the obstacles and issues involving this migration.
    Thanks

    Phil,
    There is an informix 7 oracle migration workbench plugin and related documentation for informix 7 to oracle8i and oracle9i. In the oracle workbench download area.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Case sensitive within character literals in SQL Server and Oracle

    I am migrating SQL Server database to Oracle database by using Oracle Workbench.
    SQL Server is not case sensitive, but Oracle PL/SQL is case sensitive within character literals. for example, if sort the following string ('UN','Win', 'iS' ,'Ne','zS'), SQL Server will get ('iS', 'Ne','UN','Win','zS') order, but Oracle PL/SQL will return ('Ne','UN','Win','iS','zS') order.
    Anyone has idea how I can get same result as SQL Server without change PL/SQL code (I don't want to change "ORDER BY typename" to "ORDER BY UPPER(typename)" for every stored procedure).
    Thanks

    Jimmy,
    alter session set NLS_SORT=West_European;
    is the closest thing I know of, but UPPER() is the only sure way.
    West_European sort order is AaBbCc ... 0123456789
    usually sort order is 0123456789 ABC ... abc ...

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Converting Informix data to Oracle 10g

    Hi,
    We are planning to convert data on Informix 5.x based legacy system over to Oracle 10g.
    Wondering if anyone would like to share some light on this process, experience, use of Oracle or Other tools..
    Regards,
    Subhash

    Are you looking to convert your data alone or do you wish to maintain the structure of the your legacy system? If you wish to retain the structure of your legacy system then something like like the oracle workbench may be what you are looking for. If you are just trying to convert your data from one database application to another then you just need an analyst map out your conversion needs and a good conversion programmer to convert the data.

  • Migration from SQL7.0 To Oracle & Uni-code Characters

    Hi..
    I faced one problem in migration from SQL7.0 to Oracle using
    Workbench, which is that all Arabic characters is comming
    question marks after the migration.
    So does Oracle Workbench supports two_byte code for internationl
    languages..
    null

    Hi Khalil,
    Can you please e-mail [email protected] with answers to the
    following questions. We will try and investigate this.
    What is the structure of the SQL Server table?
    What is the structure of the Oracle table?
    Also, what character set did you create the Oracle database with?
    What codepage was the SQL Server database?
    Are the characters appearing as question marks in an application?
    Regards
    John
    Khalil A. Khalil (guest) wrote:
    : Hi..
    : I faced one problem in migration from SQL7.0 to Oracle using
    : Workbench, which is that all Arabic characters is comming
    : question marks after the migration.
    : So does Oracle Workbench supports two_byte code for
    internationl
    : languages..
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Migrating from Informix 9.4X to Oracle

    Hello Everybody,
    I am trying to migrate an Informix database to Oracle using Oracle Workbench. I am trying to capture the source DB using the Wizard and when feeding the hostname, port, informix password and server name i am getting the following error "No suitable Driver"
    I have also an ODBC configured same way, and it does work, but I can not get this wizard working.
    If anybody know what can I do, please tell me. Any help will be appreciated.
    Thanks in advance
    Alice

    Before Migrating From Informix Dynamic Server
    To configure an Informix Dynamic Server database for migration:
    1.Verify that the Informix Dynamic Server JDBC Driver JAR file, ifxjdbc.jar, is located in the following directory:
    On Windows:
    OMWB_install_dir\Omwb\drivers
    On UNIX:
    OMWB_install_dir/Omwb/drivers
    2.If necessary, install the Informix Dynamic Server JDBC Driver, version 1.4:
    1.Insert the Informix Dynamic Server CD into your CD drive.
    2.Follow the instructions in the install.txt file located in the JDCC directory to install the Informix Dynamic Server JDBC driver.
    3.Copy the ifxjdbc.jar file of the driver to the following directory:
    OMWB_install_dir\Omwb\drivers
    On Windows:
    OMWB_install_dir\Omwb\drivers
    On UNIX:
    OMWB_install_dir/Omwb/drivers
    3.Ensure that you can connect to the Informix Dynamic Server database from the system where you have installed Migration Workbench.

  • Sql server 2005 to Oracle 10g migration

    Hi all,
    Is there any tool to migrate a sql server 2005 database to Oracle 10G ?
    I tried the sql developer migration option but I am unable to load the .ocp file.
    The option to load the .ocp file is not there
    Please advice....

    Great....
    I hope there may be steps in oracle workbench documentation regarding conversion.
    http://www.oracle.com/technology/tech/migration/workbench/htdocs/101040/user_guide/book.pdf
    You have to read in the above link. I am sure, there should be something regarding this too.
    Regards
    Girish Sharma
    Edited by: Girish Sharma on Dec 22, 2009 12:30 PM
    Edited by: Girish Sharma on Dec 22, 2009 12:33 PM

Maybe you are looking for

  • Laptop frozen while Repairing Disk: how do i get out?

    Yesterday I had some problems with my PowerBook G4 not wanting to boot from the install CD. (Thanks to Kenichi Wantanabe and Dale Weisshaar for helping me out with the PRAM solution). The first thing I did once I got the computer to accept the instal

  • Why doesn't Sonos recognize iTunes .xml file?

    My iTunes path and Sonos path are identical (and therefore share the same library, which has no problems) however my iTunes playlists (.xml file) are in the exact same location but are not recognized by Sonos.  Any help is appreciated!

  • Java.lang.InternalError: name is too long to represent

    Hi All, I am using Jdevloper 11g version 4. When i run project in debug mod then i see error: Root cause of ServletException java.lang.InternalError: name is too long to represent If i run in run mod then i don't see above error. I have Install JRock

  • How can I find old pictures

    How can I find old pictures I have lost ?

  • @relative

    What is the function @RELATIVE used for? Thanks in advance.