Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i or 9i vs SQL Server

Re: Oracle 8i or 9i vs SQL Server

From: Charles J. Fisher <cfisher_at_rhadmin.org>
Date: Fri, 26 Jul 2002 15:16:18 GMT
Message-ID: <Pine.LNX.4.44.0207261010340.31881-100000@galt.rhadmin.org>


On Wed, 17 Jul 2002, Richard Foote wrote:

> I *DON'T* want to start another war over this (Oracle is better, no it's not
> SQL Server can do that just as well, rant rant rant). I also appreciate
> they're not exactly apples and apples (and that's probably why I haven't
> found quite what I'm after).
> Any help would be muchly appreciated.

Two pieces of advice:

  1. linux.sybase.com. For a small database that doesn't need the newest features, Sybase offers the 11.0.3.3 server for Linux *FOR FREE*, and it's equivalent to SQL Server 6.5 if you configure it to listen at port 1433. Find basic instructions for configuring it in the Linux book on my website.

   Why anybody pays for SQL Server I'll never know.

2. As Tom Kyte has told us, Oracle allows unlimited row locks and *never*

   escalates a lock. SQL Server has a limited, RAM-based set of row locks    and will escalate row locks to a table lock. Guess which approach    supports more users.


   / Charles J. Fisher              | "A fanatic is one who can't change his /
  /  cfisher_at_rhadmin.org            |  mind and won't change the subject."  /
 /   http://rhadmin.org             |                 -- Winston Churchill /
---------------------------------------------------------------------------
Received on Fri Jul 26 2002 - 10:16:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US