Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Uploading data for star schema
yah,
I usually run some cleaning scripts in perl or gawk before loading and doing all stuff in the database. Maybe dump tables and compare to the new data, filtering out trash. Maybe do some formatting.
Then use sql loader to shove it in to Oracle. And don't forget that sqlload will load good rows and skip bad rows as another filtering process.
Then when it is in Oracle you can beat on it even more with PL/SQL.
--Received on Wed Dec 06 2000 - 17:44:16 CST
---------------------------------------------------------
Steven Hauser email: hause011@tc.umn.edu URL: http://www.sofbot.com/
---------------------------------------------------------
![]() |
![]() |