Book Image

Oracle Information Integration, Migration, and Consolidation

Book Image

Oracle Information Integration, Migration, and Consolidation

Overview of this book

The book covers data migration, data consolidation, and data integration, the three scenarios that are typically part of the information integration life cycle. Organizations typically find themselves migrating data to Oracle and either later, or at the same time, consolidating multiple database instances into a single global instance for a department, or even an entire company. The business savings and technical benefits of data consolidation cannot be overlooked, and this book will help you to use Oracle's technology to achieve these goals. This highly practical and business-applicable book will teach you to be successful with the latest Oracle data and application integration, migration, information life-cycle management, and consolidation products and technologies.In this book, you will gain hands-on advice about data consolidation, integration, and migration using tools and best practices. Along the way you will leverage products like Oracle Data Integrator, Oracle GoldenGate, and SQL Developer, as well as Data Hubs and 11gR2 Database. The book covers everything from the early background of information integration and the impact of SOA, to products like Oracle GoldenGate and Oracle Data Integrator. By the end you'll have a clear idea of where information and application integration is headed and how to plan your own projects.
Table of Contents (17 chapters)
Oracle Information Integration, Migration, and Consolidation
Credits
About The Author
About the Contributing Authors
About the Reviewers
www.PacktPub.com
Preface

Data migration using Oracle SQL*Loader/External tables


Usually data loading into Oracle itself is a very quick process, but it takes some time to organize and assemble all the pieces together before the data gets loaded. On an Oracle Database Machine server 12 terabytes (TB) of data can be loaded in less than an hour as per the internal testing done by Oracle. Real data load rates on any system will depend on the server configuration, IO subsystem configuration as well as the database schema setup in terms of data types used, number of indexes on the tables, row/column sizes, and so on. With continuous improvements in technology, this rate will get even faster in the future. The Data Migration stage often becomes a multi-week process for large databases because of the need for an efficient process to migrate data from the source to Oracle. Having a very large number of tables to migrate complicates the process, because any method chosen needs to be as automated as possible so that administrators...