how to zip a csv file in a oracle procedure
615013Dec 26 2007 — edited Dec 27 2007Hi
i've just created an oracle procedure to put a 120 MB csv file in a shared folder but i need a way to zip this file...is it possible inside a procedure with a command??
My only alternative is to use toad after a SELECT...but it isn't my goal?
Please help me