473,385 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

migration toolkit (from oracle 9.x to udb 8.2.2)

Does IBM publish a complete list of features
(of Oracle) which the IBM migration toolkit
does *not* convert? The docs seem rather vague.

For example:
1. What support for the oracle object-relational features
(objects and member procedures etc).

2. any support for removing substitutable parameters
in DDL (in sqlplus scripts) like "&&1". or &&1.. etc.
In the simplest case, removing these from DDL where
they are used as qualifiers on tables/views/etc.

3. support for converting the style "VARCHAR2(8 BYTE)"
(presumably converting to VARCHAR(8)).

4. support for structured types in table columns.

5. which features of Oracle PL/SQL are not supported.

Nov 12 '05 #1
2 1796
_l*****@yahoo.com wrote:
Does IBM publish a complete list of features
(of Oracle) which the IBM migration toolkit
does *not* convert? The docs seem rather vague. Ever seen a product that provides you with a negative list?
Let me know I want to sell my shares.
For example:
1. What support for the oracle object-relational features
(objects and member procedures etc). The migration toolkit concentrates on common Oracle features.
OR features are not common.
DB2 does support typed tables, typed views, methods, ref-types and
structured datatypes as defined in the SQL 99 standard.
2. any support for removing substitutable parameters
in DDL (in sqlplus scripts) like "&&1". or &&1.. etc.
In the simplest case, removing these from DDL where
they are used as qualifiers on tables/views/etc. I would use a pre-compiler for those. Many C compilers allow you to call
the pre-compiler separately.
3. support for converting the style "VARCHAR2(8 BYTE)"
(presumably converting to VARCHAR(8)). VARCHAR2 being a common Oracle type is supported by MTK.
4. support for structured types in table columns. See OR features. Not common. No support.
Should be easy to migrate though. My concern is around LOADing into such
tables though. Since structured types are not supported by LOAD.
5. which features of Oracle PL/SQL are not supported.

There is no such list.
MTK supports the vast majority of PL/SQL features. Including %ROWTYPE
and %TYPE. I think it migrates handlers as well.

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #2
On Tue, 9 Aug 2005 17:24:22 UTC _l*****@yahoo.com wrote:
Does IBM publish a complete list of features
(of Oracle) which the IBM migration toolkit
does *not* convert? The docs seem rather vague.

For example:
1. What support for the oracle object-relational features
(objects and member procedures etc).

2. any support for removing substitutable parameters
in DDL (in sqlplus scripts) like "&&1". or &&1.. etc.
In the simplest case, removing these from DDL where
they are used as qualifiers on tables/views/etc.

3. support for converting the style "VARCHAR2(8 BYTE)"
(presumably converting to VARCHAR(8)).

4. support for structured types in table columns.

5. which features of Oracle PL/SQL are not supported.


The O'Reilly book "SQL ina A Nutshell" has a fairly decent comparison
but it's organized more on a feature-by- feature basis than as a table
and also includes Postres and SQ server info so it would take some
digging on individual features.

--
Will Honea
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: susmita_ganguly | last post by:
Hi I am trying to upgrade from oracle 8i to oracle 9i on the same server ..I don't know much abt migration . Can anyone help me out. Thanks. Susmita
4
by: Azhar Bilgrami | last post by:
Dear Hi: Hope to see u in good health. " I want to migrate a database which is currently running Unix as Operating System and Oracle ver 6 as Database, it is also using oracle froms version 3...
1
by: ss_dash | last post by:
Hi all, I am using the Oracle Workbench for migrating my DB currently on Sql Server 2000 to Oracle 9i. During the migration the following happens SELECT @tBaseTable = tBaseTable,...
2
by: Raquel | last post by:
We ran Migration toolkit to look into the possibility of migrating from SYBASE to UDB. The following statement in SYBASE: INSERT INTO GEST_TP ( GES_D, PC_N, IPD ) VALUES (
4
by: Abram Friesen | last post by:
Hi, I'm a developer for a software application vendor, and our application makes use of a customer-maintained Oracle 8i/9i database. We've had a customer request to support DB2 database, and I'm...
9
by: Troels Arvin | last post by:
At work, some people have found IBM's Migration Toolkit (MTK) to be a nice tool for copying data from one table (in another DBMS product) to DB2. Now, they want to do the same thing from one DB2...
2
by: dunleav1 | last post by:
Is there a db2 tool or utility that will map Oracle structures and data to DB2? For instance, Microsoft has a tool called "Microsoft Sql Server Migration Assistant for Oracle". The tool basically...
1
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform...
8
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.