0% found this document useful (0 votes)
19 views4 pages

Astadia Dataturn

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views4 pages

Astadia Dataturn

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 4

https://www.astadia.

com/products/dataturn

Tips
- The steps to migrate a database include:

Step

-Assess- Evaluate the source and target


databases.Check the DTA PROFILLING meaning check
and validatefr the compatibility of the source and target
by volume of data, size, storage capacity, asses
optimization, cpu capacity of the source and target,
storage capacity,
What is the difference between database size and
database capacity in DB2?

database size is sum of used tablespaces including


both dms and sms. database capacity is sum of total
allocated tablespace including both dms and sms.In a
DMS (database managed space) table
space, the database manager controls the
storage space. Unlike SMS table spaces,
storage space is pre-allocated on the file
system based on container definitions that
you specify when you create the DMS table
space.An SMS table space is managed by
the operating system, which stores the
database data into a space that is assigned
when a table space is created.
You can also use the following reports to analyze
space usage for DB2 tables:
• Allocation Analysis Report: Compares allocated and
used space versus row space
• Table Row Distribution Report: Displays the distribution
of table rows across the tablespace
• Table Row Freespace Distribution Report: Determines
the effectiveness of your free space decisions
Which catalog table is used to store the details of all
the tables in Db2?

Db2 12 - Db2 SQL - SYSIBM. SYSTABLES catalog table.

Check the quality norms using McCall’s Factor Model


This model classifies all software requirements into
11 software quality factors. The 11 factors are grouped
into three categories – product operation, product
revision, and product transition factors.
• Product operation factors: CREIU
• Product revision factors: MFT
• Product transition factors: PRI

-Choose Select a migration method and tool -

-Prepare Prepare the source and target databases

-PRE-MIGRATION - Clean your source data. identify


inconsistencies, duplicate values, or incorrect
information. Follow the normalisation 2 rules.Data
mapping.This data mapping has the intermediate data
mapper in the tool. It will transform or transcode the data
from db2 data type to oracle data type. This can help
you avoid delays, budget overruns, and failures

(https://docs.oracle.com/cd/E15261_01/artwb/docs11gr1
/wbref/DB2toOracleConverter.html#1111358)
Description of the configuration
files- This section lists the files and their parameters that
can be used to control the migration of a DB2 database to an Oracle
database. It contains the Parameters and syntaxes like
Name of target RDBMS, Name of target operating system, Date (in the
format expected by Oracle),Time (in the format expected by Oracle),
Index and Sort parameters

Date, time parameters - you need to convert db2


date time formats to below
These parameters are optional and only necessary if the DB2
database contains the DATE, TIME or TIMESTAMP fields. These
parameters should be supplied respecting the Oracle formats.
If these parameters are supplied, the UNIX/Linux variables:
• NLS_DATE_FORMAT, 'YYYY-
MM-DD HH24:MI:SS
• NLS_TIMESTAMP_FORMAT,YYY
Y-MM-DD
HH24:MI:SS.FF9'
• NLS_TIME_FORMAT,
should be set according to the instructions in the ORACLE
documentation.
Generated objects
Temporary files
These files are automatically generated during the first step of the
Rehosting Workbench DB2-to-Oracle Convertor for use in the second
step.
Datamap file
This is a configuration file generated and used by the Rehosting
Workbench containing the list of tables to be migrated.
The Datamap file is created with this complete name:
<-target-directory parameter>/outputs/<schema name>/Datamap-
<schema name>.re

-MIGRATION - Execute the migration.

-TESTING

-DEPLOYING

-Troubleshoot - Identify and resolve any issues

-Document- Document and evaluate the migration

- Transcode means converting one source fields to


matching fields in the target. Target should be
compatible
Transcoding in database migration may refer
to matching the codes from two different systems. For
example, if one system uses a name, surname, and
birthday to identify an entity, and another system uses a
social security number, a correspondence codifications
table can be created to link the entity in both systems

You might also like