<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Database as a Service</title>
	<atom:link href="http://dbaas.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbaas.wordpress.com</link>
	<description>Discussions and viewpoints concerning Database-as-a-Service (DbaaS)</description>
	<lastBuildDate>Mon, 27 Apr 2009 13:18:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on What Exactly Is Database as a Service? by Oracle Cloud &#124; Saasmania</title>
		<link>http://dbaas.wordpress.com/2008/05/14/what-exactly-is-database-as-a-service/#comment-37</link>
		<dc:creator>Oracle Cloud &#124; Saasmania</dc:creator>
		<pubDate>Mon, 27 Apr 2009 13:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=4#comment-37</guid>
		<description>[...] de Amazon y la BBDD Oracle. Y quizás si les va bien se atrevan a dar servicios paas o servicios de BBDD as a service. Veremos que terminan [...]</description>
		<content:encoded><![CDATA[<p>[...] de Amazon y la BBDD Oracle. Y quizás si les va bien se atrevan a dar servicios paas o servicios de BBDD as a service. Veremos que terminan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Exactly Is Database as a Service? by bluemountain78</title>
		<link>http://dbaas.wordpress.com/2008/05/14/what-exactly-is-database-as-a-service/#comment-21</link>
		<dc:creator>bluemountain78</dc:creator>
		<pubDate>Thu, 05 Feb 2009 16:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=4#comment-21</guid>
		<description>Great Post . I look forward to seeing the comparison summaries between the different dbaas.</description>
		<content:encoded><![CDATA[<p>Great Post . I look forward to seeing the comparison summaries between the different dbaas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transparent Data Encryption: Experience from the Trenches by sbobrowski</title>
		<link>http://dbaas.wordpress.com/2009/01/17/transparent-data-encryption-experience-from-the-trenches/#comment-20</link>
		<dc:creator>sbobrowski</dc:creator>
		<pubDate>Thu, 22 Jan 2009 13:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=25#comment-20</guid>
		<description>Chris, thanks for identifying an interesting issue regarding TDE configuration. As you point out, 11g has some additional options here that help. But with 10g, you shouldn&#039;t have a problem separating the wallet backups from the database backups. The wallet is typically stored in $ORACLE_BASE/admin and protected by file system backups, while the database is typically stored in other file systems that operating system backups avoid altogether because the database files are backed up by RMAN. And even if the wallet and database were to somehow end up on the same tape, someone would only be able to open the wallet with its password. We&#039;ve never given a sysadmin-type a database wallet password. That said, if you configure auto-open wallet (so that the wallet automatically opens when the database instance starts), you are at risk should someone recover both the wallet and database -- but that&#039;s the risk you take for the convenience of not having to manually open the wallet.</description>
		<content:encoded><![CDATA[<p>Chris, thanks for identifying an interesting issue regarding TDE configuration. As you point out, 11g has some additional options here that help. But with 10g, you shouldn&#8217;t have a problem separating the wallet backups from the database backups. The wallet is typically stored in $ORACLE_BASE/admin and protected by file system backups, while the database is typically stored in other file systems that operating system backups avoid altogether because the database files are backed up by RMAN. And even if the wallet and database were to somehow end up on the same tape, someone would only be able to open the wallet with its password. We&#8217;ve never given a sysadmin-type a database wallet password. That said, if you configure auto-open wallet (so that the wallet automatically opens when the database instance starts), you are at risk should someone recover both the wallet and database &#8212; but that&#8217;s the risk you take for the convenience of not having to manually open the wallet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transparent Data Encryption: Experience from the Trenches by Chris</title>
		<link>http://dbaas.wordpress.com/2009/01/17/transparent-data-encryption-experience-from-the-trenches/#comment-19</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 19 Jan 2009 19:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=25#comment-19</guid>
		<description>When you use TDE, the keys will typically be stored on the machine in the so-called Oracle e-Wallet. While Oracle has taken it as far as they can with a software solution (and they&#039;ve done a brilliant job), storing keys in software isn&#039;t best security practice because you shouldn’t keep the key and the database in the same place. When you back up the machine, the key will be backed up with the database. Also, you will find it difficult to demonstrate a separation of duties between database security administration for compliance. 

Oracle 11g supports the use of hardware security modules (HSMs) that protect the keys, separate security and DB administration, and ensure that keys are never stored with the data. HSMs will also offer you to manage keys across database servers, reducing your total cost of ownership. 
I work for Thales e-Security (formerly nCipher), who offers such a solution. If you’re interested, please check out: &lt;a href=&quot;http://www.ncipher.com/en/Solutions/Business%20Solutions/Databases.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.ncipher.com/en/Solutions/Business%20Solutions/Databases.aspx&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>When you use TDE, the keys will typically be stored on the machine in the so-called Oracle e-Wallet. While Oracle has taken it as far as they can with a software solution (and they&#8217;ve done a brilliant job), storing keys in software isn&#8217;t best security practice because you shouldn’t keep the key and the database in the same place. When you back up the machine, the key will be backed up with the database. Also, you will find it difficult to demonstrate a separation of duties between database security administration for compliance. </p>
<p>Oracle 11g supports the use of hardware security modules (HSMs) that protect the keys, separate security and DB administration, and ensure that keys are never stored with the data. HSMs will also offer you to manage keys across database servers, reducing your total cost of ownership.<br />
I work for Thales e-Security (formerly nCipher), who offers such a solution. If you’re interested, please check out: <a href="http://www.ncipher.com/en/Solutions/Business%20Solutions/Databases.aspx" rel="nofollow">http://www.ncipher.com/en/Solutions/Business%20Solutions/Databases.aspx</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database as a Service (DbaaS) Product Directory by sbobrowski</title>
		<link>http://dbaas.wordpress.com/database-as-a-service-dbaas-product-directory/#comment-18</link>
		<dc:creator>sbobrowski</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?page_id=5#comment-18</guid>
		<description>Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database as a Service (DbaaS) Product Directory by Mike E</title>
		<link>http://dbaas.wordpress.com/database-as-a-service-dbaas-product-directory/#comment-17</link>
		<dc:creator>Mike E</dc:creator>
		<pubDate>Thu, 08 Jan 2009 03:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?page_id=5#comment-17</guid>
		<description>Here&#039;s another, that provides significant functionality in addition to  the db (PostgreSQL).  Called Younicycle.  Each account = a schema</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another, that provides significant functionality in addition to  the db (PostgreSQL).  Called Younicycle.  Each account = a schema</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-Tenant Times by Vibhakar Bhushan</title>
		<link>http://dbaas.wordpress.com/2008/10/19/multi-tenant-times/#comment-11</link>
		<dc:creator>Vibhakar Bhushan</dc:creator>
		<pubDate>Sun, 19 Oct 2008 17:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=13#comment-11</guid>
		<description>We provide Process/workflow Automation as aservice complementing Salesforce offering. As such I am extremely interested in knowing about how SF have organised their architecture. I would appreciate a trigger, when you publish the paper

best regards
Vibhakar
CTO, Synchosoft</description>
		<content:encoded><![CDATA[<p>We provide Process/workflow Automation as aservice complementing Salesforce offering. As such I am extremely interested in knowing about how SF have organised their architecture. I would appreciate a trigger, when you publish the paper</p>
<p>best regards<br />
Vibhakar<br />
CTO, Synchosoft</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Exactly Is Database as a Service? by Donjon</title>
		<link>http://dbaas.wordpress.com/2008/05/14/what-exactly-is-database-as-a-service/#comment-7</link>
		<dc:creator>Donjon</dc:creator>
		<pubDate>Thu, 19 Jun 2008 14:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=4#comment-7</guid>
		<description>Somehow i missed the point. Probably lost in translation :) Anyway ... nice blog to visit.

cheers, Donjon!!!</description>
		<content:encoded><![CDATA[<p>Somehow i missed the point. Probably lost in translation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway &#8230; nice blog to visit.</p>
<p>cheers, Donjon!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Exactly Is Database as a Service? by sbobrowski</title>
		<link>http://dbaas.wordpress.com/2008/05/14/what-exactly-is-database-as-a-service/#comment-5</link>
		<dc:creator>sbobrowski</dc:creator>
		<pubDate>Mon, 19 May 2008 23:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=4#comment-5</guid>
		<description>Peter,

Agreed. I also tend to think of DbaaS as a more structured storage approach than a file storage approach. That said, I&#039;ll show in some upcoming posts how some of the DbaaS approaches seem to cater to the storage of unstructured data.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Agreed. I also tend to think of DbaaS as a more structured storage approach than a file storage approach. That said, I&#8217;ll show in some upcoming posts how some of the DbaaS approaches seem to cater to the storage of unstructured data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Exactly Is Database as a Service? by Peter Laird</title>
		<link>http://dbaas.wordpress.com/2008/05/14/what-exactly-is-database-as-a-service/#comment-4</link>
		<dc:creator>Peter Laird</dc:creator>
		<pubDate>Mon, 19 May 2008 15:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://dbaas.wordpress.com/?p=4#comment-4</guid>
		<description>Great post Steve. I like how you haven&#039;t constrained it to be relational DB only.

How would you differentiate Storage as a Service vs. DB as a service? Seems like Storage as a Service is a file store, wheras DbaaS allows finer grained access to data?

PJL</description>
		<content:encoded><![CDATA[<p>Great post Steve. I like how you haven&#8217;t constrained it to be relational DB only.</p>
<p>How would you differentiate Storage as a Service vs. DB as a service? Seems like Storage as a Service is a file store, wheras DbaaS allows finer grained access to data?</p>
<p>PJL</p>
]]></content:encoded>
	</item>
</channel>
</rss>
