Load data from URL [message #206464] |
Thu, 30 November 2006 03:25 |
pw1975
Messages: 24 Registered: June 2006
|
Junior Member |
|
|
Hello,
i have a URL which displays the content of another Database in CSV Format. Is there any oracle tool, which can load from an URL. First truncate old table then load new URL output?
Thanks a lot,
Pw
|
|
|
Re: Load data from URL [message #206474 is a reply to message #206464] |
Thu, 30 November 2006 04:05 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't think so. But, saving this output as a CSV file and load it using SQL*Loader or external table, that would be possible.
|
|
|