Using OracleType.Clob Parameter ?

  • Thread starter Thread starter zafrir
  • Start date Start date
Z

zafrir

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.
 
Hi,

zafrir said:
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.
 
On 7 Jan 2004 01:38:59 -0800, (e-mail address removed) (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 ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Thanks for answering,

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