Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: LONG size -- set in database?
Try with JDBC. It can retrieve chunks. The call to facilitate
that is "getBinaryStream". J2EE can do anything that .net can
and faster. Plus, you get portability to other environments.
Just say no to Microsoft.
> -----Original Message-----
> From: Mike Sardina [mailto:cemail2_at_sprintmail.com]
> Sent: Wednesday, October 30, 2002 8:09 PM
> To: Multiple recipients of list ORACLE-L
> Subject: LONG size -- set in database?
>
>
> Is there any way to set the LONG chunk size on the database
> for all queries?
>
> The "set long " command works fine in SQL Plus to set the
> chunk size of LONG
> but when .NET pulls info, it doesn't work. Is there was a
> way to set it on
> the database side so that it would work regardless of how the
> database is
> being connected too. Any ideas?
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Mike Sardin
> INET: cemail2_at_sprintmail.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gogala, Mladen INET: MGogala_at_oxhp.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Oct 31 2002 - 09:13:43 CST
![]() |
![]() |