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: possible writing a own ORACLE package in C

Re: possible writing a own ORACLE package in C

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Mon, 24 May 1999 13:09:16 +0100
Message-ID: <7ibc67$oeg$1@news.inet.tele.dk>


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

Original text of this message

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