Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: OT: External table novelties
Well this is not that novel but might be worth including we use external
tables as our "staging" tables for our data warehouse; It saves us from
duplicating space as we can manipulate the data directly from the flat file
and it allows us to do it all in one pass rather than two.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Fuad Arshad
Sent: Wednesday, August 25, 2004 10:40 PM
To: oracle-l_at_freelists.org
Subject: Re: OT: External table novelties
external tables to read archive data.
users normally always want the data even though they'll never actually use
it .
We've moved some data to flat files and given them views to access the data.
works like a charm.
Saved a lot of database apace and maintainence.
Jared Still <jkstill_at_gmail.com> wrote:
Dear list,
Due to a presentation I have promised to give, I am gathering ideas on novel uses for external tables.
I already have 2 good examples to work with, but it would be nice to have some more to work with.
What I already have:
Using external tables to muck about with the alert.log and trace files.
See http://www.dbazine.com/still1.shtml if interested in that.
Along similar lines is using external tables to read trace files. There's a bit of a twist to that one though, as the trace files have extra markers in them, and the SQL to query them uses analytic functions to group the data.
So, any other novel uses I should consider?
Thanks,
Jared
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |