Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: possible writing a own ORACLE package in C
The 32K line limit is with 8.1, you still have the 1023 byte line limit with
8.0.
HTH. Finn
Danielle Engel <dogbert_at_myremarq.com> wrote in message
news:37478E4D.29611001_at_myremarq.com...
> In Oracle 8 you can get 32K from UTL_FILE, perhaps this is an option you
> will want to consider
>
> Bruno Plankensteiner wrote:
>
> > Hi
> > Is it possible to write a own Oracle package in C and using it from
> > another PL-SQL program? Do you know of samples of writing a own C
> > package in Oracle.
> >
> > The reason is: since there is a limitation of the UTL_FILE package to
> > write more than 1023 characters into one line I have to find a
> > workaround.
> >
> > Is possible to have the source code of the UTL_FILE package and modify
> > this strange range of 1023 characters.
> >
> > Regards
> > Bruno
>
Received on Mon May 24 1999 - 07:09:16 CDT
![]() |
![]() |