<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ORACLE DBMS vs. SQL sever DBMS</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-vs-sql-severs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-vs-sql-severs/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 11:39:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kccrosser</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-vs-sql-severs/#comment-57392</link>
		<dc:creator>Kccrosser</dc:creator>
		<pubDate>Wed, 29 Oct 2008 16:37:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-57392</guid>
		<description>I think there are a couple of key items in favor of Oracle IFF you need them.

1.  Full DoD "Orange Book" compliance.  If you are doing anything that requires real security compliance, Oracle is fully compliant, while SQL Server meets few, if any, of the compliance requirements.  Not a big deal if you aren't worried about security at that level.

2.  Ability to use Oracle Packages to encapsulate information with session persistence.  This is the biggest single difference I have encountered between Oracle and SQL Server.  In Oracle PL/SQL, you can create Packages, which can contain local, session-persistent data structures, plus layers of stored procedures, functions, memory table structures (arrays), user-defined new structured data types, etc.  You can essentially build structured business objects with public and private structures and interfaces all within the Oracle PL/SQL environment.  There is no equivalent capability in SQL Server - to do something similar requires writing external code, creating temporary tables, and in general, creating much more complex code to solve similar problems.  (Yes, you can achieve the same end result, but debugging will be much more complex - you won't be able to trace and obtain variable information throughout the process, as you can within the Oracle environment.)

3.  As noted - ability to run on multiple OS platforms.  Not a big deal if you are a Windows shop.

If you don't need any of the above, then it probably comes down to price.

The biggest factor in favor of SQL Server is price.  Both Oracle and SQL Server are available in "free" versions for small or single-user development environments, and for small servers/workgroups the prices are pretty competitive.  However, as your server size and/or number of CPUs goes up, the Oracle price goes up quite a bit faster than SQL Server.

One note - for a long time, SQL Server was sold with the claim "it doesn't require a DBA".  I would put that claim right up there with "the check is in the mail."  Both SQL Server and Oracle require someone with DBA expertise - if Oracle seems to require more DBA expertise, that is because it offers a LOT more opportunities to fine-tune a large implementation.  For smaller implementations, the amount of DBA activity and knowledge required for either product is similar.</description>
		<content:encoded><![CDATA[<p>I think there are a couple of key items in favor of Oracle IFF you need them.</p>
<p>1.  Full DoD &#8220;Orange Book&#8221; compliance.  If you are doing anything that requires real security compliance, Oracle is fully compliant, while SQL Server meets few, if any, of the compliance requirements.  Not a big deal if you aren&#8217;t worried about security at that level.</p>
<p>2.  Ability to use Oracle Packages to encapsulate information with session persistence.  This is the biggest single difference I have encountered between Oracle and SQL Server.  In Oracle PL/SQL, you can create Packages, which can contain local, session-persistent data structures, plus layers of stored procedures, functions, memory table structures (arrays), user-defined new structured data types, etc.  You can essentially build structured business objects with public and private structures and interfaces all within the Oracle PL/SQL environment.  There is no equivalent capability in SQL Server - to do something similar requires writing external code, creating temporary tables, and in general, creating much more complex code to solve similar problems.  (Yes, you can achieve the same end result, but debugging will be much more complex - you won&#8217;t be able to trace and obtain variable information throughout the process, as you can within the Oracle environment.)</p>
<p>3.  As noted - ability to run on multiple OS platforms.  Not a big deal if you are a Windows shop.</p>
<p>If you don&#8217;t need any of the above, then it probably comes down to price.</p>
<p>The biggest factor in favor of SQL Server is price.  Both Oracle and SQL Server are available in &#8220;free&#8221; versions for small or single-user development environments, and for small servers/workgroups the prices are pretty competitive.  However, as your server size and/or number of CPUs goes up, the Oracle price goes up quite a bit faster than SQL Server.</p>
<p>One note - for a long time, SQL Server was sold with the claim &#8220;it doesn&#8217;t require a DBA&#8221;.  I would put that claim right up there with &#8220;the check is in the mail.&#8221;  Both SQL Server and Oracle require someone with DBA expertise - if Oracle seems to require more DBA expertise, that is because it offers a LOT more opportunities to fine-tune a large implementation.  For smaller implementations, the amount of DBA activity and knowledge required for either product is similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-vs-sql-severs/#comment-57332</link>
		<dc:creator>Mrdenny</dc:creator>
		<pubDate>Mon, 27 Oct 2008 22:39:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-57332</guid>
		<description>Check out my SQL Server blog "[A href="http://itknowledgeexchange.techtarget.com/sql-server/"]SQL Server with Mr Denny[/A]" for more SQL Server information.</description>
		<content:encoded><![CDATA[<p>Check out my SQL Server blog &#8220;<a href="http://itknowledgeexchange.techtarget.com/sql-server/">SQL Server with Mr Denny</a>&#8221; for more SQL Server information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->