<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Easy Stored Procedure Output</title>
	<atom:link href="http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/</link>
	<description>Steve Karam's Oracle Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:12:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emrah</title>
		<link>http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/comment-page-1/#comment-44328</link>
		<dc:creator>Emrah</dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/#comment-44328</guid>
		<description>Hello Steve,
if I need just a select statement, do you think I still should prefer using out sys_refcursor in a Stored Porcedure for performance, or  Should I prefer a View instead of a Procedure.
which one could be faster.
My Select statement does not have a variable parameter, I mean if I write a procedure there will be no input parameters. There are just some constants for some criteria.</description>
		<content:encoded><![CDATA[<p>Hello Steve,<br />
if I need just a select statement, do you think I still should prefer using out sys_refcursor in a Stored Porcedure for performance, or  Should I prefer a View instead of a Procedure.<br />
which one could be faster.<br />
My Select statement does not have a variable parameter, I mean if I write a procedure there will be no input parameters. There are just some constants for some criteria.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/comment-page-1/#comment-44001</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Fri, 07 Nov 2008 06:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/easy-stored-procedure-output/#comment-44001</guid>
		<description>Hey steve, thanks for the link you provided in DBA forums to this place. looks interesting! well i want to run a query several times with different inputs and store all outputs into a cursor/ record set and return to front end. 

I don&#039;t clearly know how to implement this from the front end, planning to test with a sample today . 
Please can you comment if you have any ideas in this ?</description>
		<content:encoded><![CDATA[<p>Hey steve, thanks for the link you provided in DBA forums to this place. looks interesting! well i want to run a query several times with different inputs and store all outputs into a cursor/ record set and return to front end. </p>
<p>I don&#8217;t clearly know how to implement this from the front end, planning to test with a sample today .<br />
Please can you comment if you have any ideas in this ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
