Re: Fastest way to ASCII file or other ideas?
- From: joel garry <joel-garry@xxxxxxxx>
- Date: 4 May 2007 11:54:52 -0700
On May 4, 6:52 am, EscVector <J...@xxxxxxxxxxxx> wrote:
jg,
I'll post the stats. Still setting up.
Platform wise it has to run on any platform. I'll test on Win2003,
XP, AIX, Linux, Solaris and provide disk and setup specs.
Ah, now that defines the problem much more clearly. If you had
limited to unix/linux, there is a much less of a bottleneck writing to
files, as well as shell tools always being available.
I do like the sqlplus option and it is quite fast in my unmeasured
alpha tests, but I want to the possibly to fork out process and pseudo
parallelize the disk writes, stop and start the process, etc. I can
do this with SQLPLUS but I'm not a huge fan of calling an .exe when I
need programmatic control. This bias might be more personal than
technical, but I've seen lots of so called batch jobs that call
sqlplus and simply ignore exceptions and control issues. I prefer
event driven notification via a class object rather than in-line batch
process with goto like exceptions. I realize the WHENEVER SQLERROR/
OSERROR has some level of control but the default is to exit and I've
had trouble getting large batch process to behave or continue
correctly when using this.
Once you throw Win into the mix, your bias becomes much more sensible
technically, especially the batch issue.
Ultimately I'm only providing test detail; others will decide what
they like best. I just need to provide the options to the available
skill-sets.
Good luck!
jg
--
@home.com is bogus.
Happy to be absurdist.
.
- Follow-Ups:
- Re: Fastest way to ASCII file or other ideas?
- From: EscVector
- Re: Fastest way to ASCII file or other ideas?
- References:
- Re: Fastest way to ASCII file or other ideas?
- From: EscVector
- Re: Fastest way to ASCII file or other ideas?
- From: joel garry
- Re: Fastest way to ASCII file or other ideas?
- From: EscVector
- Re: Fastest way to ASCII file or other ideas?
- From: joel garry
- Re: Fastest way to ASCII file or other ideas?
- From: EscVector
- Re: Fastest way to ASCII file or other ideas?
- Prev by Date: History alias for sql/sqlplus cmd?
- Next by Date: Re: History alias for sql/sqlplus cmd?
- Previous by thread: Re: Fastest way to ASCII file or other ideas?
- Next by thread: Re: Fastest way to ASCII file or other ideas?
- Index(es):
Relevant Pages
|