Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE.put 1024 bytes limitation under Oracle 7

Re: UTL_FILE.put 1024 bytes limitation under Oracle 7

From: Pete Finnigan <pete_at_petefinnigan.com>
Date: Mon, 21 Jul 2003 17:38:34 +0100
Message-ID: <aTS+3DBKcBH$EwuR@peterfinnigan.demon.co.uk>


Hi

You could try parsing your text in PL/SQL and cropping the lines at 1023 bytes and adding a "control character" i.e "|" at the end of the line (to signify it isn't really the end of the line) and post process the output and replace the "|" by removing it and joining the line with a shell script or sed or perl or whatever?

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Jul 21 2003 - 11:38:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US