Migrate DB2 on an IBM OS390 VM/CMS mainframe to Oracle on NT

The migration workbench documentation indicates that DB2 on an AS/400 can be converted to Oracle on NT. Has anyone attempted to convert DB2 on an IBM OS390 to Oracle on NT?
Also, the workbench documentation indicates that stored procedures are not converted from DB2 to Oracle, but they are for Sybase and Informix. Is this true? If so, why doesn't the workbench convert DB2 stored procedures?

Hi David,
the latest version of the Migration Workbench (Version 2.0.2.0.0) supports the migration of DB2\400 V4R3 and V4R5 databases to
Oracle. The Workbench does not currently support migrations from DB2 on the OS\390 and there are no plans to
provide this through a migration workbench plugin in the short term. The next version of the Workbench, due out in July,
will support the migration of DB2 UDB v6 and v7 (certified on the MS Windows platform).
Currently, none of the DB2 Workbench plugins support the migration of parsable objects i.e. stored procedures, triggers,
etc.. This capability may be added in future releases of the Workbench depending on the demand. Again, there are no
immediate plans to include a parser with the DB2 plugins.
If you would like to provide us with any input on what parser capabilities you would like to see in the DB2 plugins (i.e. a
parser for a certain language?) then we would be delighted to recieve your information.
I hope this information is of help,
Tom - Team OMWB.

Similar Messages

  • Migrate DB2 V8 to Oracle

    I want migrate the db2 of Content Manager 8.3 to Oracle, the version exactly of db2 is:
    uxe25104:/herramientas/servers/iplanet/ws61/https-appsintranet/config # db2level
    DB21085I Instance "dbinst" uses "32" bits and DB2 code release "SQL08027" with
    level identifier "03080106".
    Informational tokens are "DB2 v8.1.0.128", "s061108", "U810099", and FixPak
    "14".
    Product is installed at "/opt/IBM/db2/V8.1".
    Oracle tell us, "we currently do not have a tool to migrate DB2 V8 to Oracle; our tool we have Oracle Migration Workbench supported only up to version 7 and the new tool SQL* Developer misses the Db2 plugin so far. It is currently under construction."
    Any have another option ?
    Thank's a lot.
    Carlos

    Not as far as I know. Can you use the tool for V7 to migrate some of the functionality to ease the pain?

  • Driver and connection string for DB2 7.1 IBM Z/OS Mainframe

    Hi ALL,
                Could someone please provide me the connection string and driver for DB2 7.1 IBM Z/OS Mainframe?
    Regards,
    XIer

    Hello,
    With SAP and DB2 V7 still ICLI which is part of the operating system is used for DB connectivity. For details on the setup see related docs for SAP releases up to 6.20 .
    As of Netweaver 2004 DB2 V8 and DB2 Connect is used.
    If you're talking about Java you need a license either from IBM or if you're OEM customer for DB2 on z/OS it is delivered automatically.
    Regards,
    Thomas

  • Best approach to migrate DB2 UDB V7 for z/OS

    It seems that the latest migration workbench still doesn't work for DB2 UDB V7 on z/OS. What is the best approach to migrate DB2 UDB V7 for z/OS (about 10 GB) to Oracle 10g? Any suggestions/advices are greatly appreciated. Thanks.
    George

    SQL Loader/External tables always works assuming you can get text files out of your old DB.
    Gints Plivna
    http://www.gplivna.eu

  • Help for migrating DB2 to Oracle11 g, with Sql Developer

    Hello, Good Afternoon,
    Today I started a series of exercises to migrate DB2 9 to Oracle 11 g, with SQL Developer in order to evaluate this tool for a project we have in door.
    But it is setting a number of issues, because the DB2 tables that we are trying to migrate do not have primary key and load the data sets the error ORA-02270.
    It is generating an error when trying to convert the following triggers.
    CREATE TRIGGER min_salary NO CASCADE
    BEFORE INSERT ON staff REFERENCING NEW AS newstaff
    FOR EACH ROW MODE DB2SQL BEGIN ATOMIC
    SET newstaff.salary =
    CASE
    WHEN newstaff.job = 'Mgr' AND newstaff.salary < 17000.00 THEN 17000.00
    WHEN newstaff.job = 'Sales' AND newstaff.salary < 14000.00 THEN 14000.00
    WHEN newstaff.job = 'Clerk' AND newstaff.salary < 10000.00 THEN 10000.00
    ELSE newstaff.salary END;
    END
    CREATE TRIGGER do_not_del_sales NO CASCADE
    BEFORE DELETE ON staff REFERENCING OLD AS oldstaff
    FOR EACH ROW MODE DB2SQL
    WHEN(oldstaff.job = 'Sales') BEGIN ATOMIC SIGNAL SQLSTATE '75000'
    ('Sales staff cannot be deleted... see the DO_NOT_DEL_SALES trigger.'); END
    SEVERE 197 625 oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle Failed to Convert Trigger MIN_SALARY>: class org.antlr.runtime.NoViableAltException -> null: Line 1 Column 0
    SEVERE 196 1328 oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle Failed to Convert Trigger DO_NOT_DEL_SALES>: class org.antlr.runtime.NoViableAltException -> null: Line 1 Column 0
    I can do for Work Bench (SQL Developer) not validate that DB2 must carry primary keys?
    I can do for Work Bench (SQL Developer), I can turn triggers the 2 above?
    Greetings

    to follow up the root cause of ORA-02270 it would be good to get the DB2 table definition as the table is defined in the Oracle database.
    For the other issue with the trigger, please have a look at:
    http://www.oracle.com/technetwork/database/migration/db2-084087.html
    => it lists which objects the migration supports as:
    Supported Migration Objects
         Tables      
         Views
         Indexes
         Users
         Constraints
    => so no triggers.

  • Setting up Secure connection with DB2 database on IBM iSeries

    We have requirement to setup Secure connection with DB2 database on IBM iseries system. currently we are using ODBC type of connectivity which is not secure. Can anyone help how to set up Secure connectivity. below are the system details . . Application - IDQ - 9.6.0 Database - DB2 on IBM iSeries AS400

    We have requirement to setup Secure connection with DB2 database on IBM iseries system. currently we are using ODBC type of connectivity which is not secure. Can anyone help how to set up Secure connectivity. below are the system details . . Application - IDQ - 9.6.0 Database - DB2 on IBM iSeries AS400

  • Wow, DB2 for LUW 9.5 copycatted almost all the Oracle SQL syntax even inclu

    A list of the add-ins per my memory:
    1) DUAL;
    2) NVL()
    3) DECODE()
    4) START WITH/CONNECT BY PRIOR/sudo column LEVEL for tree structure SQL that prior DB2 9.5 could not do it in SQL while Oracle does it by just one simple SQL
    5)(+) for outer join
    6)TO_CHAR()/TO_DATE()/...
    7)LPAD/RPAD that might be added in DB2 9 if I did not remember wrong
    8)Drop a cloumn from a table
    I worry that IBM may get law suit by Oracle?

    I actually take it in a light way. I just wonder how
    come DB2/UDB 9.5 going so far that it even offers the
    outer join operator (+) which is I believe Oracle's
    unique syntax. It's not in any standard, right?
    Let' just say they want Oracle's business badly not vise versa .
    Some of the features you listed that are 'better' than Oracle are questionable
    >
    1) The way to handle LOB objects that Oracle needs to
    the built-in package while DB2 just uses regular SQL
    which impressed me a lot.You can imagine the LOB object can be handled by regular SQL is not so Large. What kind of operations you want to use regular SQL to handle anyway? select, update, insert?
    2) VALUES()
    It can hold consecutive row and columns for inserting
    and function as SELECT...INTO too.Not sure exactly what this mean, an example will be nice.
    3) OLD/NEW/FINAL TABLE();
    e.g., select ... from OLD TABLE (DELETE FROM ...)
    select ... from NEW/FINAL (INSERT INTO ... or
    UPDATE ... INCLUDE...SET...)Same as above
    4) INCLUDE keyword in UPDATE statementSame
    5)CASE does offer more comparing than DECODE()Might need some approve
    6) The empty string '' which is not NULLDon't Oracle have it the same way?
    .........

  • Extract / Export Data from my IBM Cognos Applix TM1 to BW7 Oracle based

    Hi,
    I need to extract data from my IBM Cognos Applix TM1 to my Oracle based BW7.
    Anyone has done this ?
    How to get Data out of the Applix TM1 ?
    Are BW7 Adaptors for TM1 availiable ?
    What about OLE DB ? Anyobody tried this yet ?
    Thanks
    Martin

    Its CSV File only:
    Folgende Methoden sind nicht möglich:
    -Oracle Gateway auf TM1
    -Oracle Heterogenous Services auf TM1
    -ODBO, MDX Query etc,
    Als Export Methode ist der CSV Export möglich, via:
    -TI Process unter  Prolog, Data oder Epilog via ODBC / ODBCOPEN
    Dann der übliche Weg ins BW via ftp o.ä..
    Im Oracle des BW bestünde die Möglichkeit die CSV Datei als External Table in einem eigenen Oracle Schema bekannt zu machen und dann die CSV Datei wie eine Tabelle  über einen BW-DBConnect auf seine eigene Oracle Datenbank anzusprechen oder ebendirekt als BW CSV Extraktor.

  • Can Oracle Tuxedo repalce IBM mq connectivity from mainframe

    Hi all,
    I am new to Oracle Tuxedo i have some basic question we are facing some issues with the IBM MQ with mainframe .
    Can we repalce IBM MQ and can we use oracle tuxedo . How end systems that are connecting to MQ will connect to Tuxedo did they use JMS?
    Thanks
    Phani

    Hi Phani,
    You don't need to use JMS to use Tuxedo's /Q facility. It is an option if you already are using JMS.
    Any system that supports Tuxedo client install can access Tuxedo /Q queues. On the mainframe this could be done with the zLinux version of Tuxedo. Other systems such as AIX, Linux, Windows, etc., also have client kits that can enqueue and dequeue messages from Tuxedo /Q.
    The WebLogic Tuxedo connector can:
    1) take messages from a JMS queue and place them on a Tuxedo /Q queue
    2) take messages from a Tuxedo /Q queue and place them on a JMS queue
    3) take message from a JMS queue and directly call a Tuxedo service with that message
    The performance of /Q is good, although how good depends upon the quality of service chosen. /Q supports both persistent (disk based) and transient (memory based) queues, and it also supports XA so /Q queues can be part of a distributed transaction (syncpoint in mainframe terminology.)
    zLinux is not a widely used Tuxedo platform. However Tuxedo /Q is used quite a bit in projects where customers are moving their mainframe applications off of the mainframe and onto Tuxedo due to cost and performance concerns. Many customers headed down this path use our Application Runtime for Tuxedo (ART) which besides supporting the rehosting of CICS applications, also provides a JES-2 like batch subsystem that heavily uses /Q.
    I believe you are currently doing:
    non-mainframe MQ Series mainframe
    application using MQ <====> Queue <=====> application using
    API (MQI) Manager MQ API
    What I'm suggesting is:
    non-mainframe Tuxedo mainframe application
    application using Tuxedo <====> /Q Queue <=====> using Tuxedo API
    API to access /Q Manager to access /Q
    Although the more common scenario when dealing with mainframes is to use the Tuxedo Mainframe Adapter (TMA). TMA provides a bi-directional transactional gateway between mainframe applications and Tuxedo applications. Using TMA, CICS applications see Tuxedo services as DPL or APPC based transactions, and Tuxedo sees CICS transactions as Tuxedo services. Thus a Tuxedo service (or client) can directly invoke a CICS transaction in exactly the same manner that it invokes another Tuxedo service. The service/client is unaware that the provider of the service invoked is actually some transaction running on CICS. Likewise a CICS application simply uses DPL or APPC to invoke a remote transaction, and that transaction actually ends up being a Tuxedo service running somewhere on Tuxedo. If using the SNA version of the gateway, one can use syncpoint level 2 for guaranteed integrity of updates made both on CICS and Tuxedo.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • DB2 UDB9.1 support as CE10 CMS and Audit database

    Does any body know if DB2 UDB 9.1 is supported as CMS and Audit database for Crystal Enterprise (CE) version 10?
    I know CE 10 is not supported by BO any more, we are in the process of migrating to BOXI but mean while we have a need to upgrade DB2 UDB from 8.1 to 9.1 version.
    Also did any one encounter any issues using CE10 against DB2 UDB 9.1.
    Please advise.
    Thanks

    Hello Romain,
    Thank you very much for your clarifications.
    I guess there was a second question hidden behind my first question.
    Here is the whole story, we had a workshop yesterday with some Consultants specialized on BI.4 technologies. We were discussing the architecture, and more particularly which would be the most suitable Web Application Server :
    * It seems that most SAP Customers choose the bundled WAS : Tomcat 7
    * But as SAP Basis Administrators,we had pretty much no previous exposure to Tomcat/Apache Technologies
    * The Consultants told us that an increasing number of SAP Customers are choosing SAP NW AS for deployment of BOE.war and other BI webapps
    * But so are now considering installing dedicated Netweaver AS on Windows, that will be acting as BI 4.1 Application Servers. We do not plan to deploy BI 4.1 applications on any of our existing  NW AS ,as they have been installed on HP-UX ( not supported by BI.4 )
    The only problem with that is that you can not install a Netweaver AS, without its corresponding Database, so I was wondering if that New Oracle Database installed only when deploying"NW AS/BI 4 Web application Tier", could be used as the CMS/Audit Database.
    Your latest answer seems to suggest that it is definitely not a good idea.
    The thing is , that we do not want to end up with two databases per Landscape tier (DEV,QAS,PRD)
    I hope it is a bit more clear.
    Thank you

  • Migrate DB2 Connection Question

    I'm trying to migrate an IBM DB2/390 db to Oracle, using SQL Developer Version 2.1.1.64. I was created a userid with read access to the schema owner. I notice there is nothing to migrate and generate says no objects to generate. Do I need some tiype of privileged account or schema owner on the DB2 database? -Thnx

    Currently only LUW DB2 migrations are supported - z/OS DB2 migration is scheduled for a later release. Please see:
    http://www.oracle.com/technology/products/database/sql_developer/files/supportedmigplatforms.html

  • DB2 Connect Server appear after Migrating DB2 from v8.2 to v9.5

    I migrated the database software of SAP ECC 5.0 System from DB2 v8 fixpak 17 to DB2 v9.5 fix pack 4.  After I installed the SAP DB2 licenses, I noticed that a new product "DB2 Connect Server" remained in 'Trail' status.
    Product name:                     "DB2 Connect Server"
    License type:                     "Trial"
    Expiry date:                      "01/02/2010"
    Product identifier:               "db2consv"
    Version information:              "9.5"
    I did not select this product during the installation of Enterprise Server Edition.
    Do I need to remove the product "DB2 Connect Server"?
    Is there any problem with let the product "DB2 Connect Server" expired?
    Will the following command remove the product?
    db2licm -r db2consv
    Thanks in advance!

    Dear Sameer,
    DB2 Connect Server is independent component whose purpose is to connect applications to data.
    DB2 Connect provides connectivity to mainframe and midrange databases from Linux, UNIX, and Windows based platforms. You can connect to DB2® databases on OS/390 and z/OS, iSeries, VSE, and VM. You can also connect to non-IBM databases that comply with the Distributed Relational Database Architectureu2122 (DRDA®).
    If you are not having any scenarios (in you system landscape) to use DB2 server/client Connectivity to mainframe/mid-range databases, then you can remove that product by executing db2licm -r db2consv
    If your DB2 connect Server license is already expired, and you are not able to remove it, then following workaround will be helpful.
    Workaround may be:
    1. db2stop
    2. Adjust your system clock at some point in past when this license was still trial.
    3. db2licm -r db2consv
    You can get some useful information about DB2 connect role in SAP landscape in this document[ Streamlining DB2 Connect for SAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207c5c32-51ea-2a10-c7bc-bcfca74552d5&overridelayout=true].
    Regards,
    Bhavik G. Shroff

  • Migration DB2/MVS to Oracle on NT

    Does anyone know if there are any tools to help with the migration of a DB2/MVS database to Oracle on NT? The toolkit on this site is (a) now rather old (1996) and b) seems to handle only migration to Oracle on MVS or RS/6000.
    Thanks [email protected] (correct address !)

    Hi there,
    Thank you very much for your reply,
    also,
    can the OMWB for DB2/400 also works for DB2/MVS?
    is there utility in OMWB exists for the mapping procedure?
    thanks a lot.

  • Database Migration- DB2 Connect for 10G -BI

    Hi ,
    we are Installing  Netweaver BI 2004S, need for database migration- 10g. The existing database is DB & sql& the OS IS unix(AIX)pls answer the following Question.
    1.How to connect DB/SQL with the 10G. ?
    Pls mail me the necessary steps/links/guides/Notes regarding this.
    ***Accurate answers will be awarded Full points.***
    Regards
    CSM Reddy

    Are you currently running DB2 for Linux, Unix and Windows or DB2 for z/OS or DB2 for iSeries ?
    Regards,
    Thomas

  • How to Migrate DB2 database to Oracle 10g R2 with this Developer Workbench

    Hi
    Can anybody tell how to migrate all the data which is present in DB2 to Oracle 10g Release2 through this tool. will it be possible to migrate all the data(tables,stored procedures,views,etc)?.
    if anybody knows how to do it please provide me the entire steps for the same.
    I am in bad need of help to Migrate my database to Oracle 10g R2
    Thanks in expectation,
    Selva

    Selva,
    The link for plugins is: http://www.oracle.com/technology/software/tech/migration/workbench/index.html. You can find DB2 plugins at the bottom of the page.
    Regarding the migration procedure, you can start by reading this document:
    http://www.oracle.com/technology/tech/migration/workbench/htdocs/101040/user_guide/book.pdf
    Good luck,
    andrei

Maybe you are looking for

  • List view in Calendar App

    Morning. Is there a way to enable Calendar App to show the end time of events in list view? Kind regards, Friedrich

  • Display line items for cost elelment

    Hi Experts Could you please tell me the transaction for checking line item details for a cost element. This cost element is not created as GL account in FI. Hence I am not able to check it through FI transactions such as FS10N or FBL5N Regards, Santo

  • Connection failed message

    I am new to the MAC environment. I installed Time Capsule to my iMac 3.  I set it up so that I could share files between the iMac and Mac Book Pro.  Every time I click on a picture to view it I get the message:      Connection failed      There was a

  • Remove Schema from Generated Code

    Hi, I have the common situation where I want to extract data from tables in multiple schemas on a database seperate to both my runtime/staging schema and my target schema. This is handled quite simply through the use of db_links, created through loca

  • Why use IBM MQSeries when Weblogic already provides JMS?

    i kind of understand that MQSeries works the same as JMS provided by WebLogic, so there is not much a point to use MQSeries, but why do companies still use MQSeries when JMS is already provided by WebLogic? what are the advantages of using MQSeries o