Sahil Malik [MVP] wrote:
> Chakra,
>
> I recently voiced my views about SQL Server vs. Oracle over here
> http://codebetter.com/blogs/sahil.ma...12/130633.aspx
>
> IMO for a fresh project, you should go with SQL Server unless you
> have very specific needs. And performance isn't the only dang thing
> out there. ODP.NET is FULL of bugs, it is AWFUL (see this -
> http://codebetter.com/blogs/sahil.ma...20/129504.aspx
> ).
>
> I think overall your blood pressure will be a lot lower if you stick
> with a SQL Server and .NET combination.
ODP.NET isn't that buggy. Just download an update. At least they're
releasing updates for their provider unlike .... Also, awful? How? It
provides the same interfaces as SqlClient!. Furthermore, it already
supports MARS and full Xml functionality, compared to SqlClient. (oh,
don't start with mentioning beta stuff please)
I also think that deciding which database to use (!) based on the .NET
client is the most unwisest thing you can possibly do. Oracle supports
at the moment a large pack of feature which are absent in SqlServer
2000 (oh, of course they're coming in the next version).
Don't get me wrong, I like SqlServer too, but for databases with
terabytes of data and large tables (millions of rows) with a lot of
users, it's key you have a feature like MVCC or isolatable transactions
which are not blocking readers and readers who aren't blocking writers
(so the only option you have is NOLOCK hints... )
Personally I never had that much problems with ODP.NET. It has its
quircks, but so does SqlClient if I may add. Also, SqlServer isn't
bugfree either.
Your posting sounds a bit like an nVidia fanboy slamming ATi
videocards. Please stick to the facts.
FB
>
> "Chakra" <(E-Mail Removed)> wrote in message
> news:uCd0Yv%(E-Mail Removed)...
> > Are there any benchmarks for the performance of SQL versus Oracle
> > using the
> > SQLclient provider and the Oracle provider respectively ?
> >
> > We find that in our application, that SQL outperforms Oracle by
> > 100%. Is this the usual pattern ?
--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET:
http://www.llblgen.com
My .NET blog:
http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------