I am going to implement data warehouse system using SQL Server 2005. I would like to have some proven document which shows that SSIS is certified to extract data from Oracle10g. Also would like to know the component required in the server (e.g., ODBC Driver, Oracle Client etc.).
There's no certification as such but you'll have to trust me that it can be done. SSIS can work with data from any heterogenous source for which there is an OLE DB Provider - Oracle falls under this category.
You have a number of options:
ODBC
Microsoft's OLE DB Provider for Oracle (for which you will need the Oracle client installing)
Oracle OLE DB Provider
On my current project we use Microsoft's OLE DB Provider for Oracle extensively and it works fine.
Connect Oracle10g from SSIS
Miyamoto M
I am going to implement data warehouse system using SQL Server 2005. I would like to have some proven document which shows that SSIS is certified to extract data from Oracle10g. Also would like to know the component required in the server (e.g., ODBC Driver, Oracle Client etc.).
Appreciate if someone can share with me.
ACS
CConchelos
HI Bogey,
I am still searching such information. Appreciate if you can share with me. Thanks.
Joe2005
Nicol,
The SSIS data-flow should be able to handle this without too much trouble. What problems are you having
-Jamie
bobbynad
Persistent Systems has a Bulk load connector for Oracle 10g (http://www.persistentsys.com/products/ssisoracleconn/ssisoracleconn.htm)
They are also planning a high perf Oracle source (its currently in alpha eval with a few customers). It can extract 1M rows (20 MB data) in ~15secs.
barbbayne
There's no certification as such but you'll have to trust me that it can be done. SSIS can work with data from any heterogenous source for which there is an OLE DB Provider - Oracle falls under this category.
You have a number of options:
On my current project we use Microsoft's OLE DB Provider for Oracle extensively and it works fine.
-Jamie