Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Uploading data for star schema

Re: Uploading data for star schema

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 6 Dec 2000 17:44:16 -0600
Message-ID: <90mj0g$ijj$1@garnet.tc.umn.edu>

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.

-- 

---------------------------------------------------------
Steven Hauser email: hause011@tc.umn.edu URL: http://www.sofbot.com/
---------------------------------------------------------
Received on Wed Dec 06 2000 - 17:44:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US