Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Loading data from file to Oracle DB


Message #1 by "U K H" <registerukh@h...> on Thu, 10 Oct 2002 12:51:20 -0500
Hi all,

I have a pipe delimited text file which I need to write to Oracle table from 
ASP. Does anyone know if we have something like SQL Server's "bulkcopy" in 
Oracle?

Thanks
Uday

_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

Message #2 by Greg Griffiths <greg2@s...> on Sun, 13 Oct 2002 16:27:28 +0100
If you are using ASP then why not use the SPLIT command after reading the 
file in to seperate out the file and then dump it to Oracle ?

At 12:51 10/10/02 -0500, you wrote:

>Hi all,
>
>I have a pipe delimited text file which I need to write to Oracle table 
>from ASP. Does anyone know if we have something like SQL Server's 
>"bulkcopy" in Oracle?
>
>Thanks
>Uday
>
>_________________________________________________________________
>Join the world's largest e-mail service with MSN Hotmail. 
>http://www.hotmail.com
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to 
>unsubscribe send a blank email to 



  Return to Index