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
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 Sun May 23 1999 - 00:12:46 CDT
![]() |
![]() |