<?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; Solve Problems</title>
	<atom:link href="http://database-geek.com/category/solve-problems/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.3.1</generator>
		<item>
		<title>Oracle DBMS_SCHEDULER Part 2 &#8211; The API</title>
		<link>http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/</link>
		<comments>http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 16:32:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[Stay Current]]></category>
		<category><![CDATA[dbms_scheduler]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[scheduling]]></category>

		<guid isPermaLink="false">http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/">Oracle DBMS_SCHEDULER Part 2 &ndash; The API</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Oracle DBMS_SCHEDULER Part 2 &#8211; The API is a post from: Database Geek Blog</p>
<p>In Part 1 of this series, I introduced you to the basic components and some information you need to know before using the scheduler. Today&#8217;s post will cover using the API to create some basic objects. I&#8217;ll show how to use SQL Developer to simplify some of these tasks.</p>
<p>Today&#8217;s post will cover creating programs and jobs.</p>
<h2>Programs</h2>
<p>As I said&#8230; <a href="http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2011/02/14/oracle-dbms_scheduler-part-2-the-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle DBMS_SCHEDULER Part 1&#8211;The Basics</title>
		<link>http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/</link>
		<comments>http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 15:47:06 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[Stay Current]]></category>
		<category><![CDATA[dbms_scheduler]]></category>
		<category><![CDATA[grants]]></category>
		<category><![CDATA[object type]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[scheduler objects]]></category>

		<guid isPermaLink="false">http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/">Oracle DBMS_SCHEDULER Part 1&ndash;The Basics</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Oracle DBMS_SCHEDULER Part 1&#8211;The Basics is a post from: Database Geek Blog</p>
<p>DBMS_SCHEDULER is Oracle&#8217;s full featured scheduling solution that runs inside the database. Think of it as a complete replacement for DBMS_JOB (which I do still use occasionally but am using less and less over time). DBMS_SCHEDULER has a lot of benefits over DBMS_JOB &#8211; ability to stop a job, ability to reuse code, ability to reuse schedules, ability to chain jobs into a&#8230; <a href="http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2011/01/30/oracle-dbms_scheduler-part-1the-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agility and Analysis</title>
		<link>http://database-geek.com/2010/07/20/agility-and-analysis/</link>
		<comments>http://database-geek.com/2010/07/20/agility-and-analysis/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:35:56 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[analysis]]></category>

		<guid isPermaLink="false">http://database-geek.com/2010/07/20/agility-and-analysis/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2010/07/20/agility-and-analysis/">Agility and Analysis</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Agility and Analysis is a post from: Database Geek Blog</p>
<p>As developers, analysts, adminstrators, etc, I think most of us tend towards perfectionism. We want to do the job right and we want to do the job right the first time around.</p>
<p>Agility means being able to move forward with less than perfect information. Sometimes it means moving forward with information that is known to incomplete or even potentially inaccurate.</p>
<p>So what does that mean&#8230; <a href="http://database-geek.com/2010/07/20/agility-and-analysis/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2010/07/20/agility-and-analysis/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>Designing the Data Mart &#8211; Part 1</title>
		<link>http://database-geek.com/2009/05/16/designing-the-data-mart-part-1/</link>
		<comments>http://database-geek.com/2009/05/16/designing-the-data-mart-part-1/#comments</comments>
		<pubDate>Sat, 16 May 2009 14:35:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data mart]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[dimensional model]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/05/18/designing-the-data-mart-part-1/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/05/16/designing-the-data-mart-part-1/">Designing the Data Mart &#8211; Part 1</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Designing the Data Mart &#8211; Part 1 is a post from: Database Geek Blog</p>
<p>As I mentioned a while back (a loooong while back), I have been thinking about writing up how I design data marts. The problem with that is that it is a huge topic. Even converting an existing schema (which doesn&#8217;t always exist) to a data mart (star schema style), still takes plenty of behind the scenes data analysis and prepwork. Still,&#8230; <a href="http://database-geek.com/2009/05/16/designing-the-data-mart-part-1/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/05/16/designing-the-data-mart-part-1/feed/</wfw:commentRss>
		<slash:comments>1</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>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>Calculating Business Days and Business Days Between</title>
		<link>http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/</link>
		<comments>http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:13:06 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[data mart]]></category>
		<category><![CDATA[dim day]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[pl sql]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/">Calculating Business Days and Business Days Between</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Calculating Business Days and Business Days Between is a post from: Database Geek Blog</p>
<p>From the Database Geek.</p>
<p>I recently had a requirement to populate the day dimension of a data mart (I won&#8217;t put all of the code here as it&#8217;s pretty large). That&#8217;s not that big deal but part of the requirement was to set several columns: BUSINESS_DAY_FLAG, BUSINESS_DAY_NO and BUSINESS_DAYS_REMAINING_NO.</p>
<ul>
<li>The BUSINESS_DAY_FLAG is Y is the date is MON-FRI and N</li></ul><p>&#8230; <a href="http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/06/calculating-business-days-and-business-days-between/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON In (and out) of Oracle &#8211; JSON Data Type</title>
		<link>http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/</link>
		<comments>http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:04:55 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[data types]]></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[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/">JSON In (and out) of Oracle &#8211; JSON Data Type</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>JSON In (and out) of Oracle &#8211; JSON Data Type is a post from: Database Geek Blog</p>
<p>From the database geek.</p>
<p>Update March 29, 2009:  PL/JSON is now available as an open source project (MIT License).  Read the FAQ at http://oracleoss.com</p>
<p>Do you use JSON? Do you use Oracle? How would you like to use JSON in Oracle? How would you like to store it, generate it and read it? I am creating a new&#8230; <a href="http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/25/json-in-and-out-of-oracle-json-data-type/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Ora_Tweet &#8211; Tweet From Oracle, A PL/SQL Twitter API</title>
		<link>http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/</link>
		<comments>http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:01:05 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<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[api]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/">Ora_Tweet &#8211; Tweet From Oracle, A PL/SQL Twitter API</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Ora_Tweet &#8211; Tweet From Oracle, A PL/SQL Twitter API is a post from: Database Geek Blog</p>
<p>Get the latest source from the ORA Tweet project page at sourceforge.</p>
<p>I had some free time this last Saturday night (after the family was all in bed) and I wanted to do a little mini-project. I don&#8217;t get to do enough PL/SQL anymore so I like to look for utilities and smaller fun things to code. While I&#8230; <a href="http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/15/ora_tweet-tweet-from-oracle-a-plsql-twitter-api/feed/</wfw:commentRss>
		<slash:comments>23</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>View PDFs on a BlackBerry</title>
		<link>http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/</link>
		<comments>http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 18:20:36 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[beamberry]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[mobi]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobility]]></category>
		<category><![CDATA[mobipocket]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf2go]]></category>
		<category><![CDATA[pdftogo]]></category>
		<category><![CDATA[repligo]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/">View PDFs on a BlackBerry</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>View PDFs on a BlackBerry is a post from: Database Geek Blog</p>
<p>I have been in search of a good PDF viewer for my BlackBerry. I tried out several different readers and even use MobiPocket to convert them. I wrote up my experiences in Mobile PDFs &#8211; 4 Way to Read PDFs on your BlackBerry.</p>
<p>In that post, I am review 3 native PDF viewers for the BlackBerry: PDF to Go, Repligo Reader and BeamReader.&#8230; <a href="http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/11/view-pdfs-on-a-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Queues and Streams: A Definition in Plain English</title>
		<link>http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/</link>
		<comments>http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 02:11:27 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Definition]]></category>
		<category><![CDATA[glossary]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[accountant]]></category>
		<category><![CDATA[guaranteedelivery]]></category>
		<category><![CDATA[interviewer]]></category>
		<category><![CDATA[mathematician]]></category>
		<category><![CDATA[mqseries]]></category>
		<category><![CDATA[oci]]></category>
		<category><![CDATA[publishsubscribe]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[queues]]></category>
		<category><![CDATA[theeconomist]]></category>
		<category><![CDATA[xmldocument]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/">Advanced Queues and Streams: A Definition in Plain English</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Advanced Queues and Streams: A Definition in Plain English is a post from: Database Geek Blog</p>
<p>A mathematician, an accountant and an economist apply for the same job. The interviewer calls in the mathematician and asks &#8220;What do two plus two equal?&#8221;</p>
<p>The mathematician replies &#8220;Four.&#8221;</p>
<p>The interviewer asks &#8220;Four, exactly?&#8221; The mathematician looks at the interviewer incredulously and says &#8220;Yes, four, exactly.&#8221;</p>
<p>Then the interviewer calls in the accountant and asks the same question&#8230; <a href="http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/08/advanced-queues-and-streams-a-definition-in-plain-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Advanced Replication:  A Definition in Plain English</title>
		<link>http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/</link>
		<comments>http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 02:05:00 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Definition]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[activeactive]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[availabilitynetwork]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[databaseavailability]]></category>
		<category><![CDATA[databaselink]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[dml]]></category>
		<category><![CDATA[posting]]></category>
		<category><![CDATA[ralphkimball]]></category>
		<category><![CDATA[replicationoracle]]></category>
		<category><![CDATA[weekendtoday]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/">Oracle Advanced Replication:  A Definition in Plain English</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Oracle Advanced Replication:  A Definition in Plain English is a post from: Database Geek Blog</p>
<h2>What is Replication?</h2>
<p>According to Webster&#8217;s Online, the definition we mean is: 3 a : COPY, REPRODUCTION b : the action or process of reproducing</p>
<p>Replication is simply copying data from one database to another. This could be a subset of the data or a complete copy.</p>
<p>I&#8217;m going to use insert for my examples but any DML can be&#8230; <a href="http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/08/oracle-advanced-replication-a-definition-in-plain-english/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

