<?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 PeopleSoft Tech Blog</title>
	<atom:link href="http://psoug.org/blogs/chris/feed/" rel="self" type="application/rss+xml" />
	<link>http://psoug.org/blogs/chris</link>
	<description>Information on Oracle &#38; PeopleSoft Integration</description>
	<lastBuildDate>Fri, 30 Apr 2010 03:21:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title></title>
		<link>http://psoug.org/blogs/chris/2010/04/29/14/</link>
		<comments>http://psoug.org/blogs/chris/2010/04/29/14/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 03:21:49 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://psoug.org/blogs/chris/?p=14</guid>
		<description><![CDATA[Never trust your process monitor.&#160; On occasion, you&#39;ll need/want to bounce your process scheduler* and quick check of process monitor will ensure that you won&#39;t wack any running jobs &#8230; but beware, the process monitor page can and will lie to you.&#160; Use the following SQL (current as of PT 8.4X) to query the database [...]]]></description>
				<content:encoded><![CDATA[<p>Never trust your process monitor.&nbsp; On occasion, you&#39;ll need/want to bounce your process scheduler* and quick check of process monitor will ensure that you won&#39;t wack any running jobs &#8230; but beware, the process monitor page can and will lie to you.&nbsp; Use the following SQL (current as of PT 8.4X) to query the database to actually see what&#39;s running. &nbsp;</p>
<p>	(* bouncing PRCS to remove file and memory cache is not, always, in my opinion, needed as it was a few years ago; however, it&#39;s undenieable effective at ruling out cache issues).</p>
<p><span id="more-14"></span></p>
<p>Quick and dirty SQL to do this:</p>
<p>set echo on feed on time on;<br />
	set pagesize 50000;</p>
<p>	select PRCSNAME<br />
	,oprid<br />
	,decode(RUNSTATUS,1,&#39;Cancel&#39;,2,&#39;Delete&#39;,3,&#39;Error&#39;,4,&#39;Hold&#39;,5,&#39;Queued&#39;,6,&#39;Initiated&#39;,7,&#39;Processing&#39;,<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8,&#39;Cancelled&#39;,9,&#39;Success&#39;,10,&#39;Not Successful&#39;,11,&#39;Posted&#39;,12,&#39;Unable to post&#39;,13,&#39;Resend&#39;,<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14,&#39;Posting&#39;,15,&#39;Content Generated&#39;,16,&#39;Pending&#39;,runstatus) &quot;RUNSTATUS DESC&quot;<br />
	,PRCSTYPE&nbsp;&nbsp;&nbsp;<br />
	,to_char(RUNDTTM,&#39;MM/DD/YYYY HH24:MI:SS&#39;) &quot;RUNDTTM&quot;<br />
	,to_char(BEGINDTTM,&#39;MM/DD/YYYY HH24:MI:SS&#39;) &quot;BEGINDTTM&quot;<br />
	,(enddttm-begindttm)*1440<br />
	from &nbsp;&nbsp;&nbsp; psprcsrqst<br />
	where RUNSTATUS in (6,7)<br />
	/</p>
<p>
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://psoug.org/blogs/chris/2010/04/29/14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://psoug.org/blogs/chris/2010/04/23/hello-world/</link>
		<comments>http://psoug.org/blogs/chris/2010/04/23/hello-world/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 16:09:58 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Coming soon&#8230;information about Oracle and PeopleSoft tips and tricks, configuration,and more. Stay tuned. &#160; &#160; &#160;]]></description>
				<content:encoded><![CDATA[<p>Coming soon&#8230;information about <strong>Oracle</strong> and <strong>PeopleSoft</strong> tips and tricks, configuration,and more. Stay tuned.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://psoug.org/blogs/chris/2010/04/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
