If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Fastest Way to Transfer Data from SQL Server 7.0 to Oracle 8 Database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-03, 06:48
barabas barabas is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Fastest Way to Transfer Data from SQL Server 7.0 to Oracle 8 Database

Fastest Way to Transfer Data from SQL Server 7.0 to Oracle 8 Database
Trying to Do..


Transfer Data from a SQL 7 Database on NT Server via DTS job to Oracle 8iDatabase Table on another NT Server.

This Oracle 8i DB Table has no indexes.


Currently i can transfer about 8000 rows in 1 minute, i am seeking to lower this time by as much as possible


Ive also tried using ole db in dts job also, but with no significant increase in time,

Again any advice/pointers are most welcome.
Reply With Quote
  #2 (permalink)  
Old 06-11-03, 21:29
byrmol byrmol is offline
Registered User
 
Join Date: Mar 2003
Location: Australia
Posts: 59
BCP OUT of SQL Server and then use Oracles' IMPort tool.

I guess you could get this down to about 5 seconds...
Reply With Quote
  #3 (permalink)  
Old 06-12-03, 09:36
Satya Satya is offline
Grand Poobah
 
Join Date: Aug 2002
Location: Scotland
Posts: 1,578
No exp. in using Oracle's tools, but BCP is the fastest method to export rows from a database.
__________________
--Satya SKJ
Microsoft SQL Server MVP
[IMG]http://sqlserver-qa.net/google_bart.gif[/IMG]
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On