Re: ADO.NET and SQL, Oracle
- From: "Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xxxxxxxxx>
- Date: Sun, 14 Aug 2005 11:39:45 -0700
Miha Markic [MVP C#] wrote:
> Hi Frans,
>
> > I also think that deciding which database to use (!) based on the
> > .NET client is the most unwisest thing you can possibly do.
>
> Dito.
>
> 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.
>
> I like Sql server more than Oracle becuase:
> - better tools (SqlPlus anybody? :-))
haha yeah, that's pretty retarted indeed :). I use SQLTools 1.4 now
for oracle. There are other tools which cost a small fee which are good
as well and offer more features than for example QA.
> - way easier to manage and install
Installation is indeed easier, manage... I'm not sure. People often
forget that Sqlserver, when used in a large application, needs proper
tweaking and tuning as well.
> - install size is smaller
true.
> Perhaps Oracle is a better database (not saying that it actually is)
> but only if there are very skilled administrators and programers that
> take care of the huge monster.
> And perhaps it is just me :-) but the ease of development with Sql
> server is a huge point in favour of it.
Isn't this a myth more or less? What's so horrible on developing
against an Oracle db, from .NET's POV? You use the same interfaces, and
have even more functionality at hand...
Frans
--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
.
- References:
- ADO.NET and SQL, Oracle
- From: Chakra
- Re: ADO.NET and SQL, Oracle
- From: Sahil Malik [MVP]
- Re: ADO.NET and SQL, Oracle
- From: Frans Bouma [C# MVP]
- ADO.NET and SQL, Oracle
- Prev by Date: Re: ADO.NET and SQL, Oracle
- Next by Date: Re: ADO.NET and SQL, Oracle
- Previous by thread: Re: ADO.NET and SQL, Oracle
- Next by thread: Re: ADO.NET and SQL, Oracle
- Index(es):
Relevant Pages
|