<?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; oracle</title>
	<atom:link href="http://database-geek.com/category/oracle/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>Using Bind Variables</title>
		<link>http://database-geek.com/2011/11/03/using-bind-variables/</link>
		<comments>http://database-geek.com/2011/11/03/using-bind-variables/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:19:24 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://database-geek.com/?p=644</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2011/11/03/using-bind-variables/">Using Bind Variables</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Using Bind Variables is a post from: Database Geek Blog</p>
<p>LewisC&#8217;s An Expert&#8217;s Guide To Oracle Technology</p>
<p>Ok, I know you you&#8217;ve heard of them. Heck, in some cases, you&#8217;ve been beaten over the head with them. So why   aren&#8217;t you using them?</p>
<p>I&#8217;ve heard some people saying that it&#8217;s easier to code without bind variables. Really? Concatenating strings,   potentially with embedded quotes and/or varying formats, is easier than using bind variables?</p>
<p>I got an&#8230; <a href="http://database-geek.com/2011/11/03/using-bind-variables/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2011/11/03/using-bind-variables/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[Opinion]]></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><a href="http://database-geek.com/2009/04/01/private-vs-public-global-variables/">Private vs Public Global Variables</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Private vs Public Global Variables is a post from: Database Geek Blog</p>
<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&#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[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>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>My Introduction</title>
		<link>http://database-geek.com/2009/03/08/my-introduction/</link>
		<comments>http://database-geek.com/2009/03/08/my-introduction/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:31:15 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[attitudeproblems]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[encyclopedia]]></category>
		<category><![CDATA[minutia]]></category>
		<category><![CDATA[oracledatabases]]></category>
		<category><![CDATA[oracledevelopment]]></category>
		<category><![CDATA[oracletechnology]]></category>
		<category><![CDATA[oracleworld]]></category>
		<category><![CDATA[rac]]></category>
		<category><![CDATA[ralphkimball]]></category>
		<category><![CDATA[starschemas]]></category>
		<category><![CDATA[technicaljargon]]></category>
		<category><![CDATA[topics]]></category>
		<category><![CDATA[warehouse]]></category>
		<category><![CDATA[warehousedesign]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/08/my-introduction/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/08/my-introduction/">My Introduction</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>My Introduction is a post from: Database Geek Blog</p>
<p>Welcome to my blog. My name is Lewis R Cunningham and I&#8217;m an Oracle geek. I love playing with Oracle, working with Oracle and sharing what I know about Oracle. In my travels as a consultant and employee, I have found that, in the Oracle world at least, managers, project leads, etc. often have to make decisions regarding their projects, employees and day to day operations&#8230; <a href="http://database-geek.com/2009/03/08/my-introduction/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/08/my-introduction/feed/</wfw:commentRss>
		<slash:comments>0</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[oracle]]></category>
		<category><![CDATA[SQL]]></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><a href="http://database-geek.com/2009/02/17/ucertify-oracle-certification-software-review/">uCertify Oracle Certification Software Review</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>uCertify Oracle Certification Software Review is a post from: Database Geek Blog</p>
<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&#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>
		<item>
		<title>Building a PL/SQL Code Parser (using PL/SQL), Part 3</title>
		<link>http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/</link>
		<comments>http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 16:20:54 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/">Building a PL/SQL Code Parser (using PL/SQL), Part 3</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 3 is a post from: Database Geek Blog</p>
<p>From the Database-Geek.</p>
<p>Continuing with the parser, begun week in PL/SQL Parser Part 1 and PL/SQL Parser Part 2, today I am going to modify the code to account for keywords, operators and data. By data, I don&#8217;t mean strings. I mean anything not a keyword, not a comment and not an operator. Data may be a quoted string&#8230; <a href="http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/16/building-a-plsql-code-parser-using-plsql-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Group By Grouping Sets</title>
		<link>http://database-geek.com/2009/02/09/group-by-grouping-sets/</link>
		<comments>http://database-geek.com/2009/02/09/group-by-grouping-sets/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 23:28:38 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[group by]]></category>
		<category><![CDATA[grouping sets]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/09/group-by-grouping-sets/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/09/group-by-grouping-sets/">Group By Grouping Sets</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Group By Grouping Sets is a post from: Database Geek Blog</p>
<p>Posted by the Database-Geek.</p>
<h3>Summary Totals Using SQL</h3>
<p>Have you ever needed to get totals for different combinations of columns in the same query? Did you ever want to create a nice little report from a simple SQL statement? Here&#8217;s a tip that can make your life a lot easier when you need it. The great thing about this is that you can use&#8230; <a href="http://database-geek.com/2009/02/09/group-by-grouping-sets/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/09/group-by-grouping-sets/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>
	</channel>
</rss>

