<?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; Learn Oracle</title>
	<atom:link href="http://database-geek.com/category/learn-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://database-geek.com</link>
	<description>Database Stuff, from a Geek</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[database]]></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>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 those items.</p>
</blockquote>
<p>The first thing we need to do is talk to the&#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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[data warehouse]]></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>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, I am not going to take a shot at it.</p>
<p>I could start with&#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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></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>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 Log:</p>
<p>Version: 0.6.2<br />
Fixed exit commands in various code&#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>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[Learn Oracle]]></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[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>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 procedure) if you don&#8217;t like mine. This will make it very extensible.&#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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></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>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 is that arguments for procedures and functions in packages is access differently than arguments for stand&#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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></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>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 default you get a 30 or 60 second delay (depending on windows version, I think) before the shutdown/reboot.&#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>ORA_Tweet Now Does Short URLs</title>
		<link>http://database-geek.com/2009/04/11/ora_tweet-now-does-short-urls/</link>
		<comments>http://database-geek.com/2009/04/11/ora_tweet-now-does-short-urls/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 12:57:08 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[short url]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://database-geek.com/?p=486</guid>
		<description><![CDATA[<p>Paul Gallagher, of the Tardate blog, emailed me this morning (or I guess it was last night) and sent me some code to enhace ORA_Tweet.  He wrote a package to call out to an is.gd API to convert a long URL to a short URL.  The really cool thing is that he used a regular expression to find matches INSIDE the comment body.  That means that ANY URLs will be replaced with a short URL,&#8230; <a href="http://database-geek.com/2009/04/11/ora_tweet-now-does-short-urls/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/11/ora_tweet-now-does-short-urls/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[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/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>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 is the date is SAT or SUN.</li>
<li>BUSINESS_DAY_NO is the business day of the</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>Private vs Public Global Variables</title>
		<link>http://database-geek.com/2009/04/01/private-vs-public-global-variables/</link>
		<comments>http://database-geek.com/2009/04/01/private-vs-public-global-variables/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:47:08 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/04/01/private-vs-public-global-variables/</guid>
		<description><![CDATA[<p>Recently I posted an article about ORA_Tweet, an Oracle Twitter Client. I was asked by someone reading the code why I put several variables in the BODY of the package rather than the SPEC. The question was posed something like this:</p>
<blockquote><p>Why not put the variables in the package spec where they are modifiable? That would involve less maintenance.</p>
</blockquote>
<p>I specifically put them in the body so that they are not modifiable. I don&#8217;t&#8230; <a href="http://database-geek.com/2009/04/01/private-vs-public-global-variables/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/04/01/private-vs-public-global-variables/feed/</wfw:commentRss>
		<slash:comments>1</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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></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>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 JSON data type that will work like XMLType.</p>
<p>I am assuming you are familiar with Oracle (or&#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>13</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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></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>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 was thinking about it, I was also following along on twitter to the posts that the&#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>22</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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></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>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. I&#8217;ve written about NUMBERs before.</p>
<h2>Q: What is the difference between an INTEGER and a</h2><p>&#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>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[Learn Oracle]]></category>
		<category><![CDATA[Solve Problems]]></category>
		<category><![CDATA[glossary]]></category>
		<category><![CDATA[oracle]]></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 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 &#8220;What do two plus two equal?&#8221; The accountant says &#8220;On average, four &#8211; give or take&#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[<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 replicated.</p>
<p>If you create an insert trigger on a table and push data across a&#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>
		<item>
		<title>uCertify Oracle Certification Software Review</title>
		<link>http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/</link>
		<comments>http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:16:30 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/</guid>
		<description><![CDATA[<p>From the Database-Geek.</p>
<p>In addition to frequently being asked to recommend books for newbies to Oracle, I am also asked for guidance on certification. Basically, what materials are available and worth purchasing. I used Self Test software and the Sybex books when I was working on my certification. That was back in the 9i days. If you are working on 9i certification, I strongly recommend them. <img src='http://database-geek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>However, I figure&#8230; <a href="http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
