QUESTION POSED ON: 20 June 2006 I have SQL Server and Oracle 9i on my system. I need some code or program so that I can convert my SQL Server
data into Oracle data. Tools are available but I want to learn programatically to convert data between heterogeneous databases.
To continue reading for free, register below or login
Requires Membership to View
To read more you must become a member of SearchOracle.com
You can use Oracle Warehouse Builder (OWB) or any ETL toolset to move data between non-Oracle and Oracle databases.
Unload data into CSV flat files from the non-Oracle source and load it into Oracle using SQL*Load, the Oracle external table feature or any ETL toolset (like OWB, Informatica, etc.).
Search and Browse the Expert Answer Center Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.