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.

Similar Messages

  • Does Oracle WebCenter Interaction portal version 10gR3 support IE8?

    Does Oracle WebCenter Interaction portal version 10gR3 support IE8?

    Does Oracle WebCenter Interaction portal version 10gR3 support IE8?

  • Does Oracle Tutor support ".xlsm" file format ?

    Does Oracle Tutor support ".xlsm" file format ? Where to find the list of supported file formats?
    Customer is using Microsoft Office Professional Plus 2010 and EBS R12.1.3.
    Thx,
    Phil.

    Fonzi,
    Good, then we are talking about the same thing when it comes to states.  The following defines all the digital logic states our hardware supports:
    http://zone.ni.com/reference/en-XX/help/370520K-01​/hsdio/flogic_states/
    A note in that document states the hardware modules that can support all the digital states.  The 6541 can still accept the WDT data type, since in your code it did let you.  It just doesn't support some of the digital states that it contains.  Since it doesn't have hardware compares, it can't handle the compare states.  If the WDT only had 
    You are correct, you must use the WDT when using the extended digital states.  Its documented here:
    http://zone.ni.com/reference/en-XX/help/370520J-01​/hsdio/digitalwaveformdata/
    All of my resources have been found in the NI-HSDIO Digital Waveform Generator/Analyzer Help file, which is installed onto your computer with the HSDIO driver.  An online version can be found here:
    http://zone.ni.com/reference/en-XX/help/370520K-01​/
    Product Support Engineer
    National Instruments

  • Does Oracle database supports Windows server 2012?

    Does Oracle database supports Windows server 2012? If not, when it will be supported?

    Hi;
    Oracle not certified wiht win8 or win2012. Please check below note:
    Oracle - Compatibility Matrices and Release Information [ID 139580.1]
    11.2.0.x Oracle Database and Networking Patches for Microsoft Platforms [ID 1114533.1]
    Statement of Direction: Oracle Database 11g Release 2 - Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Certification Information for Oracle Database on Microsoft Windows (64-bit) [ID 1307195.1]
    Certification Information for Oracle Database on Microsoft Windows x86 (32-bit) [ID 1307189.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Does camera raw support the Nikon D5300, if not when there will be an update for this camera model?

    Does camera raw support the Nikon D5300, if not when there will be an update for this camera model?

    The asterisk next the model number on the download page linked above means there is preliminary support, which usually means the camera is supported by pretending it is an earlier model with similar sensor.  This can lead to color issues, so while you can convert your NEFs to DNGs with the DNG Converter, and open them with PSE12, now, save your NEFs and be prepared to revisit those pictures once the final release of ACR 8.3 occurs probably in the next few weeks, with finalized support.

  • Certain site support earlier versions of FireFox 3.6. Is there a compatibility mode within Firefox 7.0

    Certain web sites state browser versions for viewing compatibility, and these are older versions of FireFox. The site does state that FF3.5 & 3.6 are supported and I have a VMWare Image with FF3.6 and the pages are displayed correctly.
    After installing the latest version, on Linux, I am not able to run the earlier versions. It seems to re-direct to the latest version.
    I still have the script that started FF3.6, which looks for the /usr/lib64 directory and it has the directory /usr/lib64/firefox-3.6, yet when I run up the /usr/bin/firefox-old, I get FF7 started ...
    I guess this query is two questions:-
    1. How to run multiple versions of FF 3.6 & 7 in Linux
    2. Certain sites do not support FireFox above 3.6, and is there a 'compatibility mode' to run FF7 as FF3.6 ??
    I have opened the page in Firebug, and the body is indeed empty. There are Javascript modules recorded.

    Reference site:-
    http://odyniec.net/blog/2010/02/running-multiple-versions-of-firefox-in-ubuntu-9-10/
    I have modified the original Fedora firefox script from /usr/bin/firefox to be /usr/bin/firefox-old.
    Then I modified the script firefox-old to change the LAUNCHER from "/usr/bin/firefox" , which now points to my FF7.0.1 to the $MOZ_PROGRAM which has been setup earlier to the correct binary /usr/lib64/firefox-3.6/firefox<br />
    <br />
    <pre><nowiki>##
    ## Set MOZ_APP_LAUNCHER for gnome-session
    export MOZ_APP_LAUNCHER="$MOZ_PROGRAM -no-remote -P Firefox-3.6"
    </nowiki></pre>

  • Does Oracle Lite support Oracle Spatial

    Does anybody know whether Oracle Lite or Personal Oracle supports the Oracle Spatial plug-in. Also, for extra credit does anybody know what the difference between Personal Oracle and Oracle Lite is?
    We will be needing to provide some attribute and spatial data from our Oracle Enterprise database to several laptops for field personnel using an electronic map we developed. We would like to use a portable version of Oracle that supports Oracle Spatial objects.
    Any help would be greatly appreciated.
    Thanks
    Dan

    oh, I didn't realize it was so limited. No, that won't do. We're looking for a "mini" version of the real production database including stored code, triggers etc. Should be scaled down enough to allow rapid syncing of data and schema changes from the production (or really QA) database, but full enough to include the objects necessary to allow the developers to test their code changes to the front end applicaiton on their own environment.

  • When will Oracle end support for Version 7

    We have several servers running Oracle 7.3.4 and we are making upgrade plans.
    Could anyone tell us when support for version 7 will end.
    Thanks

    Java 7 has already been dead for quite a while. While you could still use it for Java apps on your system, Apple blocked its use in browsers long ago. You have to install version 8 if you need Java support for the web.

  • Does Oracle Express support Java servlets?

    I am wondering if there is any functionality in Oracle XE that lets it emulate the Oracle Application Server. I am spefically looking for mod_plsql and j2EE(or .jsp and servlet) properties. An .ear file needs to be deployed into an application in the server.
    Does Oracle XE have any such service/ability?

    Hello rthome,
    that is a good news for me. Can you provide a "how to" guide about XE's AQ access via AQxmlServlet. I am interested in:
    1. On which Application Server AQxmlServlet was tested?
    2. Where can I get missing jars that are not shipped with Oracle XE? (ORACLE_HOME/JDBC/LIB/nls_charset12.jar, ORACLE_HOME/lib/http_client.jar, ORACLE_HOME/oc4j/j2ee/home/lib/javax-ssl-1_2.jar, ORACLE_HOME/lib/servlet.jar, ORACLE_HOME/lib/xmlparserv2.jar, ORACLE_HOME/lib/xsu12.jar, etc.)
    3. Which JDK, JDeveloper versions where you using?
    Can you visit my topic:
    Oracle XE Advanced Queuing
    and see if you could point me to an answer on my problem.
    Thanks in advance
    Message was edited by:
    Kichas

  • Does Oracle ESB support WS-Addressing?

    Hi,
    I was wondering whether Oracle ESB supports WS-Addressing.
    Thanks.

    ESB 10.1.3 does not support WS-Addressing. It is planned for AS11 R1.

  • Does Lion Server support documents versions?

    Is there any way to enable long-term document version saving on Lion server?

    I have a very similar setup at my office. Lion Server will push email, calandar, contacts to all of your apple product with out a hitch.
    As far the Windows XP machines, you can access email over IMAP with Thunderbird, and calandars via sunbird or the built in web app.
    I would ditch the exchange server move to Mac OS X Server, and never look back.
    God Luck!
    PS. All of your devices will be in sync all the time.
    Shore answer:
    Does lion server support a single email address across multiple devices??
    Yes.

  • Does  oracle 9i support inctype option in exp or not?

    I want to know whether oracle 9i supports inctype option in exp or not......
    if not then how to take a incremental export..........
    Exp userid=DBA/password full=Y inctype=cumulative file=’010399cml.dmp’
    i am getting an error message
    EXP-00042: INCTYPE parameter is obsolete
    although exp command is working even after generating an error........

    EXP-00041 INCTYPE parameter is obsolete
    Cause : Export encountered when parsing the parameter INCTYPE Export options. Incremental Exports are no longer supported.
    Action : Consult the Oracle9i User-Managed Backup and Recovery Guide. Export will attempt to continue.
    This incremental into law has become obsolete, not to be supported.

  • How does Oracle EM support WBEM

    How does Oracle Enterprise Manager suport Web Based Enterprise Manager (WBEM) and more specifically Windows Management Instrumentation (WMI). Is there a provider for these?

    There are already target-types/integration solutions available for these target-types in Oracle EM. Any reason you are not able to take advantage of the same ?
    For web-services, you should find answer to your query in Section 7 of the latest Extensibility guide (10.2.0.5). Also, refer to the section 10 on out-of-box fetchlets (in specific section 10.4 on URL Timing and section 10.10 on OJMX/SOAP fetchlet).
    The extensibility guide can be downloaded from here .

  • Does oracle 9i support auto recompile?

    Our DB will be downgrade from 10g to 9i.
    I need to know oracle 9i support auto recompile or not, but I can't find the information about this.
    Can someone help me to find this answer?

    when you execute a procedure (not standalone I hope,... if so you should considering moving them into packages) then it will be compiled if it is invalid.
    If you use 10g specific functionality, you will need to adjust your code appropriately.

  • Does Oracle Interconnect support SOAP?

    Hi,
    I want to know that whether Oracle Interconnect support SOAP xml or not?
    If yes, then how will we handle SOAP xml?
    Regards,
    Koushik

    No.

Maybe you are looking for

  • How to add a library jar to a EJB module?

    Hi All, in J2EE the normal procedure to a library jar to a module, is to add the library in the Class-Path header of the manifest of the module, and then include the actual jar in the root structure of the ear file. Unfortunately it is not clear to m

  • Media encoder crashing when exporting h.264

    I have a short 1:30 project I'd like to export using the h.264 codec.  The project is made up of [email protected] h.264 quicktimes shot on a Canon 1DmkIV.  If I export to h.264 using either the 720p or 1080p presets the Media Encoder will do two ren

  • White lines in tables after conversion

    RH8 and Word 2007 I've just done my first successful printed document, and some of the tables (only some) come across with white lines above and below the text that's in them.  If I delete the text, the lines stay there.  I've tried everything in Wor

  • Condition Determination in Quotation

    Dear all, In quotation transaction pricing condition types is not determining automatically. Downloaded condition objects from ECC - 'DNL_CUST_CNDALL, DNL_CUST_CND, DNL_CUST_PRC'. I have add user parameter PRC_TRAC and check SLG1 downloaded condition

  • I am unable to use Web based Note Editor in my Ipad

    I am unable to use web based note editor in my ipad whereas it is working in my Mac Book and Iphone. Can u plz help?