<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: I wish .. (1)</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Thu, 23 May 2013 12:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: I wish (2) &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-37031</link>
		<dc:creator><![CDATA[I wish (2) &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Sun, 22 Aug 2010 14:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-37031</guid>
		<description><![CDATA[[...] under: SQL Server &#8212; Jonathan Lewis @ 6:13 am UTC Jun 18,2010   Continuing my little list of things in SQL Server that I&#8217;d like to see in [...]]]></description>
		<content:encoded><![CDATA[<p>[...] under: SQL Server &#8212; Jonathan Lewis @ 6:13 am UTC Jun 18,2010   Continuing my little list of things in SQL Server that I&#8217;d like to see in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Bucata</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36435</link>
		<dc:creator><![CDATA[Jason Bucata]]></dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36435</guid>
		<description><![CDATA[I thought I read somewhere, maybe 6 months ago, that Oracle 11g and/or Exadata has merry-go-round tablescans.

Of course, I can&#039;t find it now...

I know for sure I&#039;ve heard of that concept before--and I never pay attention to SQL Server news so it couldn&#039;t have been from there.]]></description>
		<content:encoded><![CDATA[<p>I thought I read somewhere, maybe 6 months ago, that Oracle 11g and/or Exadata has merry-go-round tablescans.</p>
<p>Of course, I can&#8217;t find it now&#8230;</p>
<p>I know for sure I&#8217;ve heard of that concept before&#8211;and I never pay attention to SQL Server news so it couldn&#8217;t have been from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36424</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Fri, 04 Jun 2010 08:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36424</guid>
		<description><![CDATA[Noons,

It is interesting to note, though, that some of the very large databases that use SQL Server deal with the scalability problem by partitioning their main tables by using separate databases for separate partitions - so you get, for example, one database per day and have to write code that queries across databases.]]></description>
		<content:encoded><![CDATA[<p>Noons,</p>
<p>It is interesting to note, though, that some of the very large databases that use SQL Server deal with the scalability problem by partitioning their main tables by using separate databases for separate partitions &#8211; so you get, for example, one database per day and have to write code that queries across databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noons</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36420</link>
		<dc:creator><![CDATA[Noons]]></dc:creator>
		<pubDate>Fri, 04 Jun 2010 01:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36420</guid>
		<description><![CDATA[@Garry: 
very simply, I don&#039;t let it happen.
Programmers trying to access data cross-dbs or cross-schemas can only succeed if they are authorized to do so.  That&#039;s why I said the security becomes critical in these environments: relax it and you are in for a nasty surprise.
SS has extensive control of security at both database and server level. Oracle allows this: &quot;alter session set current_schema=xxxx&quot; in a login trigger, just as an example. And a few other things, as of course you are aware.  So rather than excluding dbs/schemas by segregating into instances, I exclude them by security.  Works very well indeed.]]></description>
		<content:encoded><![CDATA[<p>@Garry:<br />
very simply, I don&#8217;t let it happen.<br />
Programmers trying to access data cross-dbs or cross-schemas can only succeed if they are authorized to do so.  That&#8217;s why I said the security becomes critical in these environments: relax it and you are in for a nasty surprise.<br />
SS has extensive control of security at both database and server level. Oracle allows this: &#8220;alter session set current_schema=xxxx&#8221; in a login trigger, just as an example. And a few other things, as of course you are aware.  So rather than excluding dbs/schemas by segregating into instances, I exclude them by security.  Works very well indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel garry</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36419</link>
		<dc:creator><![CDATA[joel garry]]></dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36419</guid>
		<description><![CDATA[How do you avoid the risk of programmer-controlled locking strategies making redo contention look like a walk in the park?]]></description>
		<content:encoded><![CDATA[<p>How do you avoid the risk of programmer-controlled locking strategies making redo contention look like a walk in the park?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parthiban Nagarajan</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36417</link>
		<dc:creator><![CDATA[Parthiban Nagarajan]]></dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36417</guid>
		<description><![CDATA[IMHO ... Oracle should implement the feature &quot;Filtered Indexes&quot; of SQL Server ...]]></description>
		<content:encoded><![CDATA[<p>IMHO &#8230; Oracle should implement the feature &#8220;Filtered Indexes&#8221; of SQL Server &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36411</link>
		<dc:creator><![CDATA[Igor]]></dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36411</guid>
		<description><![CDATA[Hi, 

And why not separate dictionary data about &quot;database&quot;. So, that things are self contained, independent. To have transportable &quot;database&quot; (including code, sequences etc). Availability - you don&#039;t care if SYSTEM tablespace of &quot;another database&quot; is corrupted. 

Restore/recovery on &quot;database&quot; level. As consequence simplified / faster procedure for PITR. 

Of course, risk is to have costly dictionary queries, security concerns...


Just my 2cents. 

Regards,
Igor]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>And why not separate dictionary data about &#8220;database&#8221;. So, that things are self contained, independent. To have transportable &#8220;database&#8221; (including code, sequences etc). Availability &#8211; you don&#8217;t care if SYSTEM tablespace of &#8220;another database&#8221; is corrupted. </p>
<p>Restore/recovery on &#8220;database&#8221; level. As consequence simplified / faster procedure for PITR. </p>
<p>Of course, risk is to have costly dictionary queries, security concerns&#8230;</p>
<p>Just my 2cents. </p>
<p>Regards,<br />
Igor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36410</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36410</guid>
		<description><![CDATA[ExaData does have that giant flash cache though.]]></description>
		<content:encoded><![CDATA[<p>ExaData does have that giant flash cache though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36409</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36409</guid>
		<description><![CDATA[They added Consistency in 2005 but it wasn&#039;t the default. I tried it back then and I found the performance to be atrocious. Could be one of the reasons why they neglected to turn it on. Another could be the fact that many apps are written against SQL Server with that in mind and changing the way the DB works could have a drastic affect on those applications. I haven&#039;t tried 2008 yet, guess I probably could (time permitting).]]></description>
		<content:encoded><![CDATA[<p>They added Consistency in 2005 but it wasn&#8217;t the default. I tried it back then and I found the performance to be atrocious. Could be one of the reasons why they neglected to turn it on. Another could be the fact that many apps are written against SQL Server with that in mind and changing the way the DB works could have a drastic affect on those applications. I haven&#8217;t tried 2008 yet, guess I probably could (time permitting).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://jonathanlewis.wordpress.com/2010/06/01/i-wish-1/#comment-36408</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 02 Jun 2010 15:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=3794#comment-36408</guid>
		<description><![CDATA[I&#039;ve played with both SQL Server and MySQL quite a bit and to me, MySQL uses a similar model to SQL Server. You have one set of processes managing multiple databases. I haven&#039;t peaked lower to see what it does at the log level. I guess I probably should now that MySQL is part of the Oracle family.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve played with both SQL Server and MySQL quite a bit and to me, MySQL uses a similar model to SQL Server. You have one set of processes managing multiple databases. I haven&#8217;t peaked lower to see what it does at the log level. I guess I probably should now that MySQL is part of the Oracle family.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
