<?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>HERNK'S JOURNAL</title>
	<atom:link href="http://hernk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hernk.wordpress.com</link>
	<description>just share what can be shared, and write what can be written</description>
	<lastBuildDate>Wed, 18 Nov 2009 15:45:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='hernk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0f26c4fba62a03d9e64af53e847932a8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>HERNK'S JOURNAL</title>
		<link>http://hernk.wordpress.com</link>
	</image>
			<item>
		<title>Opening port 80 in oracle 10g</title>
		<link>http://hernk.wordpress.com/2009/09/05/opening-port-80-in-oracle-10g/</link>
		<comments>http://hernk.wordpress.com/2009/09/05/opening-port-80-in-oracle-10g/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:08:58 +0000</pubDate>
		<dc:creator>hernk</dc:creator>
				<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://hernk.wordpress.com/?p=222</guid>
		<description><![CDATA[Its a simple way to opening port 80 in oracle 10g.
#STEP 01
Log in as Oracle
Edit the Apache configuration file:
1. $ORACLE_HOME/Apache/Apache/httpd.conf
port 7777
Listen 7777
Listen 80  &#60;- new line
2. Save and close the file.
#Step 02
Log in as root.
1. Run the following commands :
cd ORACLE_HOME/Apache/Apache/bin
chown root .apachectl
chmod 6750 .apachectl
2. Stop and start opmn :
# export DISPLAY=10.10.1.0.10:0.0
# opmnctl stopall
# opmnctl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hernk.wordpress.com&blog=355143&post=222&subd=hernk&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://hernk.wordpress.com/2009/09/05/opening-port-80-in-oracle-10g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/272abebb7b8a7606ce8e14996dfc2fc7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hernk</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the maximum length of an &#8230;</title>
		<link>http://hernk.wordpress.com/2009/08/14/what-is-the-maximum-length-of-a/</link>
		<comments>http://hernk.wordpress.com/2009/08/14/what-is-the-maximum-length-of-a/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:42:56 +0000</pubDate>
		<dc:creator>hernk</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hernk.wordpress.com/?p=214</guid>
		<description><![CDATA[
URL


Internet explorer
Microsoft states that  the maximum length of a URL in Internet Explorer is 2,083 characters, with no  more than 2,048 characters in the path portion of the URL. Test result, attempts to use URLs longer than this produced a clear error message in Internet Explorer.

Firefox
After 65,536 characters, the location bar no longer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hernk.wordpress.com&blog=355143&post=214&subd=hernk&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://hernk.wordpress.com/2009/08/14/what-is-the-maximum-length-of-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/272abebb7b8a7606ce8e14996dfc2fc7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hernk</media:title>
		</media:content>
	</item>
		<item>
		<title>The Secrets of Oracle Bitmap Indexes</title>
		<link>http://hernk.wordpress.com/2009/06/28/the-secrets-of-oracle-bitmap-indexes/</link>
		<comments>http://hernk.wordpress.com/2009/06/28/the-secrets-of-oracle-bitmap-indexes/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 07:43:06 +0000</pubDate>
		<dc:creator>hernk</dc:creator>
				<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://hernk.wordpress.com/2009/06/28/the-secrets-of-oracle-bitmap-indexes/</guid>
		<description><![CDATA[ Overview
Oracle&#8217;s two major index types are Bitmap indexes and B-Tree indexes. B-Tree indexes are the regular type that OLTP systems make much use of, and bitmap indexes are a highly compressed index type that tends to be used primarily for data warehouses.
Characteristic of Bitmap Indexes
* For columns with very few unique values (low cardinality)
Columns [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hernk.wordpress.com&blog=355143&post=208&subd=hernk&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://hernk.wordpress.com/2009/06/28/the-secrets-of-oracle-bitmap-indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/272abebb7b8a7606ce8e14996dfc2fc7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hernk</media:title>
		</media:content>
	</item>
		<item>
		<title>Regression Test</title>
		<link>http://hernk.wordpress.com/2009/06/08/regression-test/</link>
		<comments>http://hernk.wordpress.com/2009/06/08/regression-test/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:47:35 +0000</pubDate>
		<dc:creator>hernk</dc:creator>
				<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://hernk.wordpress.com/2009/06/08/regression-test/</guid>
		<description><![CDATA[Regression testing can be used not only for testing the correctness of a program, but often also for tracking the quality of its output. For instance, in the design of a compiler, regression testing should track the code size, simulation time and time of the test suite cases.
source : wikipedia.org
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hernk.wordpress.com&blog=355143&post=202&subd=hernk&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://hernk.wordpress.com/2009/06/08/regression-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/272abebb7b8a7606ce8e14996dfc2fc7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hernk</media:title>
		</media:content>
	</item>
		<item>
		<title>Thanks for citing me here</title>
		<link>http://hernk.wordpress.com/2009/04/08/thanks-for-citing-me-here/</link>
		<comments>http://hernk.wordpress.com/2009/04/08/thanks-for-citing-me-here/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 16:05:00 +0000</pubDate>
		<dc:creator>hernk</dc:creator>
				<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://hernk.wordpress.com/?p=188</guid>
		<description><![CDATA[&#160;
I would like to thanks to Ben Bahrenburg for including my name and my blog in the web release notes for GoldFish which can be found here.  Hopefully, I can help You more to improving the GoldFish.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hernk.wordpress.com&blog=355143&post=188&subd=hernk&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://hernk.wordpress.com/2009/04/08/thanks-for-citing-me-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/272abebb7b8a7606ce8e14996dfc2fc7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hernk</media:title>
		</media:content>

		<media:content url="http://hernk.files.wordpress.com/2009/04/goldfish.jpg" medium="image">
			<media:title type="html">goldfish</media:title>
		</media:content>
	</item>
	</channel>
</rss>