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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Use of the UTL_FILE.FOPEN (..)

Re: Use of the UTL_FILE.FOPEN (..)

From: Ron Reidy <rereidy_at_indra.com>
Date: Fri, 31 Jan 2003 16:34:24 -0700
Message-ID: <3E3B0800.9060808@indra.com>


This is an overloaded function. It can take 3 or 4 parameters. From the file $ORACLE_HOME/rdbms/admin/utlfile.sql:

   /* FOPEN - open file (no maximum line size)

**

and further down ...

   /*
--
Ron Reidy
Oracle DBA

C Chang wrote:
> Does this function need three or four paramters?  According to Oracle
> Doc, it takes 3, somehow our old code can take the fourth paramters -
> filesize limit, and it works.  Anyone know why?
> 
> C Chang
Received on Fri Jan 31 2003 - 17:34:24 CST

Original text of this message

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