<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://nathanaaron.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanaaron.wordpress.com</link>
	<description>a little of this, a little of that</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:52:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nathanaaron.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://nathanaaron.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nathanaaron.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://nathanaaron.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cross Platform Database Monitoring Program</title>
		<link>http://nathanaaron.wordpress.com/2012/02/02/cross-platform-database-monitoring-program/</link>
		<comments>http://nathanaaron.wordpress.com/2012/02/02/cross-platform-database-monitoring-program/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:25:59 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=217</guid>
		<description><![CDATA[I have said this before, using Bash on Linux/Unix to interface with an Oracle Database is a kludge at best.  I am always looking for ways to simplify processes.  You know, like writing code to fulfill one need, but is versatile enough to be used to fulfill other needs. My latest attempt to fulfill a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=217&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2012/02/02/cross-platform-database-monitoring-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Sync Windows CIFS Share File Listing with Database Table</title>
		<link>http://nathanaaron.wordpress.com/2012/01/11/sync-windows-directory-listing-with-database-table/</link>
		<comments>http://nathanaaron.wordpress.com/2012/01/11/sync-windows-directory-listing-with-database-table/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:34:12 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=193</guid>
		<description><![CDATA[I recently had the need to store a list of file names on a Windows share within an Oracle database table.  This may have been easy if the database ran on Windows, but fortunately it runs on Linux.  To do the sync I wrote a Java application that connects to a Windows share, does a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=193&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2012/01/11/sync-windows-directory-listing-with-database-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>How to see who is connected to your iTunes share on a Mac</title>
		<link>http://nathanaaron.wordpress.com/2011/09/30/how-to-see-who-is-connected-to-your-itunes-share-on-a-mac/</link>
		<comments>http://nathanaaron.wordpress.com/2011/09/30/how-to-see-who-is-connected-to-your-itunes-share-on-a-mac/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 13:30:27 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=168</guid>
		<description><![CDATA[The following command will show you who is connected to your iTunes share on a Mac: lsof -i &#124; grep -i itunes &#124; grep "&#62;" &#124; grep -v "http" &#124; awk '{print $9}' &#124; cut -d "&#62;" -f2 &#124; cut -d ":" -f1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=168&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2011/09/30/how-to-see-who-is-connected-to-your-itunes-share-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Building a portable executable on Linux</title>
		<link>http://nathanaaron.wordpress.com/2011/08/31/building-a-portable-executable-on-linux/</link>
		<comments>http://nathanaaron.wordpress.com/2011/08/31/building-a-portable-executable-on-linux/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 14:04:06 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=169</guid>
		<description><![CDATA[As a DBA who prefers Linux/Unix, you might guess that I script most everything I do.  Bash was my scripting language of choice, but honestly it has its limitations.  Interacting with a database via a Bash script can be flimsy to say the least. When I am not DBA&#8217;ing I am developing.  Over the last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=169&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2011/08/31/building-a-portable-executable-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle RDBMS unexpire account</title>
		<link>http://nathanaaron.wordpress.com/2011/07/12/oracle-rdbms-un-expire-account-with-original-password/</link>
		<comments>http://nathanaaron.wordpress.com/2011/07/12/oracle-rdbms-un-expire-account-with-original-password/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 19:53:18 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=160</guid>
		<description><![CDATA[Let me preface this by saying you are doing this at your own risk! So I have an Oracle SSO DB user whose account is locked.  SSO passwords are random and created when SSO is installed.  I can retrieve the password using the ldapsearch tool, then do an &#8220;alter user USERNAME identified by PASSWORD;&#8221; but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=160&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2011/07/12/oracle-rdbms-un-expire-account-with-original-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Autoincrement Column On Insert</title>
		<link>http://nathanaaron.wordpress.com/2011/05/20/oracle-autoincrement-column-on-insert/</link>
		<comments>http://nathanaaron.wordpress.com/2011/05/20/oracle-autoincrement-column-on-insert/#comments</comments>
		<pubDate>Fri, 20 May 2011 15:43:01 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://nathanaaron.wordpress.com/?p=154</guid>
		<description><![CDATA[MySQL has a nice little autoincrement attribute that will allow you to increment a column value on insert. Oracle does not have this, but there is a workaround: Here is an example: 1. create table mytable (id number, xyz varchar2(255)); 2. create sequence mytable_seq start with 1 increment by 1 nomaxvalue; 3. create trigger mytable_trigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=154&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2011/05/20/oracle-autoincrement-column-on-insert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle E-Business Suite aka Apps on RHEL 5 &#8211; PD KSH</title>
		<link>http://nathanaaron.wordpress.com/2008/10/30/oracle-e-business-suite-aka-apps-on-rhel-5-pd-ksh/</link>
		<comments>http://nathanaaron.wordpress.com/2008/10/30/oracle-e-business-suite-aka-apps-on-rhel-5-pd-ksh/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 14:45:02 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.nathanaaron.net/?p=94</guid>
		<description><![CDATA[In the Oracle documentation for installing the apps on Linux there is a requirement that KSH be installed.Â  However the real requirement is PD KSH.Â  There are scripts like, adchkutl.sh that are looking specifically for PD KSH.Â  PD KSH is not avaliable on RHEL 5.Â  The following note is on RedHat&#8217;s site: http://kbase.redhat.com/faq/FAQ_103_12857.shtm This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=94&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2008/10/30/oracle-e-business-suite-aka-apps-on-rhel-5-pd-ksh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle LOCAL=NO Script</title>
		<link>http://nathanaaron.wordpress.com/2008/06/03/oracle-localno-script/</link>
		<comments>http://nathanaaron.wordpress.com/2008/06/03/oracle-localno-script/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 23:28:09 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.nathanaaron.net/?p=84</guid>
		<description><![CDATA[LOCAL=NO processes are remote dedicated server processes. There are a couple of times when it is important for me get a little more detail about these processes. One of those times is during an instance shutdown. When trying to shutdown an instance, it is possible for a LOCAL=NO process to cause the shutdown to hang. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=84&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2008/06/03/oracle-localno-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Birthday Example</title>
		<link>http://nathanaaron.wordpress.com/2008/05/30/mysql-birthday-example/</link>
		<comments>http://nathanaaron.wordpress.com/2008/05/30/mysql-birthday-example/#comments</comments>
		<pubDate>Fri, 30 May 2008 23:47:43 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.nathanaaron.net/?p=81</guid>
		<description><![CDATA[Even though I am an Oracle DBA, I enjoy tinkering with MySQL on occasion. I recently needed to write a query that would select birthdays for the next 8 days starting with today&#8217;s date. This might seem very straightforward, but what happens if I run the query on December 28th? Only records for Dec 28, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=81&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2008/05/30/mysql-birthday-example/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Sendmail &#8211; Set From Address</title>
		<link>http://nathanaaron.wordpress.com/2008/03/12/sendmail-set-from-address/</link>
		<comments>http://nathanaaron.wordpress.com/2008/03/12/sendmail-set-from-address/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 14:50:35 +0000</pubDate>
		<dc:creator>nathanaaron</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.nathanaaron.net/?p=62</guid>
		<description><![CDATA[For years I have had to build the email header in a file in order to set the From address with sendmail. After some tinkering I devised a method of sending an email using a one liner. I have to admit, it is slick: echo &#8220;Hello World&#8221; &#124; formail -A &#8216;Subject: Test Subject!&#8217; -A &#8216;From: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nathanaaron.wordpress.com&amp;blog=23309011&amp;post=62&amp;subd=nathanaaron&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://nathanaaron.wordpress.com/2008/03/12/sendmail-set-from-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b3600ff1f66480ec3dcf20604041229?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nathanaaron</media:title>
		</media:content>
	</item>
	</channel>
</rss>
