<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Schema Czar &#187; Thinking Relationally</title>
	<atom:link href="http://blog.schemaczar.com/category/thinking-relationally/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schemaczar.com</link>
	<description>Experienced thinking on designing, building, supporting, and maintaining software - database software and otherwise.</description>
	<lastBuildDate>Thu, 17 Nov 2011 02:13:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Password mismanagement</title>
		<link>http://blog.schemaczar.com/2011-08/password-mismanagement/</link>
		<comments>http://blog.schemaczar.com/2011-08/password-mismanagement/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 14:36:17 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Database Security]]></category>
		<category><![CDATA[Thinking Relationally]]></category>

		<guid isPermaLink="false">http://blog.schemaczar.com/?p=149</guid>
		<description><![CDATA[When you send a password to someone through email, it never dies.]]></description>
		<wfw:commentRss>http://blog.schemaczar.com/2011-08/password-mismanagement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Getting Physical&#8221; &#8211; or not&#8230;</title>
		<link>http://blog.schemaczar.com/2011-06/getting-physical-or-not/</link>
		<comments>http://blog.schemaczar.com/2011-06/getting-physical-or-not/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 02:52:09 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Thinking Relationally]]></category>

		<guid isPermaLink="false">http://blog.schemaczar.com/?p=95</guid>
		<description><![CDATA[What's so illogical about "physical" database design?]]></description>
		<wfw:commentRss>http://blog.schemaczar.com/2011-06/getting-physical-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why be Normal?</title>
		<link>http://blog.schemaczar.com/2011-04/why-be-normal/</link>
		<comments>http://blog.schemaczar.com/2011-04/why-be-normal/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 02:38:33 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Considered Harmful]]></category>
		<category><![CDATA[No Ha*king Zone!!]]></category>
		<category><![CDATA[Telling DBAs from Data Architects]]></category>
		<category><![CDATA[Thinking Relationally]]></category>

		<guid isPermaLink="false">http://blog.schemaczar.com/?p=121</guid>
		<description><![CDATA[Never denormalize a schema you haven't finished (or started) normalizing]]></description>
		<wfw:commentRss>http://blog.schemaczar.com/2011-04/why-be-normal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PL/SQL Exceptions &#8211; a primer demonstration</title>
		<link>http://blog.schemaczar.com/2010-07/plsql-exceptions-a-primer-demonstration/</link>
		<comments>http://blog.schemaczar.com/2010-07/plsql-exceptions-a-primer-demonstration/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:50:43 +0000</pubDate>
		<dc:creator>The Schema Czar</dc:creator>
				<category><![CDATA[Thinking Relationally]]></category>

		<guid isPermaLink="false">http://blog.schemaczar.com/?p=277</guid>
		<description><![CDATA[So &#8211; my co-worker wanted to learn about PL/SQL exceptions. Here you go! I have put comments at the end by way of discussion. set serveroutput on &#60;&#60;DEMO_AND_TEST_EXCEPTIONS&#62;&#62; DECLARE MYOWNNODATAFOUND EXCEPTION; --ERROR CAUSED BY PRAGMA EXCEPTION_INIT (MYOWNNODATAFOUND, -1403); -- Cannot rename Oracle native exceptions if their numbers are already named -- in DBMS_STANDARD, e.g., ORA-01403 [...]]]></description>
		<wfw:commentRss>http://blog.schemaczar.com/2010-07/plsql-exceptions-a-primer-demonstration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you haven&#8217;t the time to analyze security fully, try this</title>
		<link>http://blog.schemaczar.com/2009-11/if-you-havent-the-time-to-analyze-security-fully-try-this/</link>
		<comments>http://blog.schemaczar.com/2009-11/if-you-havent-the-time-to-analyze-security-fully-try-this/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:17:44 +0000</pubDate>
		<dc:creator>The Schema Czar</dc:creator>
				<category><![CDATA[Thinking Relationally]]></category>

		<guid isPermaLink="false">http://blog.schemaczar.com/?p=228</guid>
		<description><![CDATA[Ask yourself: when should this object be invisible/inaccessible to a user? Don&#8217;t go through the full security analysis.  Don&#8217;t figure out all of the this and that.  Why not?  Well, you already know that you don&#8217;t have time! If you have some object or table or function that &#8216;should&#8217; be secured but MUST be done [...]]]></description>
		<wfw:commentRss>http://blog.schemaczar.com/2009-11/if-you-havent-the-time-to-analyze-security-fully-try-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

