Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: utl_file_dir
Chris gave good advice, you may want to investigate just using DIRECTORY
objects.
Much simpler, easier to manage, no database bounce required.
On 9/27/06, edwin devadanam <edwin_kodamala_at_yahoo.com> wrote:
>
> Hi Chris,
> Thanks for the update.
> But my question is how many number of files can mentioned for
> utl_file_dir and not the size of each file.
> is there limit for number of files?(not size)
> is it unlimited number of files?(not size)
>
> Thanks,
> Edwin.K
>
>
> *Christian Antognini <Christian.Antognini_at_trivadis.com>* wrote:
>
> Edwin
>
> > what is maximum number of directories can be specified under
> > utl_file_dir?
> > is this unlimited? or say 100 or 200 files are son on?
> > i have searched metalink but no where it is specified!
>
> The limitation is the size: 512 bytes.
>
> If you are in 9.2 or higher it is better to use DIRECTORY objects
> instead. With them you don't have this limitation and in addition you
> can correctly manage security.
>
>
> HTH
> Chris
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
> ------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> rates.
> <http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>
>
>
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist -- http://www.freelists.org/webpage/oracle-lReceived on Thu Sep 28 2006 - 14:23:24 CDT
![]() |
![]() |