<?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>My Notebook</title>
	<atom:link href="http://benimdefterim.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://benimdefterim.wordpress.com</link>
	<description>My notes about my experinces</description>
	<lastBuildDate>Mon, 06 Aug 2007 06:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='benimdefterim.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Notebook</title>
		<link>http://benimdefterim.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://benimdefterim.wordpress.com/osd.xml" title="My Notebook" />
	<atom:link rel='hub' href='http://benimdefterim.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How To use Autotrace</title>
		<link>http://benimdefterim.wordpress.com/2007/08/06/how-to-use-autotrace/</link>
		<comments>http://benimdefterim.wordpress.com/2007/08/06/how-to-use-autotrace/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 06:33:27 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/08/06/how-to-use-autotrace/</guid>
		<description><![CDATA[You can control the report by setting the AUTOTRACE system variable. To use this feature, you must have the PLUSTRACE role granted to you and a PLAN_TABLE table created in your schema. SET AUTOTRACE OFF No AUTOTRACE report is generated. This is the default. SET AUTOTRACE ON EXPLAIN The AUTOTRACE report shows only the optimizer execution path. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=8&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/08/06/how-to-use-autotrace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
		<item>
		<title>Explain plan for statements</title>
		<link>http://benimdefterim.wordpress.com/2007/08/06/explain-plan-for-statements/</link>
		<comments>http://benimdefterim.wordpress.com/2007/08/06/explain-plan-for-statements/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 06:29:13 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Sql]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/08/06/explain-plan-for-statements/</guid>
		<description><![CDATA[To explain a SQL statement, you can enter the following: EXPLAIN PLAN FOR &#60;&#60;SQL Statement&#62;&#62; With multiple statements, you can specify a unique statement identifier and use that to identify your specific execution plan. EXPLAIN PLAN     SET STATEMENT_ID = &#60;&#60;identifier&#62;&#62; FOR &#60;&#60;SQL Statement&#62;&#62; After you have explained the plan, you can use UTLXPLS.SQL provided [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=7&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/08/06/explain-plan-for-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
		<item>
		<title>Highlight current Tree Node</title>
		<link>http://benimdefterim.wordpress.com/2007/08/06/highlight-current-tree-node/</link>
		<comments>http://benimdefterim.wordpress.com/2007/08/06/highlight-current-tree-node/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 06:02:26 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle-Apex]]></category>
		<category><![CDATA[Oracle-Sql]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/08/06/highlight-current-tree-node/</guid>
		<description><![CDATA[1. Create a regular tree region 2. Create a form region which gets synchronized with your tree 3. Change the tree query to contain the following CASE statement SELECT EMPLOYEE_ID AS ID, MANAGER_ID AS PID, CASE WHEN EMPLOYEE_ID = 4_EMPLOYEE_ID THEN &#8221; &#124;&#124; LAST_NAME &#124;&#124; &#8221; ELSE LAST_NAME END AS NAME, &#8216;f?p=&#38;APP_ID.:4:&#8217; &#124;&#124; :SESSION &#124;&#124; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=6&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/08/06/highlight-current-tree-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Timing Information to a Report</title>
		<link>http://benimdefterim.wordpress.com/2007/07/27/adding-timing-information-to-a-report/</link>
		<comments>http://benimdefterim.wordpress.com/2007/07/27/adding-timing-information-to-a-report/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 13:58:50 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle-Apex]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/07/27/adding-timing-information-to-a-report/</guid>
		<description><![CDATA[To add a timer to a report,indicating how long it took for the database to get its results, You  cann add this special substitution string. #TIMING# to region footer of your report. #TIMING# Elapsed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=5&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/07/27/adding-timing-information-to-a-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
		<item>
		<title>Using CONNECT BY to get a table of n rows</title>
		<link>http://benimdefterim.wordpress.com/2007/07/27/using-connect-by-to-get-a-table-of-n-rows/</link>
		<comments>http://benimdefterim.wordpress.com/2007/07/27/using-connect-by-to-get-a-table-of-n-rows/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 13:54:05 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle-Apex]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/07/27/using-connect-by-to-get-a-table-of-n-rows/</guid>
		<description><![CDATA[A handy way to get a table of n rows: SELECT level FROM dual CONNECT BY level &#60;= 10;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=4&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/07/27/using-connect-by-to-get-a-table-of-n-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
		<item>
		<title>Automatically converting text to uppercase</title>
		<link>http://benimdefterim.wordpress.com/2007/07/27/automatically-converting-text-to-uppercase/</link>
		<comments>http://benimdefterim.wordpress.com/2007/07/27/automatically-converting-text-to-uppercase/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 13:43:59 +0000</pubDate>
		<dc:creator>benimdefterim</dc:creator>
				<category><![CDATA[Oracle-Apex]]></category>

		<guid isPermaLink="false">http://benimdefterim.wordpress.com/2007/07/27/automatically-converting-text-to-uppercase/</guid>
		<description><![CDATA[Sometimes you need to get data typed uppercase or lowercase but you can&#8217;t trust user for this.You need to force them to enter text in uppercase/lowercase. To achieve this you can add the following code to HTML Form Element Attributes of your item. For uppercase onChange="this.value=this.value.toUpperCase(); For lowercase onChange="this.value=this.value.toLowerCase();<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=benimdefterim.wordpress.com&amp;blog=1425185&amp;post=3&amp;subd=benimdefterim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://benimdefterim.wordpress.com/2007/07/27/automatically-converting-text-to-uppercase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8a417cead816c0901184b1871f1b2cf8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">benimdefterim</media:title>
		</media:content>
	</item>
	</channel>
</rss>
