<?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>Database Geek Blog &#187; database</title>
	<atom:link href="http://database-geek.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://database-geek.com</link>
	<description>Database Stuff, from a Geek</description>
	<lastBuildDate>Thu, 03 Nov 2011 19:19:24 +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>Cool Tool Of The Week &#8211; Open Modelsphere: Open Source Data Modeling</title>
		<link>http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/</link>
		<comments>http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:47:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[relational database]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[erd]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/">Cool Tool Of The Week &#8211; Open Modelsphere: Open Source Data Modeling</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Cool Tool Of The Week &#8211; Open Modelsphere: Open Source Data Modeling is a post from: Database Geek Blog</p>
<p>From The Database Geek</p>
<p>I like playing with new tools and software so I thought I would start a new weekly series, Cool Tool of the Week. I will just cover a tool that I have used or discovered that I think is cool. I&#8217;m not necessarily endoring it, just giving it a little publicity so&#8230; <a href="http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/06/08/cool-tool-of-the-week-open-modelsphere-open-source-data-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing the Data Mart &#8211; Part 2</title>
		<link>http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/</link>
		<comments>http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:21:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data mart]]></category>
		<category><![CDATA[detabase]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[star schema]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/">Designing the Data Mart &#8211; Part 2</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Designing the Data Mart &#8211; Part 2 is a post from: Database Geek Blog</p>
<p>Continuing from Part 1.</p>
<p>So now we have our transactional model and a basic user story:</p>
<blockquote><p>Our first request from the business for our data mart is that they want to be able to query all of the orders by date, by customer and/or by region (state, city or country). They want to be able to aggregate (sum and average) across</p></blockquote><p>&#8230; <a href="http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/05/18/designing-the-data-mart-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PL/JSON v0.6.2 Released</title>
		<link>http://database-geek.com/2009/05/09/pljson-v062-released/</link>
		<comments>http://database-geek.com/2009/05/09/pljson-v062-released/#comments</comments>
		<pubDate>Sat, 09 May 2009 12:58:22 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[data types]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pj/json]]></category>
		<category><![CDATA[pljson]]></category>

		<guid isPermaLink="false">http://database-geek.com/?p=501</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/05/09/pljson-v062-released/">PL/JSON v0.6.2 Released</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>PL/JSON v0.6.2 Released is a post from: Database Geek Blog</p>
<p>It was pointed out to me that I had a few errors in the previous release.  Those have been fixed and the install should go a lot smoother now.  No additional functionality here, just bug fixes.  If you tweaked the previous release to install it, you don&#8217;t need this one.</p>
<p>As always, you can download the new code directly from the PL/JSON SourceForge page.</p>
<p>Change&#8230; <a href="http://database-geek.com/2009/05/09/pljson-v062-released/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/05/09/pljson-v062-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle INFORMATION_SCHEMA</title>
		<link>http://database-geek.com/2009/04/30/oracle-information_schema/</link>
		<comments>http://database-geek.com/2009/04/30/oracle-information_schema/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:35:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ansi]]></category>
		<category><![CDATA[information schema]]></category>
		<category><![CDATA[standard]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/30/oracle-information_schema/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/04/30/oracle-information_schema/">Oracle INFORMATION_SCHEMA</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Oracle INFORMATION_SCHEMA is a post from: Database Geek Blog</p>
<p>From the Database Geek.</p>
<p>Part of the ANSI SQL standard calls for an INFORMATION_SCHEMA. This schema contains a standardized data dictionary that is (or is supposed to be) common across various databases. Most database vendors offer a native data dictionary and a sub-set INFORMATION_SCHEMA (called info schema from this point on). Oracle is the only major database vendor (that I know of) that doesn&#8217;t even offer&#8230; <a href="http://database-geek.com/2009/04/30/oracle-information_schema/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/30/oracle-information_schema/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PL/JSON v0.6 Released to SourceForge</title>
		<link>http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/</link>
		<comments>http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:21:20 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pljson]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/">PL/JSON v0.6 Released to SourceForge</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>PL/JSON v0.6 Released to SourceForge is a post from: Database Geek Blog</p>
<p>From the Database Geek.</p>
<p>PL/JSON v0.6.1 has now been released to Sourceforge.net. The reason for the .1 is that I forgot a dependency on the 0.6 release.</p>
<p>Anyway, PL/JSON can now create JSON via the API or through parsing a text string. The parser is implemented as a stand along package. That means you can write your own parser (or use an external&#8230; <a href="http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/27/pljson-v06-released-to-sourceforge/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use a Pipelined Function to Select Source Code Arguments</title>
		<link>http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/</link>
		<comments>http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 22:01:27 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pipelined]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/">Use a Pipelined Function to Select Source Code Arguments</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Use a Pipelined Function to Select Source Code Arguments is a post from: Database Geek Blog</p>
<p>From the Database Geek.</p>
<p>I recently needed to query all of the arguments to the various stored procedures, functions, packaged objects and types. Oracle provides all of this information in the data dictionary in the ALL_PROCEDURES and ALL_ARGUMENTS views. The problem with this is that it&#8217;s kind of kludgey to suck out all of the pertinent data.</p>
<p>One problem&#8230; <a href="http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/23/use-a-pipelined-function-to-select-source-code-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Database Tricks &#8211; Shutdown the server from a stored procedure</title>
		<link>http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/</link>
		<comments>http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 19:38:15 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/">Stupid Database Tricks &#8211; Shutdown the server from a stored procedure</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Stupid Database Tricks &#8211; Shutdown the server from a stored procedure is a post from: Database Geek Blog</p>
<p>From the Database Geek.</p>
<p>I&#8217;m not even going to try to explain why I wrote this. Let&#8217;s just say that it comes in handy on occasion.</p>
<p>What this very simple procedure does is use DBMS_SCHEDULER to execute a shutdown command in windows. This could easily be adapted to Unix and/or Linux.</p>
<p>Use at your own risk. By&#8230; <a href="http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/19/stupid-database-tricks-shutdown-the-server-from-a-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Data Types &#8211; 5 FAQs About Number</title>
		<link>http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/</link>
		<comments>http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:25:42 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[data type]]></category>
		<category><![CDATA[digits]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[numeric]]></category>
		<category><![CDATA[real]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/">Oracle Data Types &#8211; 5 FAQs About Number</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Oracle Data Types &#8211; 5 FAQs About Number is a post from: Database Geek Blog</p>
<p>I get a lot of email, and comments on blog entries, asking questions about many different topics. I am going to try to answer some of the more common questions as FAQs. Today I am starting with some NUMBER FAQs. I am specifically talking about Oracle and I am specifically talking about the NUMBER data type, not numerics in general.&#8230; <a href="http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/13/oracle-data-types-5-faqs-about-number/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A day with Ralph Kimball, Part 1</title>
		<link>http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/</link>
		<comments>http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:35:51 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[busarchitecture]]></category>
		<category><![CDATA[Datawarehouse]]></category>
		<category><![CDATA[datawarehouses]]></category>
		<category><![CDATA[datawarehousesystems]]></category>
		<category><![CDATA[datawarehousetoolkit]]></category>
		<category><![CDATA[datawarehousing]]></category>
		<category><![CDATA[marketin]]></category>
		<category><![CDATA[metaphorsystems]]></category>
		<category><![CDATA[ralphkimball]]></category>
		<category><![CDATA[rdbms]]></category>
		<category><![CDATA[starschemas]]></category>
		<category><![CDATA[starworkstation]]></category>
		<category><![CDATA[warehousesystems]]></category>
		<category><![CDATA[warehousetoolkit]]></category>
		<category><![CDATA[writebooks]]></category>
		<category><![CDATA[xeroxparc]]></category>
		<category><![CDATA[xeroxstarworkstation]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/">A day with Ralph Kimball, Part 1</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>A day with Ralph Kimball, Part 1 is a post from: Database Geek Blog</p>
<p>I had the opportunity to spend a day in a seminar with Ralph Kimball. If you don&#8217;t know who that is, he is a guru of data warehousing. If you&#8217;re involved in data warehouses, I hope you are at least familiar with his work. Currently in the industry there are two primary, competing warehousing methodologies, i.e. practically religions to some, Kimball&#8230; <a href="http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/08/a-day-with-ralph-kimball-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Analytics, With Clause and Column Level Grants</title>
		<link>http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/</link>
		<comments>http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:24:51 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/">SQL Analytics, With Clause and Column Level Grants</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>SQL Analytics, With Clause and Column Level Grants is a post from: Database Geek Blog</p>
<p>From the database geek.</p>
<p>Postgres 8.4 is just around the corner. I haven&#8217;t had much time lately to keep up with Postgres. I&#8217;ve had too much to do in the Oracle world (new job, writing, etc). However, I do try to keep up with a few email groups just to keep touch with what&#8217;s coming. Here are three things in&#8230; <a href="http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/04/sql-analytics-with-clause-and-column-level-grants/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Building a PL/SQL Code Parser (using PL/SQL), Part 2</title>
		<link>http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/</link>
		<comments>http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 22:11:50 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/">Building a PL/SQL Code Parser (using PL/SQL), Part 2</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Building a PL/SQL Code Parser (using PL/SQL), Part 2 is a post from: Database Geek Blog</p>
<p>From the Database-Geek.</p>
<p>Continuing with the parser, begun last week in Building a PL/SQL Code Parser Part 1, today I am going to modify the code to allow for comments. Rather than dive back into code already covered, I will discuss what I have added and then provide the full code below.</p>
<p>I changed my sample code and test&#8230; <a href="http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/12/building-a-plsql-code-parser-using-plsql-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBAs and Developers, Do you suffer from Performance Dysfunction (PD)?</title>
		<link>http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/</link>
		<comments>http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:51:04 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/">DBAs and Developers, Do you suffer from Performance Dysfunction (PD)?</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>DBAs and Developers, Do you suffer from Performance Dysfunction (PD)? is a post from: Database Geek Blog</p>
<p>Posted by the Database-Geek.</p>
<p>DBAs and developers, do you suffer from PD? PD, performance dysfunction, is not a topic that many like to discuss. A few people do but they mostly hang out together at conferences and talk about the size of their tuples. For the rest of us, PD is an evil, evil thing.</p>
<p>There are as&#8230; <a href="http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/10/dbas-and-developers-do-you-suffer-from-performance-dysfunction-pd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a PL/SQL Code Parser (using PL/SQL), Part 1</title>
		<link>http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/</link>
		<comments>http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 01:28:09 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/">Building a PL/SQL Code Parser (using PL/SQL), Part 1</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Building a PL/SQL Code Parser (using PL/SQL), Part 1 is a post from: Database Geek Blog</p>
<p>LewisC&#8217;s An Expert&#8217;s Guide to Oracle Technology</p>
<p>Is it possible to build a PL/SQL parser using nothing but PL/SQL? To answer that question, I guess I need to define &#8220;PL/SQL parser&#8221;. What would be the intention of this parser?</p>
<p>I would like a way to parse a PL/SQL code block and let me determine some statistics: number of lines,&#8230; <a href="http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/06/building-a-plsql-code-parser-using-plsql-part-1-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comment by vijay  on What is the difference between Oracle, SQL and PL/SQL?</title>
		<link>http://database-geek.com/2009/01/26/comment-by-vijay-on-what-is-the-difference-between-oracle-sql-and-plsql/</link>
		<comments>http://database-geek.com/2009/01/26/comment-by-vijay-on-what-is-the-difference-between-oracle-sql-and-plsql/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 09:27:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Definition]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/26/comment-by-vijay-on-what-is-the-difference-between-oracle-sql-and-plsql/">Comment by vijay  on What is the difference between Oracle, SQL and PL/SQL?</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by vijay  on What is the difference between Oracle, SQL and PL/SQL? is a post from: Database Geek Blog</p>
<p>thnx </p>
<p>!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/what-is-the-difference-between-oracle-sql-and-plsql-9602!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/26/comment-by-vijay-on-what-is-the-difference-between-oracle-sql-and-plsql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by prajit  on Learn Oracle &#8211; What is Oracle?</title>
		<link>http://database-geek.com/2009/01/24/comment-by-prajit-on-learn-oracle-what-is-oracle/</link>
		<comments>http://database-geek.com/2009/01/24/comment-by-prajit-on-learn-oracle-what-is-oracle/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 07:46:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Executive Overview]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[relational database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/24/comment-by-prajit-on-learn-oracle-what-is-oracle/">Comment by prajit  on Learn Oracle &#8211; What is Oracle?</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by prajit  on Learn Oracle &#8211; What is Oracle? is a post from: Database Geek Blog</p>
<p>First of all, I would like to thank you for sharing this helpful article. I am doing my BSc Computer science(second year). I wanted to know more about oracle.I am thinking of getting a certificate in Oracle course; But I&#8217;m confused in which category? I would be happy if you would suggest me something! As i will be&#8230; <a href="http://database-geek.com/2009/01/24/comment-by-prajit-on-learn-oracle-what-is-oracle/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/24/comment-by-prajit-on-learn-oracle-what-is-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

