ETL in Oracle 10g (merged 4) [message #386825] |
Tue, 17 February 2009 02:28 |
swas_fly
Messages: 220 Registered: March 2008 Location: Bhubaneswar
|
Senior Member |
|
|
Hi
We know that in sql loader we can load data from flat file into a table.
Is there any better way to do the same process in oracle
Thanks
|
|
|
|
|
|
|
Re: ETL in oracle 10g [message #386852 is a reply to message #386842] |
Tue, 17 February 2009 03:02 |
swas_fly
Messages: 220 Registered: March 2008 Location: Bhubaneswar
|
Senior Member |
|
|
Hi
Well i know sqlldr is excellent in this respect.
I just thought that there might have been some other new options available.
as far as the requirenet is concerned it is simple.
there are 3 flat files and they are required to be loaded into 3 tables.
|
|
|
|
|
Re: ETL in Oracle 10g (merged 4) [message #386885 is a reply to message #386872] |
Tue, 17 February 2009 03:44 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
That depends. What do the flat files look like? Do you make them yourself? If it is a simple exp/impt thingie, you could use data pump. We can't tell.
edit: you make it sound like you aren't quite happy with the performance of sqlldr. Is that correct?
MHE
[Updated on: Tue, 17 February 2009 03:45] Report message to a moderator
|
|
|
Re: ETL in Oracle 10g (merged 4) [message #386889 is a reply to message #386885] |
Tue, 17 February 2009 03:48 |
swas_fly
Messages: 220 Registered: March 2008 Location: Bhubaneswar
|
Senior Member |
|
|
no these are .dat files which are landed in our unix box from a eternal source.
the values in the files are separated by comma.
it is required to do a ETL on the files and load it in tables.
in such a case will data dump be helpful?
|
|
|
|
Re: ETL in Oracle 10g (merged 4) [message #386901 is a reply to message #386897] |
Tue, 17 February 2009 04:08 |
trivendra
Messages: 211 Registered: October 2007 Location: Phoenix
|
Senior Member |
|
|
swas_fly,
In this case , as suggested by Maaher, sqlldr is the best option as you can run this on your client machine also.
Once your *.dat file is loaded in the table you can transform the data into DWH.
--
Is it a case where DB2(replicator) data files are loaded in Oracle tables
--
Thanks
Trivendra
[Updated on: Tue, 17 February 2009 04:10] Report message to a moderator
|
|
|
|