Oracle Migration Workbench Reference Guide for IBM DB2/400 V4R5 Migrations Release 9.2.0 for Microsoft Windows 98/2000 and Microsoft Windows NT Part Number A97252-01 |
|
This guide provides detailed information about migrating a database from IBM DB2/400 V4R5 to Oracle8, Oracle8i, or Oracle8i Appliance. It describes several differences between IBM DB2/400 V4R5 and Oracle and describes how those differences are handled by the Migration Workbench during the conversion process.
It also provides guidelines on how to modify IBM DB2/400 V4R5 applications to work with the new Oracle database. If you have an investment in IBM DB2/400 V4R5 applications, you can retain this investment while adding the advanced features of Oracle to the application architecture.
This preface contains the following sections:
This guide is intended for anyone using the Migration Workbench to convert an IBM DB2/400 V4R5 database to Oracle.
You should be familiar with relational database concepts and with the operating system environments under which you are running Oracle and IBM DB2/400 V4R5.
This reference guide is organized as follows:
Introduces the Migration Workbench and describes the features of this tool.
Contains detailed information about the differences between data types, data storage concepts, and schema objects in IBM DB2/400 V4R5 and Oracle.
Describes the architecture of IBM DB2/400 V4R5 and Oracle. It explains how to prepare the IBM DB2/400 V4R5 database for migration. This chapter also describes how to migrate from IBM DB2/400 V4R5 to Oracle using the Migration Workbench.
Describes how to solve problems you might encounter when using the Migration Workbench.
You must read Chapter 1, "Overview", which provides an introduction to the concepts and terminology of the Migration Workbench.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
For more information, see these Oracle Migration Workbench documents:
To download release notes, installation documentation, white papers, or other collateral, visit the Oracle Technology Network (OTN). You must register online before using OTN. You can register at:
http://otn.oracle.com/membership/index.htm
If you already have a user name and password for OTN, then you can go directly to the Migration Workbench documentation section of the OTN Web site at:
http://otn.oracle.com/tech/migration/workbench
This section describes the various conventions used in the text and code examples in this documentation. It describes:
This guide uses various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use:
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace font and are separated from normal text as shown in this example:
SELECT * FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use:
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|