import flat files [message #376815] |
Thu, 18 December 2008 12:15 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Hi all
Can any one please tell me , how to import flat files from 'postgres database' on a completely different network?
Thank You
|
|
|
|
Re: import flat files [message #376826 is a reply to message #376823] |
Thu, 18 December 2008 13:31 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
They are ASCI files and they are on a completely different network, so what should i use in sql loader to import the files?
ThanksLittlefoot wrote on Thu, 18 December 2008 13:05 | If this "flat file" is anything close to a CSV file readable by SQL*Loader (including external tables feature), those could be ways to do the job.
|
|
|
|
|
Re: import flat files [message #376829 is a reply to message #376827] |
Thu, 18 December 2008 14:09 |
aarti81
Messages: 235 Registered: December 2007 Location: USA
|
Senior Member |
|
|
Thank You very muchLittlefoot wrote on Thu, 18 December 2008 13:50 | I'd get those files over the network "closer to me", create a control file and load the data file into the database. If SQL*Loader suits your needs, here's the documentation.
|
|
|
|