Oracle Migration Workbench for MS Access Reference Guide Release 1.2.5.0.0 for Windows Z26073-02 |
|
This chapter includes the following sections:
The following table describes the Oracle data types supported by the Migration Workbench:
Refer to Oracle8i SQL Reference, Release 2 (8.1.6) (Part Number: A76989-01) for more information about Oracle data types.
The following table illustrates the Jet data types for MS Access 97:
The following table illustrates the default settings used by the Migration Workbench to convert data types from MS Access to Oracle. The Migration Workbench allows you to change the default setting for certain data types by specifying an alternative type. You can do this in the Capture Wizard or in the Data Type Mappings page of the Options dialog box.
Refer to the Oracle Migration Workbench Online Help for more information about changing the default data type mappings.
The following table lists those words that are reserved in Oracle. The Migration Workbench appends an underscore to any object names that conflict with these reserved words.
Table-based default values and field validation rules in MS Access can contain MS Access functions and operators. Corresponding functions and operators are generated as triggers in Oracle to support the operation of these default values and field validation rules whenever possible.
The Migration Workbench uses one of the following techniques to convert these functions and operators to Oracle:
The following is a list of MS Access functions and how they are converted to Oracle:
The following is a list of MS Access operators and how they are converted to Oracle:
MS Access | Oracle | Conversion Action |
---|---|---|
^ |
Power(m,n) |
REPLACE IN PLACE |
& |
- |
CODE |
Between |
- |
CODE |
Eqv |
- |
* |
Imp |
- |
* |
Mod |
MOD(m,n) |
REPLACE IN PLACE |
Xor |
- |
* |
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|