<?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>deltalounge &#187; AS</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/as/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Lean, Agile</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Purging BPEL and ESB instances</title>
		<link>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/</link>
		<comments>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 13:48:15 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[OSB]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=1294</guid>
		<description><![CDATA[The question on the ability to purge instances for both Oracle BPEL and Oracle ESB keeps recurring so I decided to come up with a small overview. Oracle BPEL FMW version 11.1.1.4 and up, there is a new version of the purge_soainfra_oracle.sql. Ensure that you run the purge setup scripts from the 11.1.1.4 RCU or [...]]]></description>
			<content:encoded><![CDATA[<p>The question on the ability to purge instances for both Oracle BPEL and Oracle ESB keeps recurring so I decided to come up with a small overview.</p>
<h3>Oracle BPEL</h3>
<ul>
<li><strong>FMW version 11.1.1.4</strong> and up, there is a new version of the <code>purge_soainfra_oracle.sql</code>. Ensure that you run the purge setup scripts from the 11.1.1.4 RCU or 11.1.1.5 RCU location, respectively, as this contains the latest purge details. Details are in the <a href="http://docs.oracle.com/cd/E25054_01/admin.1111/e10226/soaadmin_partition.htm" title="SOA Admin Guide" target="_blank">SOA Admin Guide</a></li>
<li><strong>FMW version 11.1.1.1</strong> and up, there is a <code>purge_soainfra_oracle.sql</code> script in the <code>RCU_HOME/rcu/integration/soainfra/sql/purge</code> directory. In the release <strong>before 11.1.1.4</strong> you need to apply patch <a href="https://updates.oracle.com/Orion/PatchDetails/process_form?patch_num=10297850">10297850</a> to obtain the updated purge scripts. More details are in the <a href="http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10226/soaadmin_partition.htm#CJHDHHGB">FMW Admin Guide</a> on Managing Database Growth. <a href="http://orasoa.blogspot.com/2011/07/soa-11g-ps3ps4-significant-purging.html">Mark Kelderman</a> posted on how to improve the performance of this script by adding a specific index.</li>
<li>From BPEL in SOA Suite <strong>version 10.1.3.3.1</strong> and up, there is a <code>purge_instances_oracle.sql</code> script in the <code>SOA_HOME/bpel/system/database/scripts</code> directory. </li>
<li>For BPEL in SOA Suite version <strong>10.1.3.1</strong> you need patch <a href="https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=7162289">7162289</a>. After applying this patch <code>purge_instances_oracle.sql</code> will be located at <code>SOA_HOME/bpel/system/database/scripts</code>.</li>
<li>In case you&#8217;re still running BPEL 10.1.2.0.2 check Oracle support document <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=398578.1">398578.1</a> and document <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=341102.1">341102.1</a></li>
</ul>
<h3>Oracle ESB</h3>
<ul>
<li>For Mediator in <strong>FMW 11g</strong> refer to the scripts and links mentioned in the BPEL paragraph.</li>
<li>To purge ESB instances in <strong>10.1.3.4</strong> you need to apply at least MLR#4 to have purge scripts available. There are 3 scripts available: </li>
<pre>
$ORACLE_HOME/integration/esb/sql/other/purge_by_date.sql
$ORACLE_HOME/integration/esb/sql/other/purge_by_id.sql
$ORACLE_HOME/integration/esb/sql/other/purge_by_instance_id.sql
</pre>
</ul>
<h3>Update 2011-06 SOA Suite 11gR1 PS3</h3>
<p>Recently the SOA Suite Engineering Team published a presentation on <a href="http://blogs.oracle.com/SOA/resource/Purging_Strategies_in_Oracle_SOA_Suite_11gR1_PS3.pdf">Purging strategies in Oracle SOA Suite 11gR1 PS3</a>. Besides the information presented in this post, the presentation goes into targeted deletion from the EM and looks into looped and parallel purges. It also mentions the use of database partitioning. That can be very useful when you have long running instances and a large installation (the presentation gives more than 500GB total OR more than 10GB daily depending on environment specifics).</p>
<h3>Update 2011-07 Purging the Extreme Edition</h3>
<p>Mark Kelderman posted a blog on <a href="http://orasoa.blogspot.com/2011/07/purging-soa-suite-11g-extreme-edition.html">Purging SOA Suite 11g Extreme Edition</a>. He give a SQL script that deletes data from Mediator, BPEL, BPM, Workflow and Composite, and after that reclaims disk space.</p>
<h3>Update Purge Oracle Service Bus</h3>
<p><a href="http://www.blogger.com/profile/13131001868435096782" title="Purge OSB Report Data" target="_blank">Marc Kelderman</a> posted on his blog on <a href="http://orasoa.blogspot.com/2011/09/purging-osb-report-data.html" title="Purge OSB" target="_blank">Purging OSB Report Data</a>. Besides the default way to delete the data using the console. He also gives a SQL script to purge directly in the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2011/04/purging-bpel-and-esb-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How internet cookies are used to track you</title>
		<link>http://www.deltalounge.net/wpress/2010/08/how-internet-cookies-are-used-to-track-you/</link>
		<comments>http://www.deltalounge.net/wpress/2010/08/how-internet-cookies-are-used-to-track-you/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:37:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Life hack]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=977</guid>
		<description><![CDATA[The Wall Street Journal posted a video on their Video Center in which it is very clearly explained how internet cookies are used to track you while browsing the web. In the real world it is very hard to keep track of your preferences, especially between a variety of shops. In the virtual world it [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wsj.com">Wall Street Journal</a> posted a video on their <a href="http://online.wsj.com/video-center">Video Center</a> in which it is very clearly explained how internet cookies are used to track you while browsing the web.<br />
<object id="wsj_fp" width="512" height="363"><param name="movie" value="http://s.wsj.net/media/swf/main.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="videoGUID={92E525EB-9E4A-4399-817D-8C4E6EF68F93}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="rtmpt://wsj.fcod.llnwd.net/a1318/o28/video"name="main"></param><embed src="http://s.wsj.net/media/swf/main.swf" bgcolor="#FFFFFF"flashVars="videoGUID={92E525EB-9E4A-4399-817D-8C4E6EF68F93}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="rtmpt://wsj.fcod.llnwd.net/a1318/o28/video" name="main" width="512" height="363" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object><br />
In the real world it is very hard to keep track of your preferences, especially between a variety of shops. In the virtual world it is too easy. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/08/how-internet-cookies-are-used-to-track-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster start of Managed Server after AIA install</title>
		<link>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/</link>
		<comments>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 06:53:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[AIA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=922</guid>
		<description><![CDATA[It is possible you noticed that after the installation of Oracle AIA 11g R1 starting the Managed Server of WLS takes more time than before the installation. This is not only due to the new Composites. There are also some settings you could change to reduce the time the Managed server to which you deployed [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible you noticed that after the installation of Oracle AIA 11g R1 starting the Managed Server of WLS takes more time than before the installation. This is not only due to the new Composites. There are also some settings you could change to reduce the time the Managed server to which you deployed AIA needs to start up.</p>
<h3>Change JDBC settings</h3>
<p><div id="attachment_924" class="wp-caption alignright" style="width: 257px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.226.jpg" rel="wp-prettyPhoto[g922]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.226.jpg" alt="JDBC Settings" title="JDBC Settings" width="247" height="172" class="size-full wp-image-924" /></a><p class="wp-caption-text">JDBC Settings</p></div>To alter some of the JDBC settings that are configured during the AIA 11g installation go to the WLS Adminnistartion console &#8211; <code>http://yourserver:port/console</code>. In the Domain Structure choose: <code><Domain> > Services > JDBC > Data Sources</code>.</p>
<p>Change the settings of the following JDBC Data Sources that were created during the install of AIA of the AIA Demo:</p>
<ul>
<li>AIACentralDS</li>
<li>AIADataSource</li>
<li>FODDataSource</li>
<li>FODDS</li>
<li>LifeCycleDataSource</li>
<li>mds-soa</li>
<li>XrefDataSource</li>
</ul>
<p><div id="attachment_932" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.228.jpg" rel="wp-prettyPhoto[g922]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.228-300x62.jpg" alt="Data Source Settings" title="Data Source Settings" width="300" height="62" class="size-medium wp-image-932" /></a><p class="wp-caption-text">Data Source Settings</p></div>In the <code>Settings for "Data Source Name"</code> select the <code>Configuration</code> and the <code>Connection Pool</code> tab. Expand the the <code>Connection Pool</code> tab by clicking the <code>Advanced</code> link. The alter the <strong>Login Delay</strong> from 30 to 0 seconds.</p>
<p><div id="attachment_929" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.227.jpg" rel="wp-prettyPhoto[g922]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/07/screenshot.227-300x40.jpg" alt="Login Delay" title="Login Delay" width="300" height="40" class="size-medium wp-image-929" /></a><p class="wp-caption-text">Login Delay</p></div>This will reduce the time that is needed to start the Managed Server by several minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/07/faster-start-of-managed-server-after-aia-install/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running SOA Suite 11g on your workstation</title>
		<link>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/</link>
		<comments>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/#comments</comments>
		<pubDate>Wed, 19 May 2010 19:56:08 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=850</guid>
		<description><![CDATA[There are several advantages when working in a project with Oracle SOA Suite to have a local installation of the SOA Suite on your workstation. While developing and trying bits of code you can&#8217;t break other peoples work as you can on a central server. Running FMW 11g on a workstation with say memory on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif" rel="wp-prettyPhoto[g850]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/05/fusion-middleware-11g.gif" alt="Fusion Middleware 11g" title="fusion-middleware-11g" width="150" height="42" class="alignright size-full wp-image-858" /></a>There are several advantages when working in a project with Oracle SOA Suite to have a local installation of the SOA Suite on your workstation. While developing and trying bits of code you can&#8217;t break other peoples work as you can on a central server. Running FMW 11g on a workstation with say memory on the low end of the spectrum can be challenging. In this blog I&#8217;ll show you some <a href="http://www.deltalounge.net/wpress/2009/07/running-fmw-11g-on-your-laptop/">additional (to this previous post) measure</a> that my blogless colleague <a href="http://nl.linkedin.com/in/rheikoop">Rob Heikoop</a> came up with.</p>
<p>Rob came up with two things:</p>
<ul>
<li>Create an All in One AdminServer as described on the <a href="http://wiki.oracle.com/page/Oracle+SOA+Suite+11g:+How+To+Create+All+In+One+AdminServer">Oracle wiki</a>. We skipped BAM in the installation <del datetime="2010-08-09T06:13:24+00:00">Use only one Domain in WLS. You&#8217;ll have to combine the admin en the SOA_domain. Running just one domain saves memory</del>.</li>
<li>Keep the database centralized. In the central database each developer has it&#8217;s own SOA schema that is especially created for him. To do this run the RCU for every developer and use the prefix to reflect for example the developers initials (example of using RCU on <a href="http://www.slideshare.net/eaiesb/oracle-fusion-11g-rcu-instalaltion">slideshare</a>). Not running the database on your workstation saves memory and CPU.</li>
</ul>
<p>In order to have new developers being able to use this quickly we copy the reference installation (with plug-ins, patches and the works) and alter the configuration:</p>
<ul>
<li>Alter the scripts in the <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\bin</code> directory to reflect your workstation name instead of that of the reference machine. You can do this easily by using an editor like <a href="http://notepad-plus.sourceforge.net/nl/site.htm">Notepad++</a> and use <code>Search > Find in files > Replace in files</code>. Otherwise you&#8217;ll be stopping your teammates server&#8230;. (again sorry Rob) </li>
<li>Change the configuration files in <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\config\jdbc</code> to reflect the prefix created especially for you while using the RCU. Again Notepad++ can help you here.</li>
</ul>
<p>Now you can start the tools:</p>
<ul>
<li>WebLogic Server: <code>C:\Devel\SOAMiddleware\user_projects\domains\soa_domain\bin\startWebLogic.cmd</code></li>
<li>JDeveloper: <code>C:\Devel\SOAMiddleware\jdeveloper\jdeveloper.exe</code> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/05/running-soa-suite-11g-workstatio/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SOA Suite 11gR1 PS2 released</title>
		<link>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/</link>
		<comments>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:22:16 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[BPEL]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=825</guid>
		<description><![CDATA[Previous I mentioned a preview of the 11g R1 PS2 new features. Here are a few links for this new release &#8211; 11.1.1.3.0: SOA Suite 11g R1 PS2 new features. Download page The documentation index will probably be updated soon. Existing PS1 users simply apply the patch to upgrade to 11.1.1.3.0. Other releases Oracle Service [...]]]></description>
			<content:encoded><![CDATA[<p>Previous I mentioned a <a href="http://www.deltalounge.net/wpress/2010/03/upcoming-soa-suite-11g-ps2-features/">preview of the 11g R1 PS2</a> new features. Here are a few links for this new release &#8211; 11.1.1.3.0:</p>
<ul>
<li>SOA Suite <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/soa-11gr1-ps2-new-features.html">11g R1 PS2 new features</a>.</li>
<li><a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/downloads.html#11.1.1.3.0">Download page</a></li>
<li>The <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/documentation.html#11g">documentation index</a> will probably be updated soon.</li>
</ul>
<p>Existing PS1 users simply <a href="http://download.oracle.com/docs/cd/E14571_01/install.1111/b32474/start.htm#CIHBFJCF">apply the patch</a> to upgrade to 11.1.1.3.0.</p>
<h3>Other releases</h3>
<ul>
<li>Oracle Service Bus <a href="http://www.oracle.com/technology/products/integration/service-bus/index.html">OSB 11g R1</a></li>
<li>Business Process Management <a href="http://www.oracle.com/technology/products/soa/bpmsuite/index.html">BPM 11g R1</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/04/soa-suite-11gr1-ps2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Sun &#8211; strategy outline</title>
		<link>http://www.deltalounge.net/wpress/2010/01/oracle-sun-strategy-outline/</link>
		<comments>http://www.deltalounge.net/wpress/2010/01/oracle-sun-strategy-outline/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 09:36:02 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=676</guid>
		<description><![CDATA[On January 27th Larry Ellison and other Oracle executives outlined the Oracle Sun strategy in a live event. The webcast and sheets are available online. There is also a FAQ overview available. Besides that there is the Oracle + Sun Product Strategy Webcast Series. If you are into Java or Middleware developement, I think the [...]]]></description>
			<content:encoded><![CDATA[<p>On January 27th Larry Ellison and other Oracle executives outlined the Oracle Sun strategy in a live event. The <a href="http://www.oracle.com/us/sun/044498.html">webcast</a> and <a href="http://www.oracle.com/us/sun/044498.html">sheets</a> are available online. There is also a <a href="http://www.oracle.com/technology/community/sun-oracle-community-continuity.html">FAQ overview</a> available.</p>
<p>Besides that there is the <a href="http://www.oracle.com/events/productstrategy/index.html">Oracle + Sun Product Strategy Webcast Series</a>. If you are into Java or Middleware developement, I think the message boils down to these few sheets:</p>
<h3>Development Tools</h3>
<p><div id="attachment_680" class="wp-caption alignleft" style="width: 610px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.77.jpg" rel="wp-prettyPhoto[g676]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.77-300x212.jpg" alt="Oracle Dev Tools" title="Developement Tools" width="300" height="212" class="size-medium wp-image-680" /></a><p class="wp-caption-text">Development Tools Strategy</p></div><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
<h3>Application Server</h3>
<p>Glassfish and WebLogic will coexist and share logic/components.<br />
<div id="attachment_683" class="wp-caption alignleft" style="width: 610px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.80.jpg" rel="wp-prettyPhoto[g676]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.80-300x210.jpg" alt="Oracle Apps Server" title="Application Server strategy" width="300" height="210" class="size-medium wp-image-683" /></a><p class="wp-caption-text">AS strategy</p></div><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
<h3>SOA products</h3>
<p>Oh, and WebCenter will be the strategic portal offering.<br />
<div id="attachment_685" class="wp-caption alignleft" style="width: 610px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.81.jpg" rel="wp-prettyPhoto[g676]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/01/screenshot.81-300x237.jpg" alt="Oracle SOA Products" title="SOA product strategy" width="300" height="237" class="size-medium wp-image-685" /></a><p class="wp-caption-text">SOA product strategy</p></div><br />
<br/><br />
Previous post on the subject:</p>
<ul>
<li><a href="http://www.deltalounge.net/wpress/2009/05/oracle-sun-integration-and-soa-perspective/">Integration perspective</a></li>
<li><a href="http://www.deltalounge.net/wpress/2009/04/oracle-gets-sun-microsystems-and-mysql-for-free/">Oracle gets MySQL for free</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/01/oracle-sun-strategy-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring AQ</title>
		<link>http://www.deltalounge.net/wpress/2009/12/monitoring-aq/</link>
		<comments>http://www.deltalounge.net/wpress/2009/12/monitoring-aq/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 08:28:01 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[Advanced Queueing]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[Messaging]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=589</guid>
		<description><![CDATA[Although there were already several posts on querying AQ, like &#8220;in the queue&#8221; and &#8220;enqueue&#8220;, the next one is great when monitoring queues. We are using this to monitor AQ, especially for Oracle ESB (hence the commented addition): 1 2 3 4 5 6 7 8 9 SELECT aq.name , aq.queue_table , aq.queue_type , v$aq.* [...]]]></description>
			<content:encoded><![CDATA[<p>Although there were already several posts on querying AQ, like &#8220;<a href="http://www.deltalounge.net/wpress/2009/04/what-is-in-the-oracle-advanced-queue/">in the queue</a>&#8221; and &#8220;<a href="http://www.deltalounge.net/wpress/2009/07/will-aq-enqueue-and-dequeue-messages/">enqueue</a>&#8220;, the next one is great when monitoring queues. We are using this to monitor AQ, especially for Oracle ESB (hence the commented addition):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> aq<span style="color: #66cc66;">.</span>name
<span style="color: #66cc66;">,</span>      aq<span style="color: #66cc66;">.</span>queue_table
<span style="color: #66cc66;">,</span>      aq<span style="color: #66cc66;">.</span>queue_type
<span style="color: #66cc66;">,</span>      v$aq<span style="color: #66cc66;">.*</span> 
<span style="color: #993333; font-weight: bold;">FROM</span>   v$aq
<span style="color: #66cc66;">,</span>      all_queues aq
<span style="color: #993333; font-weight: bold;">WHERE</span>  aq<span style="color: #66cc66;">.</span>qid <span style="color: #66cc66;">=</span> v$aq<span style="color: #66cc66;">.</span>qid
<span style="color: #808080; font-style: italic;">-- use if looking for ESB AQ: and    aq.queue_table = 'ESB_JAVA_DEFERRED';</span>
;</pre></td></tr></table></div>

<p>The query will result in something like:</p>
<p><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2009/12/screenshot.54.jpg" rel="wp-prettyPhoto[g589]"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/12/screenshot.54.jpg" alt="Monitoring AQ query results" title="Monitoring AQ query results" width="731" height="148" class="alignleft size-full wp-image-597" /></a></p>
<p>It contains the following metrics:</p>
<ul>
<li>Waiting &#8211; Number of waiting message;</li>
<li>Ready &#8211; Number of messages with status ready;</li>
<li>Expired &#8211; Number of expired messages; </li>
<li>Total Wait &#8211; Total waiting time per queue; </li>
<li>Average Wait &#8211; Average waiting time per queue.</li>
</ul>
<p>A describtion of the AQ and Streams views can be found <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14257/aq_views.htm">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2009/12/monitoring-aq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuning AQ for Oracle ESB</title>
		<link>http://www.deltalounge.net/wpress/2009/12/tuning-aq-for-oracle-esb/</link>
		<comments>http://www.deltalounge.net/wpress/2009/12/tuning-aq-for-oracle-esb/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:30:59 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Advanced Queueing]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Messaging]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=573</guid>
		<description><![CDATA[If you are using AQ within Oracle ESB there might be a point in time you want to tune AQ performance. In this post you&#8217;ll find the results of Metalink research, and our experience on a production system. Queue compatibility When creating the ORAESB schema (in version 10.1.3.3) using the script $ORACLE_HOME/integration/esb/sql/oracle/create_esb_topics.sql, the queues are [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using AQ within Oracle ESB there might be a point in time you want to tune AQ performance. In this post you&#8217;ll find the results of Metalink research, and our experience on a production system.</p>
<h3>Queue compatibility</h3>
<p>When creating the ORAESB schema (in version 10.1.3.3) using the script <code>$ORACLE_HOME/integration/esb/sql/oracle/create_esb_topics.sql</code>, the queues are created with 8.1 compatibility. This is solved in 10.1.3.4. To alter this find the statement</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">dbms_aqadm<span style="color: #66cc66;">.</span>create_queue_table
    <span style="color: #66cc66;">&#40;</span> Queue_table <span style="color: #66cc66;">=&gt;</span> qtablename
    <span style="color: #66cc66;">,</span> Queue_payload_type <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'SYS.AQ$_JMS_TEXT_MESSAGE'</span>
    <span style="color: #66cc66;">,</span> multiple_consumers <span style="color: #66cc66;">=&gt;</span> <span style="color: #993333; font-weight: bold;">TRUE</span>
    <span style="color: #66cc66;">,</span> compatible <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'8.1'</span>
    <span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

<p>and change this to:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">dbms_aqadm<span style="color: #66cc66;">.</span>create_queue_table
    <span style="color: #66cc66;">&#40;</span> Queue_table <span style="color: #66cc66;">=&gt;</span> qtablename
    <span style="color: #66cc66;">,</span> Queue_payload_type <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'SYS.AQ$_JMS_TEXT_MESSAGE'</span>
    <span style="color: #66cc66;">,</span> multiple_consumers <span style="color: #66cc66;">=&gt;</span> <span style="color: #993333; font-weight: bold;">TRUE</span>
    <span style="color: #66cc66;">,</span> compatible <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'10.2'</span>
    <span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

<p>if you already created the queues, use this statement:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;">dbms_aqadm<span style="color: #66cc66;">.</span>migrate_queue_table
    <span style="color: #66cc66;">&#40;</span> queue_table <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'ESB_JAVA_DEFERRED'</span>
    <span style="color: #66cc66;">,</span> compatible <span style="color: #66cc66;">=&gt;</span> <span style="color: #ff0000;">'10.2'</span>
    <span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

<p>If you&#8217;re not sure check the compatibility with this query:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> queue_table
<span style="color: #66cc66;">,</span>      compatible
<span style="color: #66cc66;">,</span>      recipients
<span style="color: #993333; font-weight: bold;">FROM</span>   dba_QUEUE_tables
<span style="color: #993333; font-weight: bold;">WHERE</span>  owner <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'ORAESB'</span>
;</pre></td></tr></table></div>

<h3>Streams pool size</h3>
<p>Verify the current stream_pool_size using the following query:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> component
<span style="color: #66cc66;">,</span>      current_size<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span><span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span> <span style="color: #ff0000;">&quot;CURRENT_SIZE&quot;</span>
<span style="color: #66cc66;">,</span>      min_size<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span><span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span> <span style="color: #ff0000;">&quot;MIN_SIZE&quot;</span>
<span style="color: #66cc66;">,</span>      user_specified_size<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span><span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1024</span> <span style="color: #ff0000;">&quot;USER_SPECIFIED_SIZE&quot;</span>
<span style="color: #66cc66;">,</span>      last_oper_type <span style="color: #ff0000;">&quot;TYPE&quot;</span> 
<span style="color: #993333; font-weight: bold;">FROM</span>   v$sga_dynamic_components
;</pre></td></tr></table></div>

<p>look for the <strong>streams pool</strong>. There are several Metalink notes on this setting (including 316889.1, 102926.1 and 335516.1). The latter has a general recommandetion per RDBMS version:</p>
<ul>
<li>11g: set STREAMS_POOL_SIZE to be greater or equal to 100 MB;</li>
<li>10gR2: set SGA_TARGET > 0 and STREAMS_POOL_SIZE=0 to enable autotuning of the Streams pool;</li>
<li>10gR1: use the STREAMS_POOL_SIZE init.ora parameter to configure the Streams memory allocation;</li>
</ul>
<p>And of course you could use <code>V$STREAMS_POOL_ADVICE</code> to get advice for your specific situation.</p>
<h3>Upgrade the JDK</h3>
<p>A <a href="http://www.deltalounge.net/wpress/2009/11/oracle-esb-using-aq-on-aix-performance-boost/">described here</a> upgrading the JDK can also give a performance boost.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2009/12/tuning-aq-for-oracle-esb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the JDK for Oracle Application Server 10g EE</title>
		<link>http://www.deltalounge.net/wpress/2009/12/change-the-jdk-for-oracle-application-server-10g-ee/</link>
		<comments>http://www.deltalounge.net/wpress/2009/12/change-the-jdk-for-oracle-application-server-10g-ee/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 20:03:17 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JVM]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=565</guid>
		<description><![CDATA[This post describes how to change the JDK for an Oracle Application Server 10.1.3.x installation. To check which JDK versions are supported with Application Server releases, check Metalink note 258833.1. Stop all running Application Server processess. Rename the current JDK directory: 1 2 cd $ORACLE_HOME mv jdk jdk.old Install or copy the JDK version you [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how to change the JDK for an Oracle Application Server 10.1.3.x installation. To check which JDK versions are supported with Application Server releases, check <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=258833.1">Metalink note 258833.1</a>.</p>
<ol>
<li>Stop all running Application Server processess.</li>
<li>Rename the current JDK directory:</li>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #b1b100; font-weight: bold;">cd</span> $ORACLE_HOME
mv jdk jdk.old</pre></td></tr></table></div>

<li>Install or copy the JDK version you need into $ORACLE_HOME/jdk</li>
<li>Start the Application Server processess.</li>
<ol>
<p>You can check the JDK version:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">$ /jdk/bin<span style="color: #33cc33;">&gt;</span>./java -version</pre></td></tr></table></div>

<h4>AIX 5L specials</h4>
<p>If your systems are running AIX 5L there is some patching to be done. Assuming you&#8217;re using JDK 1.5 you have to apply <strong>patch 5261515</strong>. </p>
<p>After upgrading to a IBM JDK it is very well possible to run into the <strong>JAVAX.NET.SSL.SSLKEYEXCEPTION:RSA PREMASTER SECRET ERROR</strong>. In that case you have to modify the $ORACLE_HOM/jdk/jre/lib/security/java.security to</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">security.provider.1=com.ibm.jsse2.IBMJSSEProvider2
security.provider.2=com.ibm.crypto.provider.IBMJCE
security.provider.3=com.ibm.security.jgss.IBMJGSSProvider
security.provider.4=com.ibm.security.cert.IBMCertPath
security.provider.5=com.ibm.security.sasl.IBMSASL</pre></td></tr></table></div>

<p>and create a symbolic link (or copy the jar) from the directory $ORACLE_HOME/jre/lib/ext/ibmjsseprovider2.jar to $ORACLE_HOME/jdk/jre/lib/ibmjsseprovider2.jar as described in <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=746423.1">Metalink note 746423.1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2009/12/change-the-jdk-for-oracle-application-server-10g-ee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOA Suite 10.1.3.5.1 available for WebLogic Server 10.3.1</title>
		<link>http://www.deltalounge.net/wpress/2009/11/soa-suite-10-1-3-5-1-available-for-weblogic-server-10-3-1/</link>
		<comments>http://www.deltalounge.net/wpress/2009/11/soa-suite-10-1-3-5-1-available-for-weblogic-server-10-3-1/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:43:33 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[AS]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WLS]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=519</guid>
		<description><![CDATA[From today there is a SOA Suite 10.1.3 familiy member available for WebLogic Server 10.3. Oracle SOA Suite 10.1.3.5.1 has been released. As described earlier we were looking for a recent SOA Suite version that is certified for a recent WebLogic server version. And here it is: Oracle BPEL Manager, Oracle ESB, Oracle Rules, and [...]]]></description>
			<content:encoded><![CDATA[<p>From today there is a SOA Suite 10.1.3 familiy member available for WebLogic Server 10.3. Oracle <strong>SOA Suite 10.1.3.5.1</strong> has been released. As <a href="http://www.deltalounge.net/wpress/2009/04/hello-world/">described</a> <a href="http://www.deltalounge.net/wpress/2009/09/soa-suite-10-1-3-5-available/">earlier</a> we were looking for a recent SOA Suite version that is certified for a recent WebLogic server version. And here it is: Oracle BPEL Manager, Oracle ESB, Oracle Rules, and OWSM (basically all versioned 10.1.3.5.1) are certified with WLS 10.3.1.</p>
<ul>
<li><a href="http://www.oracle.com/technology/software/products/ias/htdocs/101310.html">Download</a> SOA Suite 10.1.3.5</li>
<li>Dive into the <a href="http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_r3_10.1.3_matrix.xls">certification matrix 10.1.3</a></li>
<li>Expect the <a href="http://www.oracle.com/technology/products/soa/soasuite/collateral/documentation.html#10.1.3.1.0">documentation pages</a> to be updated shortly.</li>
<li>10.1.3 Support status and alerts on <a href="https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=397022.1">Metalink</a></li>
</ul>
<h4>Update &#8211; Installation instructions</h4>
<p>Installation instructions for SOA Suite 10.1.3.5.1 on WebLogic Server can be found in these blogs:</p>
<ul>
<li>Oracle ACE <a href="http://biemond.blogspot.com/2009/11/installing-soa-suite-101351-on-weblogic.html">Edwin Biemond</a></li>
<li>Solution Architect <a href="http://aboutsoa.wordpress.com/2009/11/13/complete-installation-and-configuration-of-soa-suite-10-1-3-5-1/">Kavin Mehta</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2009/11/soa-suite-10-1-3-5-1-available-for-weblogic-server-10-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

