<?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>Eric Hariyanto Wijaya</title>
	<atom:link href="http://ericwijaya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericwijaya.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 02:39:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ericwijaya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Eric Hariyanto Wijaya</title>
		<link>http://ericwijaya.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ericwijaya.wordpress.com/osd.xml" title="Eric Hariyanto Wijaya" />
	<atom:link rel='hub' href='http://ericwijaya.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Home Sheep Home 2</title>
		<link>http://ericwijaya.wordpress.com/2012/01/02/home-sheep-home-2/</link>
		<comments>http://ericwijaya.wordpress.com/2012/01/02/home-sheep-home-2/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:04:17 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=767</guid>
		<description><![CDATA[Following the success of the their first BAFTA-nominated online puzzle adventure, Shaun, Shirley and Timmy are back&#8230;and their search for home just got a whole lot bigger. Journey through over 60 levels of underground caverns, negotiate the streets of London and travel to the depths of space, all in search of the green green grass [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=767&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2012/01/02/home-sheep-home-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>

		<media:content url="http://ericwijaya.files.wordpress.com/2012/01/home-sheep-home-2-v1-0-full-theta.jpg?w=300" medium="image">
			<media:title type="html">Home Sheep Home 2 v1.0 full-THETA</media:title>
		</media:content>
	</item>
		<item>
		<title>Send Email using Oracle Database</title>
		<link>http://ericwijaya.wordpress.com/2011/05/27/send-email-using-oracle-database/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/27/send-email-using-oracle-database/#comments</comments>
		<pubDate>Fri, 27 May 2011 08:26:25 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=744</guid>
		<description><![CDATA[UTL_MAIL The UTL_MAIL package provides a simple API to allow email to be sent from PL/SQL. The package is loaded by running the following scripts. CONN sys/password AS SYSDBA @$ORACLE_HOME/rdbms/admin/utlmail.sql @$ORACLE_HOME/rdbms/admin/prvtmail.plb In addition the SMTP_OUT_SERVER parameter must be set to identify the SMTP server. ALTER SYSTEM SET smtp_out_server='smtp.domain.com:port' SCOPE=SPFILE; With the configuration complete we can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=744&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/27/send-email-using-oracle-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>

		<media:content url="http://thefalcontech.com/images/MailIcon.png" medium="image" />
	</item>
		<item>
		<title>Why Oracle Scheduler Jobs not running?</title>
		<link>http://ericwijaya.wordpress.com/2011/05/27/why-oracle-scheduler-jobs-not-running/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/27/why-oracle-scheduler-jobs-not-running/#comments</comments>
		<pubDate>Fri, 27 May 2011 02:23:40 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=740</guid>
		<description><![CDATA[This is one of the most common Scheduler questions asked. Here we list some of the common problems and their solutions. 1) job_queue_processes may be too low (this is the most common problem) The value of job_queue_processes limits the total number of dbms_scheduler and dbms_job jobs that can be running at a given time. To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=740&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/27/why-oracle-scheduler-jobs-not-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>

		<media:content url="http://www.tagsgym.com/wp-content/themes/default/images/schedule-icon.png" medium="image" />
	</item>
		<item>
		<title>Oracle 11gR2: export utility doesn&#8217;t export empty tables</title>
		<link>http://ericwijaya.wordpress.com/2011/05/23/oracle-11gr2-export-utility-doesnt-export-empty-tables/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/23/oracle-11gr2-export-utility-doesnt-export-empty-tables/#comments</comments>
		<pubDate>Mon, 23 May 2011 03:31:41 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=738</guid>
		<description><![CDATA[In Oracle 11g release 2, there are new feature to save disk spaces. There is a new database parameter in Oracle Database 11gR2, DEFERRED_SEGMENT_CREATION. Initially this parameter is set to TRUE. This parameter affect the export utility when exporting schema. The problem is that empty tables will not get exported by conventional export utility. For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=738&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/23/oracle-11gr2-export-utility-doesnt-export-empty-tables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitoring Network Performance on Solaris using nicstat</title>
		<link>http://ericwijaya.wordpress.com/2011/05/20/monitoring-network-performance-on-solaris-using-nicstat/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/20/monitoring-network-performance-on-solaris-using-nicstat/#comments</comments>
		<pubDate>Fri, 20 May 2011 02:36:51 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=735</guid>
		<description><![CDATA[To Monitor your Network performance on Linux or Solaris, you can use nicstat. It can provide data like packet per second, Kb per second, and utilization. bash-3.00$ nicstat -i mac 1 Time       Int   rKb/s   wKb/s   rPk/s   wPk/s    rAvs    wAvs   %Util     Sat 09:29:51   mac   43.40   29.09  215.73  187.62  206.01  158.76    0.06    0.00 09:29:52   mac  912.04 1027.16 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=735&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/20/monitoring-network-performance-on-solaris-using-nicstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Manusia seperti Sebuah BUKU</title>
		<link>http://ericwijaya.wordpress.com/2011/05/11/manusia-seperti-sebuah-buku/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/11/manusia-seperti-sebuah-buku/#comments</comments>
		<pubDate>Wed, 11 May 2011 03:11:22 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[My reflection]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=729</guid>
		<description><![CDATA[Manusia seperti Sebuah BUKU&#8230;. Cover depan adalah tanggal lahir. Cover belakang adalah tanggal kematian. Tiap lembarnya, adalah tiap hari dalam hidup kita dan apa yg kita lakukan. Ada buku yg tebal, ada buku yg tipis. Ada buku yg menarik dibaca, ada yg sama sekali tidak menarik. Sekali tertulis, tidak akan pernah bisa di&#8217;edit&#8217; lagi. Tapi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=729&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/11/manusia-seperti-sebuah-buku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>

		<media:content url="http://ericwijaya.files.wordpress.com/2011/05/life-story-book-graphic-small.jpg?w=300" medium="image">
			<media:title type="html">life-story-book-graphic-small</media:title>
		</media:content>
	</item>
		<item>
		<title>JVM Monitoring and Management Using JMX</title>
		<link>http://ericwijaya.wordpress.com/2011/05/05/jvm-monitoring-and-management-using-jmx/</link>
		<comments>http://ericwijaya.wordpress.com/2011/05/05/jvm-monitoring-and-management-using-jmx/#comments</comments>
		<pubDate>Thu, 05 May 2011 04:27:59 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[jmx]]></category>
		<category><![CDATA[jvm]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=725</guid>
		<description><![CDATA[This steps will allow you to monitor your JVM using JMX for JAVA 1.5 Go to $JRE_HOME/lib/management copy jmxremote.password.template and rename to jmxremote.password change the file mode so it can be edited. edit the jmxremote.password file. uncomment the setting for password at the bottom of the file. monitorRole  QED controlRole   R&#38;D these roles must exist [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=725&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/05/05/jvm-monitoring-and-management-using-jmx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>

		<media:content url="http://ericwijaya.files.wordpress.com/2011/05/jconsole.png?w=300" medium="image">
			<media:title type="html">jconsole</media:title>
		</media:content>
	</item>
		<item>
		<title>Chris Medina &#8211; What are words</title>
		<link>http://ericwijaya.wordpress.com/2011/04/10/chris-medina-what-are-words/</link>
		<comments>http://ericwijaya.wordpress.com/2011/04/10/chris-medina-what-are-words/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 14:49:34 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Song]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=721</guid>
		<description><![CDATA[Anywhere you are, I am near Anywhere you go, I&#8217;ll be there Anytime you whisper my name, you&#8217;ll see How every single promise I keep Cuz what kind of guy would I be If I was to leave when you need me most What are words If you really don&#8217;t mean them When you say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=721&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/04/10/chris-medina-what-are-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Find Us Faithful</title>
		<link>http://ericwijaya.wordpress.com/2011/04/10/find-us-faithful/</link>
		<comments>http://ericwijaya.wordpress.com/2011/04/10/find-us-faithful/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 14:43:35 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Song]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=717</guid>
		<description><![CDATA[We&#8217;re pilgrims on the journey Of the narrow road And those who&#8217;ve gone before us line the way Cheering on the faithful, encouraging the weary Their lives a stirring testament to God&#8217;s sustaining grace Surrounded by so great a cloud of witnesses Let us run the race not only for the prize But as those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=717&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/04/10/find-us-faithful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>
	</item>
		<item>
		<title>Casting Crown &#8211; Who Am I?</title>
		<link>http://ericwijaya.wordpress.com/2011/03/05/casting-crown-who-am-i/</link>
		<comments>http://ericwijaya.wordpress.com/2011/03/05/casting-crown-who-am-i/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 14:32:57 +0000</pubDate>
		<dc:creator>ericwijaya</dc:creator>
				<category><![CDATA[Song]]></category>

		<guid isPermaLink="false">http://ericwijaya.wordpress.com/?p=713</guid>
		<description><![CDATA[Who am I? That the Lord of all the earth Would care to know my name Would care to feel my hurt Who am I? That the bright and morning star Would choose to light the way For my ever wandering heart Not because of who I am But because of what You&#8217;ve done Not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ericwijaya.wordpress.com&amp;blog=8637074&amp;post=713&amp;subd=ericwijaya&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ericwijaya.wordpress.com/2011/03/05/casting-crown-who-am-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f83937321e7f5c732af68f526b2aff08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ericwijaya</media:title>
		</media:content>
	</item>
	</channel>
</rss>
