Waleed,

That is an answer.  Opening and closing the files might be an option. 
Unfortunately, I have to work within the environment I was given.  The
application from which I'm extracting the data is poorly designed. 
Space and memory are a problem, and the table containing the master
records is heavily chained and contains 27 million rows.  Sorts, orders
and groups are not an option.

Thanks.

David A. Barbour
Oracle DBA

"Khedr, Waleed" wrote:
> 
> I'm not answering the question but suggesting sorting your data on that date
> column and opening, writing to, and closing a file for every unique value
> for this date column.
> 
> -----Original Message-----
> Sent: Tuesday, April 03, 2001 7:01 PM
> To: Multiple recipients of list ORACLE-L
> 
> Greetings,
> 
> Had an situation today in 7.3.4.3 running on AIX v4.2.  I was extracting
> data to several different files based on the date record using
> UTL_FILE.  I found I couldn't have more than 10 files open at any given
> time.  I know the default in 8i is 50 files, but I looked on OTN and
> couldn't find either the default number of files (has to be 10) or any
> way to change it for 7.3x.
> 
> Does anyone know if it can be increased and how?
> 
> Thanks,
> 
> David A. Barbour
> Oracle DBA
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: David A. Barbour
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Khedr, Waleed
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: David A. Barbour
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to