<?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>OracleLand</title>
	<atom:link href="http://pierreroussin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pierreroussin.wordpress.com</link>
	<description>Just another Oracle Blog</description>
	<lastBuildDate>Mon, 31 Oct 2011 13:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pierreroussin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>OracleLand</title>
		<link>http://pierreroussin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pierreroussin.wordpress.com/osd.xml" title="OracleLand" />
	<atom:link rel='hub' href='http://pierreroussin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SOAP Calls from Oracle</title>
		<link>http://pierreroussin.wordpress.com/2011/10/28/soap-calls-from-oracle/</link>
		<comments>http://pierreroussin.wordpress.com/2011/10/28/soap-calls-from-oracle/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 18:20:11 +0000</pubDate>
		<dc:creator>nomadetech</dc:creator>
				<category><![CDATA[SOAP]]></category>
		<category><![CDATA[dbms_lob]]></category>
		<category><![CDATA[utl_http]]></category>

		<guid isPermaLink="false">http://pierreroussin.wordpress.com/?p=137</guid>
		<description><![CDATA[Hello, Webservices are becoming a staple in inter-business data exchange. If you&#8217;re running Oracle, the whole ETL process can be integrated in a few short steps. First, you need to setup the ACL for the service requested. exec DBMS_NETWORK_ACL_ADMIN.CREATE_ACL( acl          =&#62; &#8216;companyX.xml&#8217;, description  =&#62; &#8216;Network permissions for CompanyX server&#8217;, principal    =&#62; &#8216;LocalOracleAccount&#8217;, is_grant     =&#62; TRUE, privilege    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierreroussin.wordpress.com&amp;blog=2852757&amp;post=137&amp;subd=pierreroussin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pierreroussin.wordpress.com/2011/10/28/soap-calls-from-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19fb4ac5ea4fde98bf2b762bdb50831b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nomadetech</media:title>
		</media:content>
	</item>
		<item>
		<title>Lost your APEX admin password?</title>
		<link>http://pierreroussin.wordpress.com/2011/02/17/lost-your-apex-admin-password/</link>
		<comments>http://pierreroussin.wordpress.com/2011/02/17/lost-your-apex-admin-password/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:37:00 +0000</pubDate>
		<dc:creator>nomadetech</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[htmldb]]></category>
		<category><![CDATA[password lost]]></category>

		<guid isPermaLink="false">http://pierreroussin.wordpress.com/?p=128</guid>
		<description><![CDATA[Recently I stumbled on an Apex 4.0 installation containing critical applications to which new users were needed. The problem was that the consultants involved in the development/deployment had left the site. In order to proceed I needed the admin password which was unknown to me. So I proceeded like this: Logged into the database as SYSDBA Changed the APEX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierreroussin.wordpress.com&amp;blog=2852757&amp;post=128&amp;subd=pierreroussin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pierreroussin.wordpress.com/2011/02/17/lost-your-apex-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19fb4ac5ea4fde98bf2b762bdb50831b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nomadetech</media:title>
		</media:content>
	</item>
		<item>
		<title>Some Oracle 10g Best Practices</title>
		<link>http://pierreroussin.wordpress.com/2009/04/05/some-oracle-10g-best-practices/</link>
		<comments>http://pierreroussin.wordpress.com/2009/04/05/some-oracle-10g-best-practices/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 15:15:04 +0000</pubDate>
		<dc:creator>nomadetech</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://pierreroussin.wordpress.com/?p=74</guid>
		<description><![CDATA[Learn to decipher Awr reports. Create index only where needed, drop unneeded indexes. Use outlines if code is not modifiable. Use RAID-5 for OLTP systems, 85-95% of io’s are reads anyway. Create tablespace with extent management local and segment space management auto If you cannot use the datapump: TIP #1: Export with buffer=several hundred MB, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierreroussin.wordpress.com&amp;blog=2852757&amp;post=74&amp;subd=pierreroussin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pierreroussin.wordpress.com/2009/04/05/some-oracle-10g-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19fb4ac5ea4fde98bf2b762bdb50831b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nomadetech</media:title>
		</media:content>
	</item>
		<item>
		<title>Compare timestamps in a text file</title>
		<link>http://pierreroussin.wordpress.com/2009/01/14/compare-timestamps-in-a-text-file/</link>
		<comments>http://pierreroussin.wordpress.com/2009/01/14/compare-timestamps-in-a-text-file/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 19:39:25 +0000</pubDate>
		<dc:creator>nomadetech</dc:creator>
				<category><![CDATA[Shell scripting]]></category>
		<category><![CDATA[compare date]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[timestamps]]></category>

		<guid isPermaLink="false">http://pierreroussin.wordpress.com/?p=52</guid>
		<description><![CDATA[I needed to compare 2 timestamps in a log file and come up with the newest. Here&#8217;s the little script I wrote: I needed to remove the blanks and non-numerical characters Then compare the numerical strings Before proceeding make sure to convert your string in this order: year, month, day, hh24, mi, ss #!/bin/sh DATE1=&#8221;2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierreroussin.wordpress.com&amp;blog=2852757&amp;post=52&amp;subd=pierreroussin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pierreroussin.wordpress.com/2009/01/14/compare-timestamps-in-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/19fb4ac5ea4fde98bf2b762bdb50831b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nomadetech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
