<?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/"
	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>Comments for Oracle Applications - Business &amp; Technology</title>
	<atom:link href="http://knoworacle.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://knoworacle.wordpress.com</link>
	<description>To share some of knowledge, work and how-to, trick, tips in Oracle. Mainly focus with Oracle Financials, Oracle Technology, Oracle Business Intelligence. Also to cover Project Management, IT Governance, Quality Practices and all.</description>
	<lastBuildDate>Fri, 20 Nov 2009 17:18:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to use attachments in Oracle Applications? by Wenhu</title>
		<link>http://knoworacle.wordpress.com/2009/05/08/how-to-use-attachments-in-oracle-applications/#comment-1283</link>
		<dc:creator>Wenhu</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/2009/05/08/how-to-use-attachments-in-oracle-applications/#comment-1283</guid>
		<description>Hello,

Do you know whether the PO attachments can be emailed out along with the PO pdf document to the supplier in the standard Oracle Purchasing workflow process? Currently the PO in our Oracle goes across to the supplier and says there is an attachment, but there is nothing there.  Just wondering whether there is any setup needed for this.

Thanks in advance.

Wenhu</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Do you know whether the PO attachments can be emailed out along with the PO pdf document to the supplier in the standard Oracle Purchasing workflow process? Currently the PO in our Oracle goes across to the supplier and says there is an attachment, but there is nothing there.  Just wondering whether there is any setup needed for this.</p>
<p>Thanks in advance.</p>
<p>Wenhu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video Tutorial : Oracle SOA Suite by seo indonesia</title>
		<link>http://knoworacle.wordpress.com/2009/11/02/video-tutorial-oracle-soa-suite-installation-tutorial-on-windows-xp/#comment-1282</link>
		<dc:creator>seo indonesia</dc:creator>
		<pubDate>Fri, 20 Nov 2009 12:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/2009/11/02/video-tutorial-oracle-soa-suite-installation-tutorial-on-windows-xp/#comment-1282</guid>
		<description>thx for the tutorial :)</description>
		<content:encoded><![CDATA[<p>thx for the tutorial <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Variable Input file handling in Oracle SQL*Loader by Hank</title>
		<link>http://knoworacle.wordpress.com/2009/05/13/variable-input-file-handling-in-oracle-sqlloader/#comment-1279</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/2009/05/13/variable-input-file-handling-in-oracle-sqlloader/#comment-1279</guid>
		<description>If we can change the data file name to a fixed file name before sqlLoader it, after loading, we can change its name to one marked as processed. 
for example: LoadMeYYYY_MM_DD.dat to LoadMe.dat, then changed it to LoadMeYYYY_MM_DD.ldd, in this way we do not need to change the INFILE parameter in the control file.
-Hank</description>
		<content:encoded><![CDATA[<p>If we can change the data file name to a fixed file name before sqlLoader it, after loading, we can change its name to one marked as processed.<br />
for example: LoadMeYYYY_MM_DD.dat to LoadMe.dat, then changed it to LoadMeYYYY_MM_DD.ldd, in this way we do not need to change the INFILE parameter in the control file.<br />
-Hank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to insert &amp; character or special character into Database using SQL*Plus. by Dave Bath</title>
		<link>http://knoworacle.wordpress.com/2009/05/08/how-to-insert-character-or-special-character-into-database-using-sqlplus/#comment-1278</link>
		<dc:creator>Dave Bath</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/2009/05/08/how-to-insert-character-or-special-character-into-database-using-sqlplus/#comment-1278</guid>
		<description>Another way is to add them using the numeric code and chr().  Back in 1986 (when sqlplus was all we had) I&#039;d insert VT[12]00 escape codes this way for fonts and cursor positioning into the database, wrap them around field values to get color &quot;forms&quot;.  This works for all sorts of evil things like control characters as well as &quot;printable&quot; ones.

But yes, I /did/ make extensive use of set scan off when I might be getting something unusual from a user input via a parameter or ACCEPT.

I don&#039;t think we really had SET ESCAPE then, but then, you couldn&#039;t trust users not to use /some/ metacharacter.</description>
		<content:encoded><![CDATA[<p>Another way is to add them using the numeric code and chr().  Back in 1986 (when sqlplus was all we had) I&#8217;d insert VT[12]00 escape codes this way for fonts and cursor positioning into the database, wrap them around field values to get color &#8220;forms&#8221;.  This works for all sorts of evil things like control characters as well as &#8220;printable&#8221; ones.</p>
<p>But yes, I /did/ make extensive use of set scan off when I might be getting something unusual from a user input via a parameter or ACCEPT.</p>
<p>I don&#8217;t think we really had SET ESCAPE then, but then, you couldn&#8217;t trust users not to use /some/ metacharacter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Compile Invalid Objects on APPS Schema For Packages &amp; API by Sai Yeluri</title>
		<link>http://knoworacle.wordpress.com/2009/11/17/how-to-compile-invalid-objects-on-apps-schema-for-packages-api/#comment-1277</link>
		<dc:creator>Sai Yeluri</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1410#comment-1277</guid>
		<description>a handy one</description>
		<content:encoded><![CDATA[<p>a handy one</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the number value in Words by Pradeep</title>
		<link>http://knoworacle.wordpress.com/2009/11/15/display-the-number-value-in-words/#comment-1275</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Mon, 16 Nov 2009 10:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1402#comment-1275</guid>
		<description>It is working now please change the quotation mark

Eg..
select &#039;&amp;a&#039;, (to_char(to_date(&#039;&amp;a&#039;,&#039;j&#039;), &#039;jsp&#039;)) from dual;</description>
		<content:encoded><![CDATA[<p>It is working now please change the quotation mark</p>
<p>Eg..<br />
select &#8216;&amp;a&#8217;, (to_char(to_date(&#8216;&amp;a&#8217;,'j&#8217;), &#8216;jsp&#8217;)) from dual;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the number value in Words by Pradeep</title>
		<link>http://knoworacle.wordpress.com/2009/11/15/display-the-number-value-in-words/#comment-1274</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Mon, 16 Nov 2009 10:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1402#comment-1274</guid>
		<description>This query is not working,is there some thing to do with DB setup for &apos; .It gives as Invalid character.</description>
		<content:encoded><![CDATA[<p>This query is not working,is there some thing to do with DB setup for &apos; .It gives as Invalid character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Apps Training: Initialize Apps by santosh</title>
		<link>http://knoworacle.wordpress.com/2009/11/15/oracle-apps-training-initialize-apps/#comment-1273</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1398#comment-1273</guid>
		<description>after 10g upgrade..

when once apps intialization is done and then when we try to reintialize the same then we get an error..
why so?</description>
		<content:encoded><![CDATA[<p>after 10g upgrade..</p>
<p>when once apps intialization is done and then when we try to reintialize the same then we get an error..<br />
why so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AP Invoices Associated with the Given Purchase Order Number by is it a trick</title>
		<link>http://knoworacle.wordpress.com/2009/11/15/ap-invoices-associated-with-the-given-purchase-order-number/#comment-1272</link>
		<dc:creator>is it a trick</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1404#comment-1272</guid>
		<description>there was a script on with this web http://wp.me/pgrsq-mE 
trying to hacking my network 

please check all link u arrange</description>
		<content:encoded><![CDATA[<p>there was a script on with this web <a href="http://wp.me/pgrsq-mE" rel="nofollow">http://wp.me/pgrsq-mE</a><br />
trying to hacking my network </p>
<p>please check all link u arrange</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display the Database Version and Server Operating System Name by Frbiz.com Reports Mercedes-Benz Goes To Top Of Class &#124; Article Directory Store</title>
		<link>http://knoworacle.wordpress.com/2009/11/15/display-the-database-version-and-server-operating-system-name/#comment-1271</link>
		<dc:creator>Frbiz.com Reports Mercedes-Benz Goes To Top Of Class &#124; Article Directory Store</dc:creator>
		<pubDate>Mon, 16 Nov 2009 06:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://knoworacle.wordpress.com/?p=1400#comment-1271</guid>
		<description>[...] Display the Database Version and Server Operating System Name &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Display the Database Version and Server Operating System Name &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
