Oracle Migration Workbench Reference Guide for Microsoft Access 2.0, 95, 97, 2000 Migrations Release 9.2.0 for Microsoft Windows 98/2000 and Microsoft Windows NT Part Number A97262-01 |
|
The Oracle Migration Workbench Reference Guide for Microsoft Access 2.0, 95, 97, 2000 Migrations provides detailed information about migrating a database from Microsoft Access 2.0, Microsoft Access 95, Microsoft Access 97, or Microsoft 2000 to Oracle9i, Oracle8i, Oracle8i Appliance, or Oracle8. This reference guide describes several differences between Microsoft Access and Oracle. It also outlines how those differences are dealt with by the Oracle Migration Workbench (Migration Workbench) during the conversion process.
This chapter contains the following sections:
This reference guide is intended for anyone who is involved in migrating a Microsoft Access database to Oracle using the Migration Workbench.
You should be familiar with relational database concepts. You should also be familiar with the operating system environments where you are running Microsoft Access and Oracle.
This reference guide is organized as follows:
Introduces the Migration Workbench and outlines features of this tool.
Chapter 2, "Migration Process"
Outlines the architecture of Microsoft Access and Oracle, explains how to prepare the Microsoft Access database for migration, and describes how to migrate from Microsoft Access to Oracle using the Migration Workbench.
Chapter 3, "Data Types, Reserved Words, and Functions"
Illustrates the migration of data types and built-in functions from Microsoft Access to Oracle and provides a list of Oracle9i and Oracle8i reserved words.
Provides tips on how to migrate hyperlinks and how to perform a manual migration if necessary
Chapter 5, "Application Performance Tuning"
Tips for increasing performance of the Microsoft Access application after you have migrated to Oracle.
Appendix A, "Microsoft Access Error Messages"
Provides a list of Microsoft Jet database engine errors.
Appendix B, "Code and Query Samples"
Uses code examples to illustrate the migration process.
Every reader of this reference guide should read Chapter 1, "Overview". This chapter 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 resources:
To download release notes, installation documentation, white papers, or other collateral, go to the Oracle Technology Network (OTN) Web site. You must register online before using OTN. You can register for free at:
http://otn.oracle.com/membership/index.htm
If you already have a user name and password for OTN, 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 conventions used in the text and code examples of this documentation. It describes:
We use 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 (fixed-width) font and separated from normal text as shown in this example:
SELECT username 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. |
|