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: Newbie question: Read text file from PL/SQL or SQLPlus

Re: Newbie question: Read text file from PL/SQL or SQLPlus

From: Baz <Baz_at_no-spam.com>
Date: Sat, 11 Oct 2003 15:41:43 GMT
Message-ID: <XwVhb.52$CE2.128686@news2.news.adelphia.net>


As of now, I am not sure how often I will be using this. But I guess clearing out the buffer might help with the performance issue. Please correct me if I am wrong...

"Richard Kuhler" <noone_at_nowhere.com> wrote in message news:A5Ghb.8056$Z86.1923_at_twister.socal.rr.com...
> Baz wrote:
> > Thanks for the tip. I tried using the append method & it works
perfectly! :)
> > Is there a limit on the number of characters that can be read from the
file
> > or appended?
>
> There shouldn't be any practical limit on the file size other than the
> O/S and sql buffer memory limits (which are usually extremely high).
> However, there is a more constraining limit of 1000 items in a single in
> list that may affect you (you'd have to split it into multiple lists
> with an OR condition between them).
>
> Note: I'm assuming you're using this for an occasional query. If this
> list changes a lot and you're going to run lots of these queries then
> the sql area is going to be strained which may adversely affect the
> performance of your entire system (the standard argument for using binds).
>
> --
> Richard Kuhler
>
>
Received on Sat Oct 11 2003 - 10:41:43 CDT

Original text of this message

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