This document discusses alternatives for optimally loading Oracle data into SQL Server when the SQL Server edition does not support bulk loading using Integration Services packages with Oracle connectors. The main alternatives presented are: 1. Using a customized Script component in an SSIS package to bulk load data into Oracle using the OLE DB provider. 2. Using third-party components from vendors like CozyRoc, Persistent, and DataDirect that connect directly to Oracle for bulk loading. 3. The Enterprise and Developer editions of SQL Server 2008, 2008 R2, and 2012 do support bulk loading Oracle data using Integration Services packages and Oracle connectors.