This document provides instructions for using SQL Server Integration Services (SSIS) to extract data from an Oracle Database 10g source and load it into a SQL Server destination. It begins with installing the Oracle 10g client software and testing the connection. Then it describes how to create an SSIS package with tasks to extract data from Oracle and load it into SQL Server tables. Additional transformations like data conversion and derived columns are also demonstrated. The goal is to provide an easy way for customers to interface SQL Server with an Oracle data source for extraction, transformation and loading of data.