SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 305
DATA MIGRATION SYSTEM IN HETEROGENEOUS DATABASE
Shashikant Patel1
, Sagar Wakchaure2
, Mahendra Pingale3
, Saba Siraj4
1, 2, 3, 4
IOK-COE, Pune University, India
Abstract
With information becoming an increasingly valuable corporate asset, today's IT organizations need the right tools to store, manage,
and move that information in the most reliable and cost efficient manner. As part of an Information Lifecycle Management (ILM) best-
practices strategy, organizations require innovative solutions for migrating data between storage systems, especially in heterogeneous
environments.
To support this need, we as planed to design a powerful tool that enables affordable, high- performance data migration in a wide
range of storage environments. This project is the unique challenges of data migration in dynamic IT environments and the key
business advantages that we have designed to provide over traditional tools used for migration.
Keywords: - Data Migration, Database, Design.
---------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
There are data migrated in the old system manually. The cost
and error ratio of these approach are relatively high.
Typically, these data are those necessary for the new system
while the old systems cannot provide.
A "Database Migrator" is usually developed for individuals
and organizations to save time for converting to a new
database if a database already exists. Instead of creating all the
tables etc. of the already existing database, one can simply use
the software to convert it into new database, if required. It can
also be used by organizations that deal with complex data
import, export and migration issues. After all, importing,
exporting or migrating data between different sources is very
complicated and time consuming especially if these data
sources store data in different formats.
2. LITERATURE REVIEW
Issues concerning the transference of data from existing
databases to other applications are discussed. The process of
transferring data is called data migration, and it is divided into
two processes extracting data from existing systems in the
form of an extracted file, and loading data from the extracted
file into the new application. The new application usually
requires data in different formats, and so transformation of
data is generally needed. Moreover, the new application
frequently requires data from more than one source database
system, so integration of data is necessary in the migration
process.
3. SYSTEM ARCHITECTURE
Fig 1: System Architecture
Step 1 - The user is provided with the login facility. The user
will first enter its username and password which are encrypted
in our coding. The user’s entered information is validated.
Step 2 - The user is then asked to select the source database
which is to be migrated. The source database consists of
Access, SQL Server and Oracle. After selecting the source
database the user has to fill the details of the selected source
database to create the connection.
Step 3 - After the connection is tested the user is asked to
select the destination database to which the migration will take
place. After selecting the destination database the user has to
fill the details of the selected destination database to create the
connection.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 306
Step 4 - The user is asked to select the tables, columns of the
table, views which are to be migrated.
Step 5 - the user is also provided with the facility to select
either the schema of the table or rows of the table along with
the constraints which are applied to the tables.
Step 6 - Click start migration button to start the migration.
After the complete and successful migration of source
database to destination database it displays the status report of
the complete migration process.
4. OBJECTIVES
1) Migration of source databases schema to the destination
database.
2) Then follows the migration of tables to the destination
database.
3) And then it is topped by the actual migration of data from
source to destination database.
4) To prompt the user to select the source database and
destination database. Connections for source and destination
are tested.
5) Tree view structure is designed to enable the user to select
and deselect tables, views for migration from source structure
to the target structure.
6) This form will display a summary of all the selected items.
User is allowed to select constraints to be applied such as
primary key, foreign key and unique key.
5. METHODOLOGY
In this approach, following factors that affect the Component
Selection Efforts have been proposed.
Portability: This factor is defined as the ability of a
component to be transferred from on environment to another
with little modifications, if required.
Functionality: Functionality of a component depends upon
the number of functions and their properties in these functions.
Security: The primary goals of software security are the
preservation of the confidentiality, integrity, and availability
of the information assets and resources that the software
creates, stores, processes, or transmit, including the executing
programs themselves
6. SCOPE
The purpose of the project keeps the scope of project limited
to following categories.
They are:
1) The initial part deals with conventional migration keeping
in mind i.e. we strictly adhere to the definition that the source
of data to be migrated is a database and the destination is also
a database .While doing so the only part that undergoes any
visible change is the structure of the source and destination
database while all the data, attributes, table name etc remains
unaffected..
2) The next part deals with migrating Tables applying
constraints such as primary key, foreign key, unique key,
index key and check constraints. Migrations of views are also
supported.
3) We have also provided facility for selecting and deselecting
the fields of a table or an entire table itself for migration. The
mapping rules have been defined in an MS Access which is
referenced by our migrator tool to map the various data types
in the process of migration. After the migration has occurred a
status report will be displayed which will indicate if the table
schema is migrated, records are inserted, constraints like
primary key, foreign key, unique key, check constraints have
been migrated successfully or pending or failed.
7. ADVANTAGES OF PROPOSED SYSTEM
 Security: The application is such that it allows the
authorized user.
 Time efficient: Migrating every record manually
would take quite a lot of time but using a migration
tool would take the application few seconds to
migrate from the specified source to the specified
destination.
 Flexible: The inherent nature of this application is
flexible. The initial concept of data migration that we
have implemented on typical case of Access to Sql
can be further extended to any source database and to
any destination database.
 Interactive: The highly interactive nature of this
application ensures that minimum special training is
required to handle it.
8. FUTURE WORK
 Scheduling :
One can migrate the data at any time. If you want to
migrate the data at 5 o’clock then you can set the time.
 Migration can be done in small area network :
One can migrate the data in LAN or Wi-Fi.
9. CONCLUSIONS
We know that various organizations use different type of
databases to store their user’s information. If we want to use
the existing databases of such organizations then we have to
convert the database in the format which is compactable to our
application. This database migration is achieved by database
migration tool. A Database Migration Suite is usually
developed for individuals and organizations to save time for
converting to a new database if a database already exists. The
purpose of our project is to migrate data from an existing
database to another database. Our migrator tool provides
source databases as MS Access, destination databases as SQL
Server and Oracle. We also have implemented migration from
SQL Server to Oracle and vice versa.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 307
REFERENCES
[1]. Lixian Xing, Yanhong Li, "Design and application of data
migration system in heterogeneous database" in 2010
International Forum on Information Technology and
applications.
[2]. "DATA MIGRATION BEST PRACTICES" App Global
Services January 2006.
[3]. Microsoft CRM Data Migration Framework White Paper
by Parul Manek, Program Manager Published: April 2003.
[4]. Jaiwei Han, Michelinne Kamber, "Data Mining: Concepts
and Techniques."
[5]. Manjunath T.N, Ravindra S Hegadi, Ravikumar G K."A
Survey on Multimedia Data Mining and Its Relevance Today"
IJCSNS Vol. 10 No. 11-Nov 2010, pp. 165-170.
[6]. Manjunath T.N, Ravindra S Hegadi, Ravikumar G K.
"Analysis of Data Quality Aspects in at warehouse Systems",
(IJCSIT)-Jan-2011.
[7]. DATA Quality in health Care Data warehouse
Environments Robert L. Leitheiser, University of Wisconsin
Whitepaper.
[8]. Potts, William J. E., (1997), Data Mining Using SAS
Enterprise Miner Software. Cary, North Carolina: SAS
Institute.

More Related Content

PDF
Migration of application schema to windows azure
PDF
IRJET- Analysis of using Software Defined and Service Coherence Approach
PDF
A03302001006
PDF
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
PDF
Privacy Preserving Public Auditing and Data Integrity for Secure Cloud Storag...
DOCX
A Novel privacy preserving public auditing for shared data in cloud
PDF
SEARCHING DISTRIBUTED DATA WITH MULTI AGENT SYSTEM
PDF
O1803017981
Migration of application schema to windows azure
IRJET- Analysis of using Software Defined and Service Coherence Approach
A03302001006
IRJET- Providing In-Database Analytic Functionalities to Mysql : A Proposed S...
Privacy Preserving Public Auditing and Data Integrity for Secure Cloud Storag...
A Novel privacy preserving public auditing for shared data in cloud
SEARCHING DISTRIBUTED DATA WITH MULTI AGENT SYSTEM
O1803017981

What's hot (17)

PDF
Ensuring Distributed Accountability in the Cloud
PDF
Bq36404412
PDF
Maintaining Data Integrity for Shared Data in Cloud
PDF
Centralized Data Verification Scheme for Encrypted Cloud Data Services
PDF
Anomaly detection in the services provided by multi cloud architectures a survey
PDF
Maintaining Data Integrity for Shared Data in Cloud
PDF
N1803017478
PDF
Secure file sharing of dynamic audit services in cloud storage
PDF
IRJET-Survey Paper on Security for Data Storage and Regeneration of Code by A...
PDF
20120140506012
PDF
F1803013034
DOCX
Cloud Storage and Security
PDF
26 7956 8212-1-rv software (edit)
PPTX
Active database system
PDF
IRJET- An Integrity Auditing &Data Dedupe withEffective Bandwidth in Cloud St...
PDF
INTRUSION DETECTION AND MARKING TRANSACTIONS IN A CLOUD OF DATABASES ENVIRONMENT
PDF
SURVEY ON DYNAMIC DATA SHARING IN PUBLIC CLOUD USING MULTI-AUTHORITY SYSTEM
Ensuring Distributed Accountability in the Cloud
Bq36404412
Maintaining Data Integrity for Shared Data in Cloud
Centralized Data Verification Scheme for Encrypted Cloud Data Services
Anomaly detection in the services provided by multi cloud architectures a survey
Maintaining Data Integrity for Shared Data in Cloud
N1803017478
Secure file sharing of dynamic audit services in cloud storage
IRJET-Survey Paper on Security for Data Storage and Regeneration of Code by A...
20120140506012
F1803013034
Cloud Storage and Security
26 7956 8212-1-rv software (edit)
Active database system
IRJET- An Integrity Auditing &Data Dedupe withEffective Bandwidth in Cloud St...
INTRUSION DETECTION AND MARKING TRANSACTIONS IN A CLOUD OF DATABASES ENVIRONMENT
SURVEY ON DYNAMIC DATA SHARING IN PUBLIC CLOUD USING MULTI-AUTHORITY SYSTEM
Ad

Viewers also liked (18)

PDF
Process Migration in Heterogeneous Systems
PDF
How Go and Neo4J enabled the FT to deliver at speed
PDF
Marketing Report for AEK FC
PDF
Megha ladha
PDF
Centenario de la escuela de telegrafía.
DOCX
Coursework NBA
PDF
Explicit Semantics in Graph DBs Driving Digital Transformation With Neo4j
PPTX
Enterprise Integration of Disruptive Technologies
PPTX
Introduction
PDF
5. Haematology
PDF
6. inflammation
DOCX
Research Framework for the Cape Town Stadium V3
DOCX
Deadlock detection
PPTX
Deadlock detection in distributed systems
PDF
Key factors of attractiveness for Airport Areas and the special role of human...
PPTX
Lecture 3 - KNOWLEDGE CREATION AND KNOWLEDGE MANAGEMENT ARCHITECTURE
PPTX
Deadlock ppt
Process Migration in Heterogeneous Systems
How Go and Neo4J enabled the FT to deliver at speed
Marketing Report for AEK FC
Megha ladha
Centenario de la escuela de telegrafía.
Coursework NBA
Explicit Semantics in Graph DBs Driving Digital Transformation With Neo4j
Enterprise Integration of Disruptive Technologies
Introduction
5. Haematology
6. inflammation
Research Framework for the Cape Town Stadium V3
Deadlock detection
Deadlock detection in distributed systems
Key factors of attractiveness for Airport Areas and the special role of human...
Lecture 3 - KNOWLEDGE CREATION AND KNOWLEDGE MANAGEMENT ARCHITECTURE
Deadlock ppt
Ad

Similar to Data migration system in heterogeneous database (20)

PDF
Heterogeneous data transfer and loader
PDF
Heterogeneous data transfer and loader
PDF
Database Migration Tool
PPT
Database migration
PDF
Dx31599603
PPTX
Thesis presentation
PDF
Data Migration.pdf
PDF
Industry - Testing & Quality Assurance in Data Migration Projects
PPTX
An Introduction to Clinical Study Migrations
PDF
Data Migration: A White Paper by Bloor Research
PDF
2005 | Migration to Open Source Databases | Open Source Database Conference
PDF
2005 | Migration to Open Source Databases | O'Reilly Euro OSCon
PDF
Automating Database Migration Through Object Relational Persistence
PPTX
Preparing a data migration plan: A practical guide
PDF
To Migrate or Not to Migrate? A Case Study on Database Migration
PDF
CXAIR for Data Migration
DOCX
The Ultimate Guide to Data Migration Strategies, Tools, and Techniques.docx
PPT
Data mining
PDF
Get started with data migration
PDF
Migrating Data Warehouse Solutions from Oracle to non-Oracle Databases
Heterogeneous data transfer and loader
Heterogeneous data transfer and loader
Database Migration Tool
Database migration
Dx31599603
Thesis presentation
Data Migration.pdf
Industry - Testing & Quality Assurance in Data Migration Projects
An Introduction to Clinical Study Migrations
Data Migration: A White Paper by Bloor Research
2005 | Migration to Open Source Databases | Open Source Database Conference
2005 | Migration to Open Source Databases | O'Reilly Euro OSCon
Automating Database Migration Through Object Relational Persistence
Preparing a data migration plan: A practical guide
To Migrate or Not to Migrate? A Case Study on Database Migration
CXAIR for Data Migration
The Ultimate Guide to Data Migration Strategies, Tools, and Techniques.docx
Data mining
Get started with data migration
Migrating Data Warehouse Solutions from Oracle to non-Oracle Databases

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
composite construction of structures.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PDF
Well-logging-methods_new................
PPTX
additive manufacturing of ss316l using mig welding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
bas. eng. economics group 4 presentation 1.pptx
Mechanical Engineering MATERIALS Selection
Foundation to blockchain - A guide to Blockchain Tech
Embodied AI: Ushering in the Next Era of Intelligent Systems
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
composite construction of structures.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Arduino robotics embedded978-1-4302-3184-4.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Sustainable Sites - Green Building Construction
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Well-logging-methods_new................
additive manufacturing of ss316l using mig welding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Lecture Notes Electrical Wiring System Components
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx

Data migration system in heterogeneous database

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 305 DATA MIGRATION SYSTEM IN HETEROGENEOUS DATABASE Shashikant Patel1 , Sagar Wakchaure2 , Mahendra Pingale3 , Saba Siraj4 1, 2, 3, 4 IOK-COE, Pune University, India Abstract With information becoming an increasingly valuable corporate asset, today's IT organizations need the right tools to store, manage, and move that information in the most reliable and cost efficient manner. As part of an Information Lifecycle Management (ILM) best- practices strategy, organizations require innovative solutions for migrating data between storage systems, especially in heterogeneous environments. To support this need, we as planed to design a powerful tool that enables affordable, high- performance data migration in a wide range of storage environments. This project is the unique challenges of data migration in dynamic IT environments and the key business advantages that we have designed to provide over traditional tools used for migration. Keywords: - Data Migration, Database, Design. ---------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION There are data migrated in the old system manually. The cost and error ratio of these approach are relatively high. Typically, these data are those necessary for the new system while the old systems cannot provide. A "Database Migrator" is usually developed for individuals and organizations to save time for converting to a new database if a database already exists. Instead of creating all the tables etc. of the already existing database, one can simply use the software to convert it into new database, if required. It can also be used by organizations that deal with complex data import, export and migration issues. After all, importing, exporting or migrating data between different sources is very complicated and time consuming especially if these data sources store data in different formats. 2. LITERATURE REVIEW Issues concerning the transference of data from existing databases to other applications are discussed. The process of transferring data is called data migration, and it is divided into two processes extracting data from existing systems in the form of an extracted file, and loading data from the extracted file into the new application. The new application usually requires data in different formats, and so transformation of data is generally needed. Moreover, the new application frequently requires data from more than one source database system, so integration of data is necessary in the migration process. 3. SYSTEM ARCHITECTURE Fig 1: System Architecture Step 1 - The user is provided with the login facility. The user will first enter its username and password which are encrypted in our coding. The user’s entered information is validated. Step 2 - The user is then asked to select the source database which is to be migrated. The source database consists of Access, SQL Server and Oracle. After selecting the source database the user has to fill the details of the selected source database to create the connection. Step 3 - After the connection is tested the user is asked to select the destination database to which the migration will take place. After selecting the destination database the user has to fill the details of the selected destination database to create the connection.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 306 Step 4 - The user is asked to select the tables, columns of the table, views which are to be migrated. Step 5 - the user is also provided with the facility to select either the schema of the table or rows of the table along with the constraints which are applied to the tables. Step 6 - Click start migration button to start the migration. After the complete and successful migration of source database to destination database it displays the status report of the complete migration process. 4. OBJECTIVES 1) Migration of source databases schema to the destination database. 2) Then follows the migration of tables to the destination database. 3) And then it is topped by the actual migration of data from source to destination database. 4) To prompt the user to select the source database and destination database. Connections for source and destination are tested. 5) Tree view structure is designed to enable the user to select and deselect tables, views for migration from source structure to the target structure. 6) This form will display a summary of all the selected items. User is allowed to select constraints to be applied such as primary key, foreign key and unique key. 5. METHODOLOGY In this approach, following factors that affect the Component Selection Efforts have been proposed. Portability: This factor is defined as the ability of a component to be transferred from on environment to another with little modifications, if required. Functionality: Functionality of a component depends upon the number of functions and their properties in these functions. Security: The primary goals of software security are the preservation of the confidentiality, integrity, and availability of the information assets and resources that the software creates, stores, processes, or transmit, including the executing programs themselves 6. SCOPE The purpose of the project keeps the scope of project limited to following categories. They are: 1) The initial part deals with conventional migration keeping in mind i.e. we strictly adhere to the definition that the source of data to be migrated is a database and the destination is also a database .While doing so the only part that undergoes any visible change is the structure of the source and destination database while all the data, attributes, table name etc remains unaffected.. 2) The next part deals with migrating Tables applying constraints such as primary key, foreign key, unique key, index key and check constraints. Migrations of views are also supported. 3) We have also provided facility for selecting and deselecting the fields of a table or an entire table itself for migration. The mapping rules have been defined in an MS Access which is referenced by our migrator tool to map the various data types in the process of migration. After the migration has occurred a status report will be displayed which will indicate if the table schema is migrated, records are inserted, constraints like primary key, foreign key, unique key, check constraints have been migrated successfully or pending or failed. 7. ADVANTAGES OF PROPOSED SYSTEM  Security: The application is such that it allows the authorized user.  Time efficient: Migrating every record manually would take quite a lot of time but using a migration tool would take the application few seconds to migrate from the specified source to the specified destination.  Flexible: The inherent nature of this application is flexible. The initial concept of data migration that we have implemented on typical case of Access to Sql can be further extended to any source database and to any destination database.  Interactive: The highly interactive nature of this application ensures that minimum special training is required to handle it. 8. FUTURE WORK  Scheduling : One can migrate the data at any time. If you want to migrate the data at 5 o’clock then you can set the time.  Migration can be done in small area network : One can migrate the data in LAN or Wi-Fi. 9. CONCLUSIONS We know that various organizations use different type of databases to store their user’s information. If we want to use the existing databases of such organizations then we have to convert the database in the format which is compactable to our application. This database migration is achieved by database migration tool. A Database Migration Suite is usually developed for individuals and organizations to save time for converting to a new database if a database already exists. The purpose of our project is to migrate data from an existing database to another database. Our migrator tool provides source databases as MS Access, destination databases as SQL Server and Oracle. We also have implemented migration from SQL Server to Oracle and vice versa.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 307 REFERENCES [1]. Lixian Xing, Yanhong Li, "Design and application of data migration system in heterogeneous database" in 2010 International Forum on Information Technology and applications. [2]. "DATA MIGRATION BEST PRACTICES" App Global Services January 2006. [3]. Microsoft CRM Data Migration Framework White Paper by Parul Manek, Program Manager Published: April 2003. [4]. Jaiwei Han, Michelinne Kamber, "Data Mining: Concepts and Techniques." [5]. Manjunath T.N, Ravindra S Hegadi, Ravikumar G K."A Survey on Multimedia Data Mining and Its Relevance Today" IJCSNS Vol. 10 No. 11-Nov 2010, pp. 165-170. [6]. Manjunath T.N, Ravindra S Hegadi, Ravikumar G K. "Analysis of Data Quality Aspects in at warehouse Systems", (IJCSIT)-Jan-2011. [7]. DATA Quality in health Care Data warehouse Environments Robert L. Leitheiser, University of Wisconsin Whitepaper. [8]. Potts, William J. E., (1997), Data Mining Using SAS Enterprise Miner Software. Cary, North Carolina: SAS Institute.