dbTalk Databases Forums  

Exporting image datatype for import to oracle blob

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Exporting image datatype for import to oracle blob in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
aw_raindance
 
Posts: n/a

Default Exporting image datatype for import to oracle blob - 05-13-2004 , 12:46 PM






We tried exporting the data (sqlsvr7) to a flat file and using sqlldr. Not working. The dts package will connect to the table in oracle but there is over 8Gb of data and we want to speed this up. Is there a method to export the binary data to a flatfile that preserves the binary format such that we can move that up to linux and subsequently into the oracle instance? Any help would be greatly appreciated

Sincerely

AW

Reply With Quote
  #2  
Old   
John Miceli
 
Posts: n/a

Default RE: Exporting image datatype for import to oracle blob - 05-14-2004 , 02:11 PM






Any thought of using a linked server relationship between the Oracle db and the SQL Server db? As long as the datatypes are compatible (ANSI or close), then you should be able to get away with it. Otherwise, BCP on the SQL Server side and SQL*Loader on the Oracle side. Neither is speedy, so you'll have to experiment

Regards
John Miclei

Reply With Quote
  #3  
Old   
TARaindance
 
Posts: n/a

Default RE: Exporting image datatype for import to oracle blob - 05-15-2004 , 08:46 AM



Thank you John. I appreciate your time and response

TA

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.