Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: historical data
My first recommendation would be to do this with Perl and DBI.
Fairly simple that way.
If not, try using SQL generating SQL to spool the data out.
Check out dump.sql at www.cybcon.com/~jkstill/util, and modify for your needs.
UTL_FILE will probably not work for this due to buffer limitations.
Jared
On Monday 21 May 2001 15:17, David Turner wrote:
> We have to role off partitions of data every week and I am writing a script
> to write the data to comma separated files using utl_file. What I was
> wondering is does anyone have an alternative that is better? I thought
> about using export but thought it wouldn't be fun trying to import an
> export file into the latest version of Oracle 10 years down the road.
>
> Thanks, Dave
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared Still INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon May 21 2001 - 22:01:09 CDT
![]() |
![]() |