<?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>Oracle &#187; Quot Quot</title>
	<atom:link href="http://www.oracle.cc/tag/quot-quot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracle.cc</link>
	<description>Everything About Oracle</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pagination query and optimization</title>
		<link>http://www.oracle.cc/2010/07/27/pagination-query-and-optimization/</link>
		<comments>http://www.oracle.cc/2010/07/27/pagination-query-and-optimization/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASKTOM.ORACLE.COM]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Query Template]]></category>
		<category><![CDATA[Quot Quot]]></category>

		<guid isPermaLink="false">http://www.oracle.cc/2010/07/27/pagination-query-and-optimization/</guid>
		<description><![CDATA[Hi Tom, I&#8217;ve been reading through a few posts regarding pagination. I&#8217;m using the following query template in my application, to implement a &#34;previous&#34;, &#34;next&#34; feature to page through a search resultset: (J2EE front-end calls a stored proc returni&#8230;]]></description>
		<wfw:commentRss>http://www.oracle.cc/2010/07/27/pagination-query-and-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWB 11gR2 &#8211; Subquery</title>
		<link>http://www.oracle.cc/2009/11/13/owb-11gr2-subquery/</link>
		<comments>http://www.oracle.cc/2009/11/13/owb-11gr2-subquery/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 00:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ORACLE BLOGS]]></category>
		<category><![CDATA[Capabilities]]></category>
		<category><![CDATA[Correlated Subquery]]></category>
		<category><![CDATA[Cust]]></category>
		<category><![CDATA[Customer Id]]></category>
		<category><![CDATA[Enhancements]]></category>
		<category><![CDATA[Information Mapping]]></category>
		<category><![CDATA[Marital Status]]></category>
		<category><![CDATA[Phone Number]]></category>
		<category><![CDATA[Pluggable]]></category>
		<category><![CDATA[Postal Code]]></category>
		<category><![CDATA[Query Type]]></category>
		<category><![CDATA[Quot Quot]]></category>
		<category><![CDATA[Sql Grammar]]></category>
		<category><![CDATA[State Province]]></category>
		<category><![CDATA[Street Address]]></category>

		<guid isPermaLink="false">http://www.oracle.cc/2009/11/13/owb-11gr2-subquery/</guid>
		<description><![CDATA[One of the new mapping operators introduced in 11gR2 is the much talked about (over the years) subquery filter operator. As well as the heterogeneous capabilities added, a number of enhancements to existing operators (such as joiner and lookup operator) and a few new ones were added. The subquery filter supports the SQL grammar for [...]]]></description>
		<wfw:commentRss>http://www.oracle.cc/2009/11/13/owb-11gr2-subquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jdbc hello world</title>
		<link>http://www.oracle.cc/2009/10/01/jdbc-hello-world/</link>
		<comments>http://www.oracle.cc/2009/10/01/jdbc-hello-world/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ORACLE BLOGS]]></category>
		<category><![CDATA[Class Helloworld]]></category>
		<category><![CDATA[Getconnection]]></category>
		<category><![CDATA[Getstring]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[Import Java]]></category>
		<category><![CDATA[Java Classpath]]></category>
		<category><![CDATA[Jdbc Oracle]]></category>
		<category><![CDATA[Lib]]></category>
		<category><![CDATA[Main String]]></category>
		<category><![CDATA[Nbsp Nbsp Nbsp Nbsp Nbsp]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Home]]></category>
		<category><![CDATA[Oracle Jdbc]]></category>
		<category><![CDATA[Quot Quot]]></category>
		<category><![CDATA[Resultset]]></category>
		<category><![CDATA[Run Java]]></category>
		<category><![CDATA[Srv1]]></category>
		<category><![CDATA[String Args]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://www.oracle.cc/2009/10/01/jdbc-hello-world/</guid>
		<description><![CDATA[I am in a java mood today, let&#8217;s check how to print hello world with jdbc import java.sql.*; public class HelloWorld { &#160;&#160;public&#160;&#160;static void main(String[] args) throws SQLException { &#160;&#160;&#160;&#160;DriverManager.registerDriver(new oracle.jdbc.OracleDriver()); &#160;&#160;&#160;&#160;ResultSet res = DriverManager. &#160;&#160;&#160;&#160;&#160;&#160;getConnection(&#34;jdbc:oracle:thin:@srv1:1521:DB01&#34;, &#34;scott&#34;, &#34;tiger&#34;). &#160;&#160;&#160;&#160;&#160;&#160;prepareCall(&#34;select &#39;Hello World&#39; txt from dual&#34;). &#160;&#160;&#160;&#160;&#160;&#160;executeQuery(); &#160;&#160;&#160;&#160;res.next(); &#160;&#160;&#160;&#160;System.out.println(res.getString(&#34;TXT&#34;)); &#160;&#160;} } let&#8217;s compile javac -classpath $ORACLE_HOME/jdbc/lib/classes12.jar HelloWorld.java [...]]]></description>
		<wfw:commentRss>http://www.oracle.cc/2009/10/01/jdbc-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>select from column-separated list</title>
		<link>http://www.oracle.cc/2009/08/11/select-from-column-separated-list/</link>
		<comments>http://www.oracle.cc/2009/08/11/select-from-column-separated-list/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 07:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ORACLE BLOGS]]></category>
		<category><![CDATA[Description Column]]></category>
		<category><![CDATA[Nbsp]]></category>
		<category><![CDATA[Quot Quot]]></category>

		<guid isPermaLink="false">http://www.oracle.cc/2009/08/11/select-from-column-separated-list/</guid>
		<description><![CDATA[This is asked over and over in the forums, but why not proposing an 11g solution here create table t(description varchar2(12) primary key, &#160;&#160;numbers varchar2(4000)); insert into t(description, numbers) values (&#39;PRIME&#39;,&#39;2,3,5,7&#39;); insert into t(description, numbers) values (&#39;ODD&#39;,&#39;1,3,5,7,9&#39;); commit; DESCRIPTION NUMBERS PRIME 2,3,5,7 ODD 1,3,5,7,9 Now I want to unpivot numbers in rows select description,(column_value).getnumberval()&#160;&#160; from [...]]]></description>
		<wfw:commentRss>http://www.oracle.cc/2009/08/11/select-from-column-separated-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
