Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > Oracle
|
Oracle General Oracle database discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 30th, 2004, 11:59 AM
Authorized User
 
Join Date: Sep 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Default Porting data from SQL Server to Oracle over ODBC

Hi everyone,

I have an ODBC question. I have two databases on the network. One is running under SQL Server and the other is running under Oracle. There is a schema on the Oracle database that has the exact schema as the SQL Server database (more or less). What I want to do is copy the contents of each table from SQL Server to Oracle. I know there must be a way to do this with a view or a script. I cannot use any tool like Oracle migration or anything else and it has to go over ODBC.

Can someone suggest a way to do this? Could Access be used for something like this? I am afraid I am extremely inexperienced with database stuff.

Thanks. Any help would be greatly appreciated.

Sincerely,

Pankaj

 
Old June 30th, 2004, 04:55 PM
Authorized User
 
Join Date: Sep 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

I did not have much sleep last night. The obvious choice is the DTS wizard built into SQL Server!

Pankaj

 
Old July 13th, 2004, 08:52 AM
Authorized User
 
Join Date: Jul 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, I've loaded data into Oracle from Excel spreadsheets a number of times, but I've done it using the PowerBuilder pipeline utility.

I know you can extract table data from SQL Server and save them into .CSV files. You can set up a PB pipeline with ODBC connectivity to read the files. Then you define your input (Oracle) table in PB(ie. columns, datatypes, scale) then run the pipeline.

The only downside is that you'd have to do one table at a time and you'd have to purchase PB (~$3000). Again, there's probably more streamlined and cheaper ways to go about this, but at least I know this method works.

Regards
 
Old August 4th, 2004, 05:19 AM
Registered User
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try out the data migration tool offered by SwisSQL (http://swissql.com/data-migration.html)






Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 SSIS and ODBC Tomas Finnhult SQL Server 2005 0 May 29th, 2007 11:05 AM
ODBC in Perl to display SQL data? buddyz Perl 1 March 16th, 2007 10:51 AM
ODBC SQL Server Error Jane SQL Server 2000 1 January 13th, 2006 12:30 PM
Data Migration from Oracle to SQL Server AB SQL Server DTS 1 July 27th, 2005 12:38 AM
Porting MSDE database to SQL server hgberman SQL Server ASP 2 January 23rd, 2005 08:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.