<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.9.1" -->
<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/"
	>

<channel>
	<title>Yenlo - Experts in service georienteerde oplossingen Posts</title>
	<link>http://www.yenlo.nl</link>
	<description>Shows all posts, comments, and pages from all blogs</description>
	<pubDate>Wed, 08 Sep 2010 19:00:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<item>
		<title>Is ext3 online LVM resize working ?</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/09/is-ext3-online-lvm-resize-working/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/09/is-ext3-online-lvm-resize-working/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 19:00:48 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=3013</guid>

		<description><![CDATA[YES :) , if you run kernel 2.6.10 and upwards you should be able to do an online resize of your LVM partition.
Check this :
PRD01:~ # uname -a
Linux PRD01 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux
( When checked in /etc/mke2fs.conf , you will see a default registration of resize_inode which also indicates [...]]]></description>
		<content:encoded><![CDATA[<p>YES :) , if you run kernel 2.6.10 and upwards you should be able to do an online resize of your LVM partition.</p>
<p>Check this :</p>
<div class="codesnip-container" >PRD01:~ # uname -a<br />
Linux PRD01 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux</div>
<p>( When checked in /etc/mke2fs.conf , you will see a default registration of resize_inode which also indicates that online resizing is allowed. )</p>
<p>Here are the steps i used to do it :</p>
<p>Check your filesystem first :</p>
<pre class="brush: sql">
PRD01:~ # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/system-root
                      9.9G  3.7G  5.8G  39% /
udev                  1.9G  120K  1.9G   1% /dev
/dev/sda2             996M   25M  921M   3% /boot
/dev/mapper/system-tmp
                      5.0G  1.2G  3.6G  26% /tmp
/dev/mapper/oracle-u00
                      9.9G  5.7G  3.8G  61% /u00
/dev/mapper/oracle-u01
                      4.0G  1.7G  2.2G  44% /u01
/dev/mapper/oracle-u02
                      148G   91G   50G  65% /u02
/dev/mapper/oracle-u03
                       30G  2.1G   26G   8% /u03
/dev/mapper/oracle-u04
                      296G   77G  204G  28% /u04
</pre>
<p>See if there is any space to give to our lvm volumes :</p>
<pre class="brush: sql">
PRD01:~ # pvscan
  PV /dev/sdb1   VG oracle   lvm2 [599.98 GB / 105.98 GB free]
  PV /dev/sda3   VG system   lvm2 [15.00 GB / 0    free]
  Total: 2 [614.98 GB] / in use: 2 [614.98 GB] / in no VG: 0 [0   ]
</pre>
<p>Lets add 50 Gb to our /u03 location : ( be aware of the + in the command, without it , your partition will be sized 50 Gb :) ) </p>
<pre class="brush: sql">
PRD01:~ # lvm
lvm&gt; lvextend -L+50000M /dev/mapper/oracle-u03
  Extending logical volume u03 to 78.83 GB
  Logical volume u03 successfully resized
lvm&gt; exit
  Exiting.
</pre>
<p>Our LVM is resized , but the partition still needs a resize to match the volume given :</p>
<pre class="brush: sql">
PRD01:~ # resize2fs /dev/mapper/oracle-u03
resize2fs 1.41.1 (01-Sep-2008)
Filesystem at /dev/mapper/oracle-u03 is mounted on /u03; on-line resizing required
old desc_blocks = 2, new_desc_blocks = 5
Performing an on-line resize of /dev/mapper/oracle-u03 to 20664320 (4k) blocks.
The filesystem on /dev/mapper/oracle-u03 is now 20664320 blocks long.
</pre>
<p>Now lets check if all is well :</p>
<pre class="brush: sql">
PRD01:~ # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/system-root
                      9.9G  3.7G  5.8G  39% /
udev                  1.9G  120K  1.9G   1% /dev
/dev/sda2             996M   25M  921M   3% /boot
/dev/mapper/system-tmp
                      5.0G  1.2G  3.6G  26% /tmp
/dev/mapper/oracle-u00
                      9.9G  5.7G  3.8G  61% /u00
/dev/mapper/oracle-u01
                      4.0G  1.7G  2.2G  44% /u01
/dev/mapper/oracle-u02
                      148G   91G   50G  65% /u02
/dev/mapper/oracle-u03
                       78G  2.1G   72G   3% /u03
/dev/mapper/oracle-u04
                      296G   77G  204G  28% /u04
PRD01:~ #
</pre>
<p>Thats all ! :)</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Silent install 11.1.0.1.0 Intelligent Agent using additional_agent.rsp</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/09/silent-install-11-1-0-1-0-intelligent-agent-using-additional_agent-rsp/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/09/silent-install-11-1-0-1-0-intelligent-agent-using-additional_agent-rsp/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:07:54 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Oracle Enterprise Grid Control]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=3000</guid>

		<description><![CDATA[While installing the new Oracle Intelligent Agent 11.1.0.1.0 on windows , i&#8217;d like to skip the Oracle registration with MOS account.
In order to do this , i found myself struggling with setting the correct parameters in the additional_agent.rsp file located under (installation dir agent)/win32/response.
This is how i got it to skip the registration part;
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=true
MYORACLESUPPORT_USERNAME=
MYORACLESUPPORT_PASSWORD=
Pay attention [...]]]></description>
		<content:encoded><![CDATA[<p>While installing the new Oracle Intelligent Agent 11.1.0.1.0 on windows , i&#8217;d like to skip the Oracle registration with MOS account.<br />
In order to do this , i found myself struggling with setting the correct parameters in the additional_agent.rsp file located under (installation dir agent)/win32/response.</p>
<p>This is how i got it to skip the registration part;</p>
<div class="codesnip-container" >SECURITY_UPDATES_VIA_MYORACLESUPPORT=false<br />
DECLINE_SECURITY_UPDATES=true</p>
<p>MYORACLESUPPORT_USERNAME=<br />
MYORACLESUPPORT_PASSWORD=</p></div>
<p>Pay attention to the lower case false / true , this is different from the Documentation written above in the additional_agent.rsp. which specify&#8217;s Upper Case usage of this parameter values.</p>
<div class="codesnip-container" >## Each variable is associated with a comment. The comment<br />
## identifies the variable type.<br />
##<br />
## Please specify the values in the following format:<br />
##<br />
##         Type         Example<br />
##         String       &#8220;Sample Value&#8221;<br />
##         Boolean      True or False</div>
<div class="codesnip-container" >Starting Oracle Universal Installer&#8230;</p>
<p>Checking swap space: must be greater than 150 MB .   Actual 6124 MB     Passed<br />
 Preparing to launch Oracle Universal Installer from C:\DOCUME~1\super\LOCALS~1\<br />
Temp\1\OraInstall2010-08-24_11-33-25AM. Please wait &#8230; Warning: Is the followin<br />
g line present in c:\TEMP\11g\win32\response\additional_agent.rsp correct?<br />
MYORACLESUPPORT_USERNAME=</p>
<p>Warning: This line is not added to HashMap<br />
Warning: Is the following line present in c:\TEMP\11g\win32\response\additional_<br />
agent.rsp correct?<br />
MYORACLESUPPORT_PASSWORD=</p>
<p>Warning: This line is not added to HashMap<br />
*** Check for updates ***<br />
*** Select Installation Type ***<br />
*** Check Prerequisites ***<br />
*** Specify Oracle Management Service Location ***<br />
*** Customize Ports ***<br />
*** Review ***</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p></div>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>vtable for __cxxabiv1:: __si_class_type_info@GLIBCPP_3.2</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/vtable-for-__cxxabiv1__si_class_type_infoglibcpp_3-2/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/vtable-for-__cxxabiv1__si_class_type_infoglibcpp_3-2/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 10:06:08 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=2996</guid>

		<description><![CDATA[When upgrading your RDBMS software tree with 10.2.0.5 , and face the following error in the installation log :
INFO:  undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2&#8242;
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2&#8242;
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2&#8242;
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2&#8242;
collect2: ld returned 1 exit status
make: *** [ctxhx] Error 1
INFO: End output from spawned process.
INFO: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
INFO: Exception [...]]]></description>
		<content:encoded><![CDATA[<p>When upgrading your RDBMS software tree with 10.2.0.5 , and face the following error in the installation log :</p>
<div class="codesnip-container" >INFO:  undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2&#8242;<br />
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2&#8242;<br />
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2&#8242;<br />
/u00/oracle/product/10.2.0/db/ctx/lib/libwv_core.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2&#8242;<br />
collect2: ld returned 1 exit status<br />
make: *** [ctxhx] Error 1</p>
<p>INFO: End output from spawned process.<br />
INFO: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
INFO: Exception thrown from action: make<br />
Exception Name: MakefileException<br />
Exception String: Error in invoking target &#8216;install&#8217; of makefile &#8216;/u00/oracle/product/10.2.0/db/ctx/lib/ins_ctx.mk&#8217;</p></div>
<p>Please install the following missing packages ,</p>
<div class="codesnip-container" >yum install compat-db compat-libstdc++-296  compat-libstdc++-33 compat-libstdc++-33 libgomp</div>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Who is monitoring the OEM server ?</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/who-is-monitoring-the-oem-server/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/who-is-monitoring-the-oem-server/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 09:52:03 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Oracle Enterprise Grid Control]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=2987</guid>

		<description><![CDATA[In all cases i&#8217;m relying on the the OEM to report incidents which occur on my monitor targets. But is no news always good new ? I had to experience this the hard way by finding my OEM down and production systems screaming for help.
To overcome this problem for the next time , i created [...]]]></description>
		<content:encoded><![CDATA[<p>In all cases i&#8217;m relying on the the OEM to report incidents which occur on my monitor targets. But is no news always good new ? I had to experience this the hard way by finding my OEM down and production systems screaming for help.<br />
To overcome this problem for the next time , i created a custom script to check availability on the OEM itself. This scripts will check the components which need to run , in order to let OEM work its magic !</p>
<p>This quick peek is part of a larger script with acts as a &#8220;heartbeat&#8221; to provide us with this necessary information.<br />
On top of this checking mechanism , we also keep track of heartbeat calls. When a call is not received within an specific window , an e-mail is send notifying the support department.</p>
<div class="codesnip-container" >LOG=&#8217;/home/oracle/scripts/heartbeat.log&#8217;</p>
<p>OMS_HOME=`cat /etc/oratab | grep -v &#8220;^#|^*|^agent&#8221; |cut -f2 -d: -s| grep oms | sort -u`<br />
DB_HOME=`cat /etc/oratab | grep -v &#8220;^#|^*|^agent&#8221; |cut -f2 -d: -s| grep db10g | sort -u`</p>
<p># ===========    FUNCTIONS   ================</p>
<p>########################################<br />
# Check OPMN status of our EM GRID<br />
########################################</p>
<p>check_oms(){<br />
  echo &#8220;&#8212;[ Oms            ] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8221; &gt;&gt; $LOG<br />
  # array declare<br />
  declare -a array<br />
  # Variables<br />
  OMS_OK=1<br />
  count=0</p>
<p>  # Check the Environment<br />
  OPMN=`$OMS_HOME/opmn/bin/opmnctl status -fmt %prt20%sta10%utm -noheaders | grep -v logloader | grep -v DSA | grep -v dcm`<br />
  array=($OPMN)</p>
<p>  num=${#array[@]}</p>
<p>  # Check if OPMN is running or not , if not , 0 is returned in OPMN<br />
  if [ $num != 0 ]; then </p>
<p>  # OPMN is running , so check component state</p>
<p>  while [ $count -lt $num ]<br />
  do<br />
    base=$count<br />
    state=`expr $count + 2`<br />
    time=`expr $count + 4`<br />
    if [ "${array[state]}&#8221; != &#8220;Alive&#8221; ]; then<br />
       echo &#8220;Component ${array[base]} has a ${array[state]} state&#8221; &gt;&gt; $LOG<br />
       OMS_OK=0<br />
    fi<br />
    echo &#8220;Component ${array[base]} has a ${array[state]} state and is running for ${array[time]}&#8221; &gt;&gt; $LOG</p>
<p>    # OHS &#8211; 11g , OC4J_EM &#8211; 10g</p>
<p>    if [ "${array[base]}&#8221; = &#8220;OHS&#8221; ] || [ "${array[base]}&#8221; =  &#8220;OC4J_EM&#8221; ]; then<br />
       OHSUP=${array[time]}<br />
    fi</p>
<p>    count=`expr $count + 5`<br />
  done</p>
<p>  else<br />
      OMS_OK=0<br />
      echo &#8220;OPMN is not Running !&#8221; &gt;&gt; $LOG<br />
  fi</p>
<p>}</p></div>
<p>When this function is triggered on a OEM server the following<br />
Command line Output :</p>
<div class="codesnip-container" >&#8212;[ Oms            ] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Component HTTP_Server has a Alive state and is running for 02:43:47<br />
Component home has a Alive state and is running for 02:44:04<br />
Component OC4J_EM has a Alive state and is running for 02:44:04<br />
Component OC4J_EMPROV has a Alive state and is running for 02:44:04<br />
Component OCMRepeater has a Alive state and is running for 02:44:04<br />
Component WebCache has a Alive state and is running for 02:44:04<br />
Component WebCacheAdmin has a Alive state and is running for 02:44:04</div>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Presenting @ IIMA conference</title>
		<link>http://www.yenlo.nl/renewiersma/2010/08/24/presenting-iima-conference/</link>
		<comments>http://www.yenlo.nl/renewiersma/2010/08/24/presenting-iima-conference/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 08:58:06 +0000</pubDate>
		<dc:creator>Rene Wiersma</dc:creator>
				<category><![CDATA[DEMO modellering]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Service Oriented Architecture]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/renewiersma/?p=117</guid>

		<description><![CDATA[17 &#8211; 19 October 2010 the annual Informational Information Management Association (IIMA) conference will be held in Utrecht. The conference discusses actual topics in the business and IT area with innovative academic research. See www.iima.org for more details.
At the conference I will give a presentation about my research on applying DEMO (www.demo.nl) in order to [...]]]></description>
		<content:encoded><![CDATA[<p>17 &#8211; 19 October 2010 the annual Informational Information Management Association (IIMA) conference will be held in Utrecht. The conference discusses actual topics in the business and IT area with innovative academic research. See <a href="http://www.iima.org/">www.iima.org</a> for more details.</p>
<p>At the conference I will give a presentation about my research on applying DEMO (<a href="http://www.demo.nl/">www.demo.nl</a>) in order to optimize service granularity. The granularity of services is a complex question in service-oriented environments. Academic literature and also field experts admit that having a right granularity of services is a critical success factor in projects.</p>
<p>In my presentation I will elaborate on applying the DEMO methodology and test how DEMO meets the objective of optimizing service granularity. The presentation is supported by a real life project that I have worked on recently. The practical experience on an academic foundation is an interesting combination for everyone who is applying architecture in service-oriented environments.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>MonetDB Plug-in for Oracle Enterprise Manager Grid Control</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/monetdb-plug-in-for-oracle-enterprise-manager-grid-control/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/monetdb-plug-in-for-oracle-enterprise-manager-grid-control/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:01:03 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[MonetDB]]></category>
		<category><![CDATA[Oracle Enterprise Grid Control]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=2967</guid>

		<description><![CDATA[After a successful implementation of the Glassfish Oracle Enterprise Manager Plug-in in our support department we are now happy to welcome our new Oracle Enterprise Manager MonetDB plugin to monitor state , usage and memory occupation on running memory allocated MonetDB processes. This plugin was created based on the need to monitor a support customer [...]]]></description>
		<content:encoded><![CDATA[<p>After a successful implementation of the <a href="http://www.yenlo.nl/johnpaulvanhelvoort/2010/03/glassfish-jmx-monitor-plug-in-for-oracle-enterprise-manager-grid-control/">Glassfish Oracle Enterprise Manager Plug-in</a> in our support department we are now happy to welcome our new Oracle Enterprise Manager MonetDB plugin to monitor state , usage and memory occupation on running memory allocated MonetDB processes. This plugin was created based on the need to monitor a support customer using MonetDB to provide fast en solid information sharing accross there clients. </p>
<p>A Part of this plug-in is using the deamon process merovingian to provide the latest info on the managed processes. </p>
<p>If others are trying to create the same plugin , please contact me to share knowledge on this topic.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>DBMA_SHARED_POOL package is not executed on the Existing Database</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/dbma_shared_pool-package-is-not-executed-on-the-existing-database/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/08/dbma_shared_pool-package-is-not-executed-on-the-existing-database/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:00:33 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=2980</guid>

		<description><![CDATA[Oracle provides a solid checking mechanism when it comes to checking the system for possible problems upon installing new functionality.
Today i faced a well written error on &#8220;DBMS_SHARED_POOL package is not executed on the Existing Database&#8221; while installing Oracle Enterprise Grid Control 10.2.0.3 on an existing 10.2 database at a customers request.
I found a quick [...]]]></description>
		<content:encoded><![CDATA[<p>Oracle provides a solid checking mechanism when it comes to checking the system for possible problems upon installing new functionality.<br />
Today i faced a well written error on &#8220;DBMS_SHARED_POOL package is not executed on the Existing Database&#8221; while installing Oracle Enterprise Grid Control 10.2.0.3 on an existing 10.2 database at a customers request.</p>
<p>I found a quick and easy solution for my problem by checking if the package is indeed unavailable.</p>
<p> ( When searching the install log , you will find the same string as a check from the installer  &#8220;sqlQuery = select count(*) from dba_objects where owner=&#8217;SYS&#8217; and object_name = &#8216;DBMS_SHARED_POOL&#8217; and object_type in (&#8216;PACKAGE&#8217;,'PACKAGE BODY&#8217;)&#8221; )</p>
<div class="codesnip-container" >SQL&gt; Select count(*) from dba_objects where OWNER = &#8216;SYS&#8217;<br />
AND object_name = &#8216;DBMS_SHARED_POOL&#8217;<br />
AND object_type IN ( &#8216;PACKAGE&#8217;,'PACKAGE BODY&#8217;) ;   2    3</p>
<p>  COUNT(*)<br />
&#8212;&#8212;&#8212;-<br />
         0</p></div>
<p>If this returns 0 , you need to install this package when proceeding :</p>
<div class="codesnip-container" >SQL&gt; @/u00/oracle/product/10.2.0/db/rdbms/admin/dbmspool.sql</p>
<p>Package created.</p>
<p>Grant succeeded.</p>
<p>View created.</p>
<p>Package body created.</p>
<p>SQL&gt;</p></div>
<p>Recheck if the package is now available :</p>
<div class="codesnip-container" >SQL&gt; Select count(*) from dba_objects where OWNER = &#8216;SYS&#8217;<br />
AND object_name = &#8216;DBMS_SHARED_POOL&#8217;<br />
AND object_type IN ( &#8216;PACKAGE&#8217;,'PACKAGE BODY&#8217;) ; </p>
<p>  COUNT(*)<br />
&#8212;&#8212;&#8212;-<br />
         2</p>
<p>SQL&gt;</p></div>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Managing database changes with Liquibase</title>
		<link>http://www.yenlo.nl/thijsvolders/2010/08/10/managing-database-changes-with-liquibase/</link>
		<comments>http://www.yenlo.nl/thijsvolders/2010/08/10/managing-database-changes-with-liquibase/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 10:38:11 +0000</pubDate>
		<dc:creator>Thijs Volders</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/thijsvolders/?p=122</guid>

		<description><![CDATA[Ever had the problem of keeping track of database changes during your software development project? There is a solution in the form of Liquibase.
Many teams will work on the same database. Perhaps even on the same database tables and overall structure. How can you keep track of whom did which changes (and why perhaps) and [...]]]></description>
		<content:encoded><![CDATA[<p>Ever had the problem of keeping track of database changes during your software development project? There is a solution in the form of Liquibase.<br />
Many teams will work on the same database. Perhaps even on the same database tables and overall structure. How can you keep track of whom did which changes (and why perhaps) and make sure that no change is ever forgotten or overwritten?<br />
How can you make sure that databases will remain structurally equal over different environments&#8230;</p>
<p>Liquibase can provide this functionality. It provides database refactoring automation and keeps track of the changes. Used in combination with a version control system like SVN or Mercury you get a powerful tool to keep track of these changes cross-teams and over time.<br />
Liquibase is database vendor independent but also supports various platforms to allow more vendor-tailored changes to be performed on a database.</p>
<p>Liquibase uses two database tables and a changelog XML file to maintain database state. The database tables contains checksums and changesetids which have been executed by liquibase on that particular database.<br />
The changeLog XML file is used to hold the changeset definitions which is maintained by developers.</p>
<p>The changelog contains the changeSets. These changeSets basically hold the sql-statements which are needed for a particular change. A changeset can contains changes for multiple schemas and multiple tables.</p>
<p>An example of such a changeset:</p>
<div class="codesnip-container" >&lt;changeSet author=&#8221;johnny.devmaster&#8221; id=&#8221;123456789&#8243;&gt;<br />
 &lt;createTable schemaName=&#8221;MYDBSCHEMA&#8221; tableName=&#8221;SOUNDS&#8221;&gt;<br />
 &lt;column name=&#8221;ID&#8221; type=&#8221;BIGINT&#8221;&gt;<br />
 &lt;constraints nullable=&#8221;false&#8221; primaryKey=&#8221;true&#8221; /&gt;<br />
 &lt;/column&gt;<br />
 &lt;column name=&#8221;SAMPLE_RATE&#8221; type=&#8221;BIGINT&#8221; /&gt;<br />
 &lt;column name=&#8221;MIME_TYPE&#8221; type=&#8221;VARCHAR(255)&#8221; /&gt;<br />
 &lt;column name=&#8221;ARTIST&#8221; type=&#8221;VARCHAR(1024)&#8221; /&gt;<br />
 &lt;column name=&#8221;LANGUAGE&#8221; type=&#8221;VARCHAR(31)&#8221; /&gt;<br />
 &lt;/createTable&gt;<br />
&lt;/changeSet&gt;</div>
<p>As can be seen from the example above a changeset has an id and author attribute. The author attribute is not mandatory but allows for easy tracking of whom did the changes.<br />
A changeset should contains a &#8216;one-transaction&#8217; set of changes. This allows for better rollback when executing a changeset throws errors.</p>
<p>Whenever a teammember needs to make a structural change to the database he (or she) can test this on the development environment and when the actual statements have been defined they need to be inserted into the changelog as a changeset.<br />
At the end of a development cycle the software is release together with the Liquibase-changelog.<br />
Liquibase provides a command-line interface (CLI) to execute this changelog against a database.</p>
<p>As part of the deployment-activities the Liquibase CLI should be executed to get the database for the environment up to par with the release software.</p>
<p>When using Liquibase you should refrain from altering the database manually.<br />
If absolutely necessary to make changes outside of Liquibase make sure that liquibase knows about it to prevent future changelog-execution problem.</p>
<p>More information about this great tool can be found at <a href="http://www.liquibase.org/">liquibase.org</a></p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Oracle Webcenter, Oracle Portal of toch Liferay?</title>
		<link>http://www.yenlo.nl/rubenvanderzwan/2010/08/oracle-webcenter-liferay/</link>
		<comments>http://www.yenlo.nl/rubenvanderzwan/2010/08/oracle-webcenter-liferay/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:00:31 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[IT strategie]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Liferay Portal]]></category>
		<category><![CDATA[Oracle Portal]]></category>
		<category><![CDATA[Oracle Webcenter]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/rubenvanderzwan/?p=89</guid>

		<description><![CDATA[Het kiezen van een portal omgeving is vandaag de dag niet eenvoudig. Er zijn veel leveranciers, zowel open source als ook closed source, die ook nog eens behoorlijk in beweging zijn. Ook de overname van Sun Microsystems door Oracle levert de nodige hoofdbrekens. Welke portal strategie moet een bedrijf vandaag de dag kiezen om morgen [...]]]></description>
		<content:encoded><![CDATA[<p>Het kiezen van een portal omgeving is vandaag de dag niet eenvoudig. Er zijn veel leveranciers, zowel open source als ook closed source, die ook nog eens behoorlijk in beweging zijn. Ook de overname van Sun Microsystems door Oracle levert de nodige hoofdbrekens. Welke portal strategie moet een bedrijf vandaag de dag kiezen om morgen gereed te zijn voor de toekomst?.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>ADF11g Webcenter application with UCM: emas_fwk_config_ConfigTemplateViewBean.applyAction error.</title>
		<link>http://www.yenlo.nl/harryvanoosten/2010/08/09/adf11g-webcenter-application-with-ucm-emas_fwk_config_configtemplateviewbean-applyaction-error/</link>
		<comments>http://www.yenlo.nl/harryvanoosten/2010/08/09/adf11g-webcenter-application-with-ucm-emas_fwk_config_configtemplateviewbean-applyaction-error/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 07:01:11 +0000</pubDate>
		<dc:creator>Harry van Oosten</dc:creator>
				<category><![CDATA[ADF 11G]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Fusion Middleware]]></category>
		<category><![CDATA[UCM]]></category>
		<category><![CDATA[Webcenter]]></category>
		<category><![CDATA[Weblogic]]></category>
		<category><![CDATA[ADF11G]]></category>
		<category><![CDATA[emas_fwk_config_ConfigTemplateViewBean.applyAction]]></category>
		<category><![CDATA[Oracle Universal Content Management]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/harryvanoosten/?p=391</guid>

		<description><![CDATA[In our application we&#8217;re using WebCenter services to present documents from the Oracle Universal Content Management (UCM). We&#8217;ve set this up in JDeveloper and it works fine. But we also want to use it in the stand alone weblogic.
In Weblogic choose your application open Application Deployment &#8211;&#62; WebCenter &#8211;&#62; Service Configuration:

Choose content repository and press [...]]]></description>
		<content:encoded><![CDATA[<p>In our application we&#8217;re using WebCenter services to present documents from the Oracle Universal Content Management (UCM). We&#8217;ve set this up in JDeveloper and it works fine. But we also want to use it in the stand alone weblogic.</p>
<p>In Weblogic choose your application open Application Deployment &#8211;&gt; WebCenter &#8211;&gt; Service Configuration:</p>
<p style="text-align: center"><a href="http://www.yenlo.nl/harryvanoosten/files/2010/08/CR_MENU.jpg" class="lightview" rel="gallery[391]" title="CR_MENU"><img class="size-full wp-image-393 aligncenter" title="CR_MENU" src="http://www.yenlo.nl/harryvanoosten/files/2010/08/CR_MENU.jpg" alt="" width="478" height="440" /></a></p>
<p>Choose content repository and press add.</p>
<p>Now when trying to save a content repository connection for the webcenter  services in our application we&#8217;re getting the following error:</p>
<div class="codesnip-container" >Configuration  options currently unavailable. The application might be down, did not  start properly, or is incorrectly packaged. Check the log files for  further details.<br />
These mbeans encountered exceptions and may not have been saved<br />
ddd &#8211; JCR &#8212; Could not do this operation, the backing store for this context is read only.<br />
#{emas_fwk_config_ConfigTemplateViewBean.applyAction}: oracle.sysman.emSDK.app.exception.EMSystemException</div>
<p>Thats kind of strange because:</p>
<ul>
<li>The application is up and accessible</li>
<li>The connection to the content server is valid, we use it in Jdeveloper</li>
</ul>
<p>After some searching with no result we contacted Oracle Support. They pointed out a specific tag was needed in the ADF-CONFIG.xml</p>
<pre class="brush: xml">
&lt;doclibC:adf-doclib-config xmlns="http://xmlns.oracle.com/webcenter/doclib/config" primaryConnectionName="KlantRapportenRepository"/&gt;
</pre>
<p>Normally this tag will be inserted on creation of the connection in JDeveloper. For some reason this doesn&#8217;t happens always. No the Mbeans can find the property and create a connection in Weblogic.</p>
<p>If you deploy your connections.xml file in the same ear and the following tag is present in the ADF-CONFIG.XML:</p>
<pre class="brush: xml">
  &lt;jndiC:adf-jndi-config&gt;
    &lt;jndiC:ConnectionsJndiContext initialContextFactoryClass="oracle.adf.share.jndi.InitialContextFactoryImpl" backingStoreURL="META-INF/connections.xml" backingStoreClass="oracle.adf.share.jndi.MDSBackingStore"&gt;
      &lt;jndiC:contextEnv value="true" name="cache_application_scope"/&gt;
    &lt;/jndiC:ConnectionsJndiContext&gt;
  &lt;/jndiC:adf-jndi-config&gt;
</pre>
<p>Your connection will be pre-configured in your Weblogic and you only have to change your server and credentials. </p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>CPU correctiefactoren Oracle licenties</title>
		<link>http://www.yenlo.nl/rubenvanderzwan/2010/08/cpu-correctiefactoren-oracle-licenties/</link>
		<comments>http://www.yenlo.nl/rubenvanderzwan/2010/08/cpu-correctiefactoren-oracle-licenties/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 16:00:57 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle CPU berekening]]></category>
		<category><![CDATA[Oracle licenties]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/rubenvanderzwan/?p=101</guid>

		<description><![CDATA[Het kiezen van de juiste Oracle product- en licentiecombinaties (CPU of toch NUP?) kan complex zijn vanwege de grote keuze aan producten en de grote keuze uit licentiestructuren. Het kiezen van de juiste licentiestructuur is echter zeer belangrijk. Wat voor serverpark heeft u? Hoeveel CPU cores bevatten de servers? Wilt u gebruik gaan maken van [...]]]></description>
		<content:encoded><![CDATA[<p>Het kiezen van de juiste Oracle product- en licentiecombinaties (CPU of toch NUP?) kan complex zijn vanwege de grote keuze aan producten en de grote keuze uit licentiestructuren. Het kiezen van de juiste licentiestructuur is echter zeer belangrijk. Wat voor serverpark heeft u? Hoeveel CPU cores bevatten de servers? Wilt u gebruik gaan maken van virtualisatie of toch juist niet? Allemaal factoren die van invloed zijn op de investering die noodzakelijk is om de juiste Oracle licenties in huis te halen.</p>
<p>Belangrijk om te weten is dat Oracle een correctiefactor gebruikt voor elk type CPU op de markt. U wilt bijvoorbeeld een Oracle database aanschaffen voor een server met 4 CPU&#8217;s elk voorzien van 6 cores, dan betaalt u bij een Intel gebaseerde CPU: (4 * 6) / 0,50 = 12 maal de lijstprijs minus eventuele aanschafkortingen die Yenlo voor u kan verzorgen. Heeft u echter een server met bijvoorbeeld Sun UltraSparc processoren dan betaalt u slechts 6 maal de lijstprijs. De hardware keuze en zaken zoals virtualisatie hebben dus grote invloed op de Oracle licentie investering.</p>
<h5 class="title">Correctiefactor per CPU:</h5>
<p>0.25 voor SUN&#8217;s UltraSPARC T1 processoren (1.0 GHz of 1.2 GHz)<br />
0.50 voor andere SUN&#8217;s UltraSPARC T1 processoren (b.v. 1.4 GHz)<br />
0.50 voor Intel en AMD processoren<br />
0.50 voor SUN&#8217;s UltraSPARC T2 processoren<br />
1.00 voor IBM&#8217;s POWER6 processoren<br />
0.75 voor alle andere multi-core processoren<br />
1.00 voor single-core processoren </p>
<p>Mocht u meer informatie willen hebben over de aanschaf van Oracle licenties, aanschafkortingen, of vrijblijvend tips&amp;trucks ontvangen, neemt u dan gerust contact met mij op, ik help u graag verder.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Glassfish op YouTube</title>
		<link>http://www.yenlo.nl/rubenvanderzwan/2010/08/glassfish-op-youtube/</link>
		<comments>http://www.yenlo.nl/rubenvanderzwan/2010/08/glassfish-op-youtube/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 22:23:07 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[GlassFish]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/rubenvanderzwan/?p=112</guid>

		<description><![CDATA[Naast alle geschreven informatie op bijvoorbeeld websites www.glassfish.nl is er nu ook een heus YouTube channel in het leven geroepen met voorbeelden en strategieën rondom de Oracle Glassfish producten. Met name Alexis  Moussine-Pouchkine maakt er filmpjes namens Oracle en de Glassfish communicty. Recentelijk toegevoegd: de Hudson Provisioning Plugin!
]]></description>
		<content:encoded><![CDATA[<p><a href="http://youtube.com/user/glassfishvideos" target="_blank"><img src="http://www.yenlo.nl/rubenvanderzwan/files/2010/08/TheGlassFishChannel-80_113px.png" alt="" title="TheGlassFishChannel" width="80" height="113" class="alignleft size-full wp-image-113" /></a>Naast alle geschreven informatie op bijvoorbeeld websites <a href="http://www.glassfish.nl">www.glassfish.nl</a> is er nu ook een heus YouTube channel in het leven geroepen met voorbeelden en strategieën rondom de Oracle Glassfish producten. Met name Alexis  Moussine-Pouchkine maakt er filmpjes namens Oracle en de Glassfish communicty. Recentelijk toegevoegd: de Hudson Provisioning Plugin!</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Hoe Agile projecten wel kunnen slagen&#8230;&#8230;.gebruik DEMO!</title>
		<link>http://www.yenlo.nl/rubenvanderzwan/2010/08/agile-projecten-demo/</link>
		<comments>http://www.yenlo.nl/rubenvanderzwan/2010/08/agile-projecten-demo/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 14:11:00 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[IT strategie]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[DEMO modelling]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/rubenvanderzwan/?p=98</guid>

		<description><![CDATA[Sinds geruime tijd worden we weer overspoeld door de kreet &#8220;Agile software ontwikkeling&#8221;. En in essentie is het niet meer of minder dan een conceptueel raamwerk voor het uitvoeren van software ontwikkelingsprojecten als alternatief voor de traditionele starre werkwijzen zoals de bekende waterval methodieken. Deze zogenaamde &#8220;lenige&#8221; of &#8220;behendige&#8221; aanpak, wat de naam suggereert, kent [...]]]></description>
		<content:encoded><![CDATA[<p>Sinds geruime tijd worden we weer overspoeld door de kreet &#8220;Agile software ontwikkeling&#8221;. En in essentie is het niet meer of minder dan een conceptueel raamwerk voor het uitvoeren van software ontwikkelingsprojecten als alternatief voor de traditionele starre werkwijzen zoals de bekende waterval methodieken. Deze zogenaamde &#8220;lenige&#8221; of &#8220;behendige&#8221; aanpak, wat de naam suggereert, kent in de praktijk echter best wat haken en ogen.</p>
<p>Waar projecten momenteel (onder andere) mee te kampen hebben die zogenaamd Agile worden uitgevoerd is het feit dat het ontwerp- en bedrijfsprocesmodeleringfase nog steeds &#8220;star&#8221; en dus niet Agile worden uitgevoerd. Mijn inziens wordt dit mede veroorzaakt doordat de bekende ontwerp- en bedrijfsprocesmodeleringsmethodieken (BPM) nog niet berekend zijn op een software developmentteam die direct Agile aan de slag wil met de bouwfase. Maar gelukkig is er een pragmatische en wetenschappelijke methodiek die ons ook in staat stelt om deze cruciale fase in een project op een Agile wijze in kaart te brengen en flexibel te houden&#8230;..DEMO.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>CHS kiest voor Yenlo Java en Glassfish beheerservice</title>
		<link>http://www.yenlo.nl/blog/2010/08/05/chs-kiest-voor-yenlo-java-en-glassfish-beheerservice/</link>
		<comments>http://www.yenlo.nl/blog/2010/08/05/chs-kiest-voor-yenlo-java-en-glassfish-beheerservice/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 08:00:14 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[Algemeen]]></category>
		<category><![CDATA[Beheerservice]]></category>
		<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/?p=1040</guid>

		<description><![CDATA[CHS, de specialist in Nederland op het gebied van DBC controle en validaties, en Yenlo, specialist op software ontwikkeling (specifiek in het SOA domein met behulp van Oracle en Java technologie) en op het gebied van 7*24 beheer van Java (Glassfish) gerelateerde informatiesystemen, hebben een overeenkomst gesloten voor het volledige beheer en hosting van alle [...]]]></description>
		<content:encoded><![CDATA[<p>CHS, de specialist in Nederland op het gebied van DBC controle en validaties, en Yenlo, specialist op software ontwikkeling (specifiek in het SOA domein met behulp van Oracle en Java technologie) en op het gebied van 7*24 beheer van Java (Glassfish) gerelateerde informatiesystemen, hebben een overeenkomst gesloten voor het volledige beheer en hosting van alle CHS informatiesystemen binnen de Yenlo beheerservice. Voor de komende jaren zal Yenlo voor CHS alle Java (Glassfish, Liferay, openSSO, openESB) en MonetDB gerelateerde zaken actief beheren in haar NEN7510 gecertificeerde datacentrum.</p>
<p>CHS is in 2007 opgericht met als doel het ondersteunen van zorginstellingen en zorgverzekeraars bij het bereiken van hun kwaliteits-, efficiency- en veranderdoelstellingen. Dit wordt gerealiseerd door ze te voorzien van bruikbare stuurinformatie en praktijkgerichte ICT-oplossingen. CHS is specialist rondom volledig geautomatiseerde (en complexe) DBC berekeningen en validaties. Zorgverzekeraars hebben een formele verplichting om controle uit te voeren op alle gedeclareerde zorg. CHS verwerkt jaarlijks meer dan 80% van alle DBC controles in heel Nederland. Naast analyseproducten (waar onder DubDecTM en Cope-controle®) op het gebied van medisch specialistische zorg zijn ook producten ontwikkeld op het gebied van de GGZ en farmacie. Analyseproducten op andere gebieden binnen de zorg, waaronder tandheelkunde, staan in de planning.</p>
<p>Door deze samenwerking bieden CHS en Yenlo een beveiligde, betrouwbare en stabiele omgeving voor zorginstellingen en zorgverzekeraars rondom ondermeer DBC berekeningen en validaties.</p>
<p>De heer M. Persoon, Adjunct Directeur CHS: <em>&#8220;Toen ik op zoek ging naar een partij die de door ons ontwikkelde software betrouwbaar en professioneel kon ondersteunen, was de keuze voor mij gauw gemaakt. Yenlo heeft een uitstekende staat van dienst op de componenten die wij in onze software architectuur gebruiken. Heel specifiek hun kennis op het gebied van Glassfish en openESB, zorgt ervoor dat wij op een veilige en betrouwbare wijze onze dienstverlening kunnen blijven aanbieden aan de zorginstellingen en zorgverzekeraars.&#8221;</em></p>
<p>Klik hier voor meer informatie rondom de <a href="/diensten/beheerservice">beheerservice</a> van Yenlo.</p>
<p><img style="vertical-align: middle" src="http://www.linkedin.com/img/webpromo/btn_in_20x15.gif" border="0" alt="Deel deze informatie op LinkedIN" width="20" height="15" /><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.yenlo.nl/blog/2010/08/05/chs-kiest-voor-yenlo-java-en-glassfish-beheerservice/&amp;source=Yenlo%20website" target="_blank">Deel deze informatie op LinkedIN</a></p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Pretium Groep kiest voor 7*24 beheerservice GlassFish en Oracle</title>
		<link>http://www.yenlo.nl/blog/2010/08/02/pretium-kiest-beheerservice-voor-glassfish-en-oracle/</link>
		<comments>http://www.yenlo.nl/blog/2010/08/02/pretium-kiest-beheerservice-voor-glassfish-en-oracle/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:22:26 +0000</pubDate>
		<dc:creator>Ruben van der Zwan</dc:creator>
				<category><![CDATA[Beheerservice]]></category>
		<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/?p=1067</guid>

		<description><![CDATA[Pretium is een Nederlands bedrijf dat samen met Pretium Telecom en Pretium Finance de Pretium Groep vormt en actief is op de Nederlandse markt sinds 1995. Pretium Telecom is de snelste groeier in de consumentenmarkt voor vaste telefonie, en is inmiddels de derde aanbieder, na KPN en Tele2, in deze markt. Pretium maakt eveneens een [...]]]></description>
		<content:encoded><![CDATA[<p>Pretium is een Nederlands bedrijf dat samen met Pretium Telecom en Pretium Finance de Pretium Groep vormt en actief is op de Nederlandse markt sinds 1995. Pretium Telecom is de snelste groeier in de consumentenmarkt voor vaste telefonie, en is inmiddels de derde aanbieder, na KPN en Tele2, in deze markt. Pretium maakt eveneens een sterke groei door op de Nederlandse markt. Het aanbod van Pretium Veilingen, Privileges, Prijzenpot en Extra&#8217;s is uniek in Nederland en Pretium heeft dan ook geen concurrenten.</p>
<p>De Pretium Groep en Yenlo, specialist op software ontwikkeling (specifiek in het SOA domein met behulp van Oracle en Java technologie) en op het gebied van 7*24 beheer van Java (Glassfish) en Oracle gerelateerde informatiesystemen, hebben een overeenkomst gesloten voor het volledige beheer en hosting van alle Pretium Groep informatiesystemen binnen de Yenlo beheerservice. Voor de komende jaren zal Yenlo voor de Pretium Groep alle Java en Oracle (Glassfish Applicatieserver en Enterprise Service Bus, Oracle databases en Oracle Fusion Middleware platformen) gerelateerde zaken actief beheren in haar NEN7510 / ISO9000 gecertificeerde datacentrum. De beheerservice betreft zowel de hardware, de hosting als ook het 7*24 technisch en functioneel bewaken van de gehele applicatie- en database omgeving(en).</p>
<p>Klik hier voor meer informatie rondom de <a href="/diensten/beheerservice">beheerservice</a> van Yenlo.</p>
<p><img style="vertical-align: middle" src="http://www.linkedin.com/img/webpromo/btn_in_20x15.gif" border="0" alt="Deel deze informatie op LinkedIN" width="20" height="15" /><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.yenlo.nl/blog/2010/08/02/pretium-kiest-beheerservice-voor-glassfish-en-oracle/&amp;source=Yenlo%20website" target="_blank">Deel deze informatie op LinkedIN</a></p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Calling Oracle Stored Procedures from EclipseLink with multiple OUT parameters</title>
		<link>http://www.yenlo.nl/woutervanreeven/2010/07/30/calling-oracle-stored-procedures-from-eclipselink-with-multiple-out-parameters/</link>
		<comments>http://www.yenlo.nl/woutervanreeven/2010/07/30/calling-oracle-stored-procedures-from-eclipselink-with-multiple-out-parameters/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:49:19 +0000</pubDate>
		<dc:creator>Wouter van Reeven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/woutervanreeven/?p=86</guid>

		<description><![CDATA[In Oracle databases it is very customary to perform operations by calling PL/SQL stored procedures and functions. Currently I am developing a Java EE application with an Oracle database which basically means that lots of PL/SQL calls need to be done from Java. We have chosen EclipseLink as JPA layer. The EclipseLink WIKI contains many [...]]]></description>
		<content:encoded><![CDATA[<p>In Oracle databases it is very customary to perform operations by calling PL/SQL stored procedures and functions. Currently I am developing a Java EE application with an Oracle database which basically means that lots of PL/SQL calls need to be done from Java. We have chosen EclipseLink as JPA layer. The <a href="http://wiki.eclipse.org/EclipseLink">EclipseLink WIKI</a> contains many excellent examples on how to call PL/SQL stored procedures and functions. However, all examples I could find only show how to call these procedures and function when no or at most one return value is to be expected. What if the procedure contains more than one OUT parameter?</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>ADF11g Drag &amp; Drop broken in FireFox 3 Fixed</title>
		<link>http://www.yenlo.nl/harryvanoosten/2010/07/28/adf11g-drag-drop-broken-in-firefox-3-fixed/</link>
		<comments>http://www.yenlo.nl/harryvanoosten/2010/07/28/adf11g-drag-drop-broken-in-firefox-3-fixed/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:17:30 +0000</pubDate>
		<dc:creator>Harry van Oosten</dc:creator>
				<category><![CDATA[ADF 11G]]></category>
		<category><![CDATA[Faces]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Fusion Middleware]]></category>
		<category><![CDATA[ADF 11g]]></category>
		<category><![CDATA[Drag and Drop]]></category>
		<category><![CDATA[Oralce]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/harryvanoosten/?p=387</guid>

		<description><![CDATA[Earlier I posted about the fact that Drag and Drop functionality was broken with FireFox 3.
There&#8217;s a bug fix to address this issue. You can find it on Metalink under the number 9538640.
]]></description>
		<content:encoded><![CDATA[<p>Earlier I <a href="http://www.yenlo.nl/harryvanoosten/2010/04/12/adf11g-drag-drop-broken-in-firefox-3/">posted </a>about the fact that Drag and Drop functionality was broken with FireFox 3.</p>
<p>There&#8217;s a bug fix to address this issue. You can find it on Metalink under the number 9538640.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>ADF 11g and Webcenter; Using file based MDS repository for customization</title>
		<link>http://www.yenlo.nl/harryvanoosten/2010/07/12/adf-11g-and-webcenter-using-file-based-mds-repository-for-customization/</link>
		<comments>http://www.yenlo.nl/harryvanoosten/2010/07/12/adf-11g-and-webcenter-using-file-based-mds-repository-for-customization/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 07:00:46 +0000</pubDate>
		<dc:creator>Harry van Oosten</dc:creator>
				<category><![CDATA[ADF 11G]]></category>
		<category><![CDATA[Faces]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MDS]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Fusion Middleware]]></category>
		<category><![CDATA[Webcenter]]></category>
		<category><![CDATA[Weblogic]]></category>
		<category><![CDATA[ADF 11g]]></category>
		<category><![CDATA[Customization]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/harryvanoosten/?p=311</guid>

		<description><![CDATA[One of the benefits for using the Webcenter technology is customization. This  feature can be used to personalize the application for different end users.
Based on the standard application, smaller or larger changes (deltas) can be applied by the runtime system. The adjustments can be created both at design time (seeded customization) and specified  [...]]]></description>
		<content:encoded><![CDATA[<p>One of the benefits for using the Webcenter technology is customization. This  feature can be used to personalize the application for different end users.</p>
<p>Based on the standard application, smaller or larger changes (deltas) can be applied by the runtime system. The adjustments can be created both at design time (seeded customization) and specified  at run-time (via the Change Persistence Framework).</p>
<p>We were struggling to get this to work in our application.  In the end we got it and I want to share how.</p>
<p>We only concentrated on the design time customization.</p>
<p>There are a few steps that need to be done to get it to work:</p>
<ol>
<li>Configure application and Weblogic server</li>
<li>Configure JDeveloper</li>
<li>Doing the design time customization</li>
<li>Deployment of customizations</li>
</ol>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>How to MonetDB on Oracle Enterprise Linux 5.5</title>
		<link>http://www.yenlo.nl/johnpaulvanhelvoort/2010/07/how-to-monetdb-on-oracle-enterprise-linux-5-5/</link>
		<comments>http://www.yenlo.nl/johnpaulvanhelvoort/2010/07/how-to-monetdb-on-oracle-enterprise-linux-5-5/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 19:26:00 +0000</pubDate>
		<dc:creator>John Paul van Helvoort</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MonetDB]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/johnpaulvanhelvoort/?p=2952</guid>

		<description><![CDATA[For those of you who are trying to install MonetDB on OEL 5.5 x86_64 , here is a little how to based on my experience.
First install a basic OS and configure the public yum repo from oracle
( see my previous post on this )
Now install some missing packages by executing the following yum install command [...]]]></description>
		<content:encoded><![CDATA[<p>For those of you who are trying to install MonetDB on OEL 5.5 x86_64 , here is a little how to based on my experience.</p>
<p>First install a basic OS and configure the public yum repo from oracle<br />
( see my previous <a href="http://www.yenlo.nl/johnpaulvanhelvoort/2009/04/public-yum-server-for-enterprise-linux/">post</a> on this )</p>
<p>Now install some missing packages by executing the following yum install command :</p>
<div class="codesnip-container" >yum -y install bzip2 bzip2-devel openssl.i686 openssl.x86_64 openssl-devel*  zlib.i386 zlib.x86_64  zlib-devel  libc*  curl-devel.i386  libxslt*  libXp libXtst  glibc-devel strace  java gcc</div>
<p>Create a MonetDB user ( as root ):</p>
<div class="codesnip-container" >groupadd minstall<br />
groupadd dba<br />
useradd -m -g minstall -G dba monet</div>
<p>Download :</p>
<p><a href="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.zip">ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.zip</a><br />
<a href="http://dev.monetdb.org/downloads/sources/Feb2010-SP2/MonetDB-Feb2010-SuperBall-SP2.tar.bz2">http://dev.monetdb.org/downloads/sources/Feb2010-SP2/MonetDB-Feb2010-SuperBall-SP2.tar.bz2</a></p>
<p>Install PCRE 8.10 ( as root )</p>
<div class="codesnip-container" >./configure &#8211;enable-utf8<br />
make install</div>
<p>Prepair MonetDB installation ( as root )</p>
<div class="codesnip-container" >mkdir -p /u00/MonetDB</div>
<div class="codesnip-container" >chown -R monet:minstall /u00</div>
<p>Install MonetDB ( as monet )</p>
<div class="codesnip-container" >./monetdb-install.sh  &#8211;enable-sql &#8211;prefix=/u00/MonetDB/</div>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
	<item>
		<title>Screencasts for Milestone 2 of GlassFish 3.1</title>
		<link>http://www.yenlo.nl/thomastromp/2010/07/06/screencasts-for-milestone-2-of-glassfish-3-1/</link>
		<comments>http://www.yenlo.nl/thomastromp/2010/07/06/screencasts-for-milestone-2-of-glassfish-3-1/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:04:47 +0000</pubDate>
		<dc:creator>Thomas Tromp</dc:creator>
				<category><![CDATA[Glassfish]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://www.yenlo.nl/thomastromp/?p=49</guid>

		<description><![CDATA[The two 5-minute screencasts focus on more clustering (ssh-based) features and websockets support (Grizzly-powered).
Please click here for more information about these screencasts.
]]></description>
		<content:encoded><![CDATA[<p>The two 5-minute screencasts focus on more clustering (ssh-based) features and websockets support (Grizzly-powered).</p>
<p>Please <a href="http://blogs.sun.com/theaquarium/entry/screencasts_for_milestone_2_of">click here </a>for more information about these screencasts.</p>
]]></content:encoded>


		<wfw:commentRss></wfw:commentRss>
		</item>
</channel>
</rss>
<!-- 207 queries 0.000 seconds. -->
