<?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; Blogging</title>
	<atom:link href="http://database-geek.com/category/blogging/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>Hilarious Ad/Post Collision</title>
		<link>http://database-geek.com/2010/12/16/hilarious-adpost-collision/</link>
		<comments>http://database-geek.com/2010/12/16/hilarious-adpost-collision/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 02:05:55 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://database-geek.com/?p=625</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2010/12/16/hilarious-adpost-collision/">Hilarious Ad/Post Collision</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Hilarious Ad/Post Collision is a post from: Database Geek Blog</p>
<p>I stopped by my blog today to upgrade the version of wordpress and some plug-ins. On the front page I got this hilarious ad and it seemed to really be appropriate to the very silly post it was shown with.</p>
<p>I wrote a very silly post about a data architect and a biz guy (really silly geek humor) and the ad is &#8220;Why can&#8217;t I&#8230; <a href="http://database-geek.com/2010/12/16/hilarious-adpost-collision/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2010/12/16/hilarious-adpost-collision/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[development]]></category>
		<category><![CDATA[Learn Oracle]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Opinion]]></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><a href="http://database-geek.com/2009/04/11/ora_tweet-now-does-short-urls/">ORA_Tweet Now Does Short URLs</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>ORA_Tweet Now Does Short URLs is a post from: Database Geek Blog</p>
<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. &#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>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>Catching Up &#8211; Email, PL/JSON, Oracle Open Source, ORA_Tweet on oracle.com</title>
		<link>http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/</link>
		<comments>http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 02:05:06 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[Stay Current]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/">Catching Up &#8211; Email, PL/JSON, Oracle Open Source, ORA_Tweet on oracle.com</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Catching Up &#8211; Email, PL/JSON, Oracle Open Source, ORA_Tweet on oracle.com is a post from: Database Geek Blog</p>
<p>Hi all.</p>
<p>This post is just a catchup of what I have been doing recently.</p>
<p>I cleaned out my email inbox. I had 5000 unread emails. I have a problem that if I get an email that is not spam but is not critical, I put it aside &#8220;to read later&#8221;. Sometimes, I actually do go back&#8230; <a href="http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/03/29/catching-up-email-pljson-oracle-open-source-ora_tweet-on-oraclecom/feed/</wfw:commentRss>
		<slash:comments>0</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>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>Useful Links 2009-02-25</title>
		<link>http://database-geek.com/2009/02/25/useful-links-2009-02-25/</link>
		<comments>http://database-geek.com/2009/02/25/useful-links-2009-02-25/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 21:27:37 +0000</pubDate>
		<dc:creator>Lewi</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://database-geek.com/2009/02/25/useful-links-2009-02-25/</guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/02/25/useful-links-2009-02-25/">Useful Links 2009-02-25</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Useful Links 2009-02-25 is a post from: Database Geek Blog</p>
<p>From the Database-Geek.</p>
<p>Here are some links I thought might be useful (or at least interesting) to you:</p>
<h3>Job Search</h3>
<p>Does your resume look fine to you? Maybe it could use some editing: Critique Your Resume</p>
<p>With the economy in the tank, anyone can lose their job. If it&#8217;s been a while, you might need to read: Job Hunting for the Rusty</p>
<h3>Free Software</h3>
<p>Quake&#8230; <a href="http://database-geek.com/2009/02/25/useful-links-2009-02-25/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/02/25/useful-links-2009-02-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job Available: BI Architect/ETL Develope</title>
		<link>http://database-geek.com/2009/01/24/job-available-bi-architectetl-develope/</link>
		<comments>http://database-geek.com/2009/01/24/job-available-bi-architectetl-develope/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 15:09:04 +0000</pubDate>
		<dc:creator>An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/24/job-available-bi-architectetl-develope/">Job Available: BI Architect/ETL Develope</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Job Available: BI Architect/ETL Develope is a post from: Database Geek Blog</p>
<p>LewisC&#8217;s An Expert&#8217;s Guide To Oracle Technology<br />
Here is another very cool looking job. Looks like the mid-west is hopping. Plenty of database (especially architect) type openings.<br />
Location: Indianapolis/Plainfield, IN<br />
Employment Type: Direct/Permane&#8230;</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/24/job-available-bi-architectetl-develope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by SUMIT  on State of the Database 2008: Vertica, Part 1</title>
		<link>http://database-geek.com/2009/01/24/comment-by-sumit-on-state-of-the-database-2008-vertica-part-1/</link>
		<comments>http://database-geek.com/2009/01/24/comment-by-sumit-on-state-of-the-database-2008-vertica-part-1/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 07:45:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/24/comment-by-sumit-on-state-of-the-database-2008-vertica-part-1/">Comment by SUMIT  on State of the Database 2008: Vertica, Part 1</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by SUMIT  on State of the Database 2008: Vertica, Part 1 is a post from: Database Geek Blog</p>
<p>One most important questions&#8230;.</p>
<p>whats the vertica database License cost??</p>
<p>!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/state-of-the-database-2008-vertica-part-1-26171!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/24/comment-by-sumit-on-state-of-the-database-2008-vertica-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by Zeta  on Cloud Computing Defined</title>
		<link>http://database-geek.com/2009/01/22/comment-by-zeta-on-cloud-computing-defined/</link>
		<comments>http://database-geek.com/2009/01/22/comment-by-zeta-on-cloud-computing-defined/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:48:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/22/comment-by-zeta-on-cloud-computing-defined/">Comment by Zeta  on Cloud Computing Defined</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by Zeta  on Cloud Computing Defined is a post from: Database Geek Blog</p>
<p>Security is a bit of an issue, but there are also loads of potential benefits of cloud computing, have a read of our blog post: http://www.zeta.net/blog/2009/01/what-cloud-computing-means-for-you/</p>
<p>!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/cloud-computing-defined-28433!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/22/comment-by-zeta-on-cloud-computing-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by ting zhang on Top 10 Tips For a DBA</title>
		<link>http://database-geek.com/2009/01/20/comment-by-ting-zhang-on-top-10-tips-for-a-dba/</link>
		<comments>http://database-geek.com/2009/01/20/comment-by-ting-zhang-on-top-10-tips-for-a-dba/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:49:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/20/comment-by-ting-zhang-on-top-10-tips-for-a-dba/">Comment by ting zhang on Top 10 Tips For a DBA</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by ting zhang on Top 10 Tips For a DBA is a post from: Database Geek Blog</p>
<p>hehe,it is very interesting,i am a coder and i found it is also for developers..<br />
<br />1.Sit around writing or reading the blogs  until the users found an application Lack of functions. Don&#8217;t add a function until someone besides you notice.</p>
<p> 2.Ask for all permissions from DBA even you dont need it.<br />
<br />When&#8230; <a href="http://database-geek.com/2009/01/20/comment-by-ting-zhang-on-top-10-tips-for-a-dba/" class="read_more">Read the rest!</a></p>]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/20/comment-by-ting-zhang-on-top-10-tips-for-a-dba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by gill  on Top 10 Tips For a DBA</title>
		<link>http://database-geek.com/2009/01/20/comment-by-gill-on-top-10-tips-for-a-dba/</link>
		<comments>http://database-geek.com/2009/01/20/comment-by-gill-on-top-10-tips-for-a-dba/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 03:09:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/20/comment-by-gill-on-top-10-tips-for-a-dba/">Comment by gill  on Top 10 Tips For a DBA</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by gill  on Top 10 Tips For a DBA is a post from: Database Geek Blog</p>
<p>thank you,i got it.</p>
<p>!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/top-10-tips-for-a-dba-28310!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/20/comment-by-gill-on-top-10-tips-for-a-dba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Wanted &#8211; Oracle Streams in Mexico</title>
		<link>http://database-geek.com/2009/01/17/help-wanted-oracle-streams-in-mexico/</link>
		<comments>http://database-geek.com/2009/01/17/help-wanted-oracle-streams-in-mexico/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 09:22:48 +0000</pubDate>
		<dc:creator>An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/17/help-wanted-oracle-streams-in-mexico/">Help Wanted &#8211; Oracle Streams in Mexico</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Help Wanted &#8211; Oracle Streams in Mexico is a post from: Database Geek Blog</p>
<p>LewisC&#8217;s An Expert&#8217;s Guide to Oracle Technology<br />
For those of you who know Oracle Streams and might be looking for something a bit different, try a short term job in Mexico. AltiusPAR Solutions is looking for help with an Oracle Streams Replication I&#8230;</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/17/help-wanted-oracle-streams-in-mexico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by LewisC on A New Job For 2009 &#8211; Lead Architect</title>
		<link>http://database-geek.com/2009/01/14/comment-by-lewisc-on-a-new-job-for-2009-lead-architect/</link>
		<comments>http://database-geek.com/2009/01/14/comment-by-lewisc-on-a-new-job-for-2009-lead-architect/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 12:15:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/14/comment-by-lewisc-on-a-new-job-for-2009-lead-architect/">Comment by LewisC on A New Job For 2009 &#8211; Lead Architect</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by LewisC on A New Job For 2009 &#8211; Lead Architect is a post from: Database Geek Blog</p>
<p>Good point.  The jobs I would really be aware of will probably all be in the US.  If a recruter wanted to post a cool non-US job, I would do so but I don&#8217;t know any non-US recruiters.  <img src='http://database-geek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>LewisC<br />
</p>
<p>!***! Entry Link: A New Job For 2009 &#8211; Lead Architect!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/14/comment-by-lewisc-on-a-new-job-for-2009-lead-architect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment by &#8220;Chris S&#8221;  on A New Job For 2009 &#8211; Lead Architect</title>
		<link>http://database-geek.com/2009/01/14/comment-by-chris-s-on-a-new-job-for-2009-lead-architect/</link>
		<comments>http://database-geek.com/2009/01/14/comment-by-chris-s-on-a-new-job-for-2009-lead-architect/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 06:29:00 +0000</pubDate>
		<dc:creator>Comments for An Expert's Guide to Oracle Technology</dc:creator>
				<category><![CDATA[Architect]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p><a href="http://database-geek.com/2009/01/14/comment-by-chris-s-on-a-new-job-for-2009-lead-architect/">Comment by &#8220;Chris S&#8221;  on A New Job For 2009 &#8211; Lead Architect</a> is a post from: <a href="http://database-geek.com">Database Geek Blog</a></p>
<p>Comment by &#8220;Chris S&#8221;  on A New Job For 2009 &#8211; Lead Architect is a post from: Database Geek Blog</p>
<p>probably worth noting for most jobs that you need the right to live and work in the EU/US or as required, as sponsorship for a visa is very rare these days&#8230;. </p>
<p>!***! Entry Link:http://it.toolbox.com/blogs/oracle-guide/a-new-job-for-2009-lead-architect-29271!***!</p>
]]></description>
		<wfw:commentRss>http://database-geek.com/2009/01/14/comment-by-chris-s-on-a-new-job-for-2009-lead-architect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

