Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: compress while exporting file on Window using winzip
In unix this would be extremely simple.
Simply check a directory for more than one file, if more than one file exists then gzip the oldest file and move it to the completed directory.
I have not automated the process before but I have manually gzipped files once export has hit the filesize parameter and this worked quite well for me. If I regularly exported files then I would probably automate the process.
Anthony wrote:
> Have you tried this approach before? Executing in a script? Seems to me
> a fair amount of coding is needed to make it work properly.
>
Received on Thu Dec 07 2006 - 19:46:51 CST