Hello,

I'm considering the option of using OracleType.Clob Parameter in .net applications.

1. Is it correct that this Parameter type is supported only under Framework 1.1?
2. Are there any performance problems when using Clob with large strings ?

thanks.

Re: Using OracleType.Clob Parameter ? by Miha

Miha
Wed Jan 07 04:09:06 CST 2004

Hi,

"zafrir" <zaflap@hotmail.com> wrote in message
news:786c64f3.0401070138.6714880@posting.google.com...
> Hello,
>
> I'm considering the option of using OracleType.Clob Parameter in .net
applications.
>
> 1. Is it correct that this Parameter type is supported only under
Framework 1.1?
It seems so.

> 2. Are there any performance problems when using Clob with large strings ?
I don't think so.


--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com



Re: Using OracleType.Clob Parameter ? by Paul

Paul
Wed Jan 07 08:12:15 CST 2004

On 7 Jan 2004 01:38:59 -0800, zaflap@hotmail.com (zafrir) wrote:

¤ Hello,
¤
¤ I'm considering the option of using OracleType.Clob Parameter in .net applications.
¤
¤ 1. Is it correct that this Parameter type is supported only under Framework 1.1?
¤ 2. Are there any performance problems when using Clob with large strings ?

The .NET Managed Provider for Oracle was released after version 1.0 of the framework but it should
still work in this version.

I'm not aware of an performance issues with respect to the CLOB.


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)

Re: Using OracleType.Clob Parameter ? by zaflap

zaflap
Wed Jan 07 09:30:08 CST 2004

Thanks for answering,

are there pefrormance tests you know of,
is there any one who has experience with it who can help me..

"Miha Markic" <miha at rthand com> wrote in message news:<OmnpLZQ1DHA.4064@tk2msftngp13.phx.gbl>...
> Hi,
>
> "zafrir" <zaflap@hotmail.com> wrote in message
> news:786c64f3.0401070138.6714880@posting.google.com...
> > Hello,
> >
> > I'm considering the option of using OracleType.Clob Parameter in .net
> applications.
> >
> > 1. Is it correct that this Parameter type is supported only under
> Framework 1.1?
> It seems so.
>
> > 2. Are there any performance problems when using Clob with large strings ?
> I don't think so.