<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pillai's</title>
	<atom:link href="http://pillais.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pillais.wordpress.com</link>
	<description>Technology and Everything.....</description>
	<lastBuildDate>Tue, 01 Mar 2011 21:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pillais.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pillai's</title>
		<link>http://pillais.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pillais.wordpress.com/osd.xml" title="Pillai&#039;s" />
	<atom:link rel='hub' href='http://pillais.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Connecting to Oracle 11g from Grails</title>
		<link>http://pillais.wordpress.com/2010/10/20/connecting-to-oracle-11g-from-grails/</link>
		<comments>http://pillais.wordpress.com/2010/10/20/connecting-to-oracle-11g-from-grails/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 01:06:24 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Oracle11g]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=61</guid>
		<description><![CDATA[If you are connecting to Oracle 11g and getting Hibernate Dialect related error, try adding following in the DataSource.groovy file dialect=&#8217;org.hibernate.dialect.Oracle10gDialect&#8217;. You should add this in the datasource section and not in the hibernate section<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=61&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are connecting to Oracle 11g and getting Hibernate Dialect related error, try adding following in the DataSource.groovy file<br />
dialect=&#8217;org.hibernate.dialect.Oracle10gDialect&#8217;.<br />
You should add this in the datasource section and not in the hibernate section</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=61&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2010/10/20/connecting-to-oracle-11g-from-grails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>
	</item>
		<item>
		<title>Grails + Oracle</title>
		<link>http://pillais.wordpress.com/2010/10/19/grails-oracle/</link>
		<comments>http://pillais.wordpress.com/2010/10/19/grails-oracle/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 02:38:25 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=62</guid>
		<description><![CDATA[If you are wondering how to use Grails  (from windows) with Oracle, Download Grails from Grails  website. I used version 1.3.5 Unzip to your local folder (c:\grails-1.3.5) You have to detine environment variable  JAVA_HOME. Ponit JAVA_HOME to your JDK. I am using version 5.0 Include the bin directory of grails installation into your PATH variable. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=62&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are wondering how to use <a title="Grails" href="http://www.grails.org/" target="_blank">Grails </a> (from windows) with Oracle,</p>
<ul>
<li><a href="http://www.grails.org/download/file?mirror=178" target="_blank">Download </a>Grails from Grails  website. I used version 1.3.5</li>
<li>Unzip to your local folder (c:\grails-1.3.5)</li>
<li>You have to detine environment variable  JAVA_HOME. Ponit JAVA_HOME to your JDK. I am using version 5.0</li>
<li>Include the bin directory of grails installation into your PATH variable. (set PATH=%PATH%;c:\grails-1.3.5\bin)</li>
<li>Test your installation. Open a comman prompt window and type grails. You should see like below</li>
</ul>
<p>C:\Users\xx&gt;grails<br />
Welcome to Grails 1.3.5 &#8211; <a href="http://grails.org/">http://grails.org/</a><br />
Licensed under Apache Standard License 2.0<br />
Grails home is set to: C:\grails-1.3.5</p>
<p>No script name specified. Use &#8216;grails help&#8217; for more info or &#8216;grails interactive&#8217; to enter interactive mode<br />
C:\Users\xx&gt;</p>
<ul>
<li>If you see any error message, fix them before proceeding to next step</li>
<li> You can see following steps in <a href="http://grails.org/Quick+Start" target="_blank">Grails website</a></li>
<li>Create a new project using command, <strong>grails create-app my-project, </strong>from command prompt. You issue this comman from any custom directory you have created for this project</li>
<li>Configure Data Source. This is optional, but this where we have setup if we need to connect Oracle Database. Following example shows what I have done to connect to my Oracle Database. You need to modify the DataSource.groovy file like below.</li>
</ul>
<p>             dataSource {<br />
                    pooled = true<br />
                    driverClassName = &#8220;oracle.jdbc.OracleDriver&#8221;<br />
                    username = &#8220;&lt;schema_name&gt;&#8221;<br />
                    password = &#8220;&lt;schema_password&gt;&#8221;<br />
                  }<br />
                  hibernate {<br />
                       cache.use_second_level_cache = true<br />
                       cache.use_query_cache = true<br />
                       cache.provider_class = &#8216;net.sf.ehcache.hibernate.EhCacheProvider&#8217;<br />
                   }<br />
                 // environment specific settings<br />
                   environments {<br />
                  development {<br />
                          dataSource {<br />
                                       dbCreate = &#8220;create-drop&#8221; // one of &#8216;create&#8217;, &#8216;create-drop&#8217;,'update&#8217;<br />
                                        url =&#8221;jdbc:oracle:thin:@&lt;ServerName&gt;:&lt;Port&gt;:&lt;SID&gt;&#8221;<br />
                                  }<br />
                   }<br />
                   test {<br />
                           dataSource {<br />
                                        dbCreate = &#8220;update&#8221;<br />
                                         url = &#8220;jdbc:oracle:thin:@&lt;ServerName&gt;:&lt;Port&gt;:&lt;SID&gt;&#8221;<br />
                            }<br />
                     }<br />
                     production {<br />
                                     dataSource {<br />
                                            dbCreate = &#8220;update&#8221;<br />
                                            url =&#8221;jdbc:oracle:thin:@&lt;ServerName&gt;:&lt;Port&gt;:&lt;SID&gt;&#8221;<br />
                                    }<br />
                      }<br />
               }</p>
<p>You have to use appropriate server names, ports and SID names</p>
<ul>
<li>Now you have to copy ojdbc14.jar to the lib directory of your Grails Application. This Oracel jar file you can get from any Oracle installation. For example if you have install SQLDeveloper, JDeveloper or Orcel XE you should be able to find this jar file within the subdirectory.</li>
<li>Now create domain class using command  <strong>grails create-domain-class book</strong></li>
<li>The above command should create Book.groovy. Edit the Book.groovy file and add your attributes. This should match with your table field names. I added like below as suggested in Grails site,</li>
</ul>
<pre>class Book {
    String title
    String author
}</pre>
<ul>
<li>Create controller, <strong>grails create-controller my.project.Book</strong></li>
<li>Above command should create file BookController.groovy. Modify this controller file like below as suggested in the Grails website</li>
</ul>
<pre>class BookController {
     def scaffold = Book // Note the capital "B"
}</pre>
<ul>
<li>Start Grails, <strong>grails run-app </strong>and point to <a href="http://localhost:8080/my-project/book/list">http://localhost:8080/my-project/book/list</a> You should see like below,</li>
</ul>
<p> <a href="http://pillais.files.wordpress.com/2010/10/grails-list.png"><img class="alignnone size-full wp-image-65" title="Grails List" src="http://pillais.files.wordpress.com/2010/10/grails-list.png?w=700&#038;h=171" alt="" width="700" height="171" /></a><a href="http://pillais.files.wordpress.com/2010/10/grails-list.png"></a></p>
<p><strong> </strong></p>
<div id="_mcePaste" class="mcePaste" style="position:absolute;width:1px;height:1px;overflow:hidden;top:0;left:-10000px;">﻿</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=62&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2010/10/19/grails-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2010/10/grails-list.png" medium="image">
			<media:title type="html">Grails List</media:title>
		</media:content>
	</item>
		<item>
		<title>How to extend a VO in Oracle OAFramework</title>
		<link>http://pillais.wordpress.com/2008/11/10/how-to-extend-a-vo-in-oracle-oaframework/</link>
		<comments>http://pillais.wordpress.com/2008/11/10/how-to-extend-a-vo-in-oracle-oaframework/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:13:31 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=40</guid>
		<description><![CDATA[Suppose that you want to change the sql in a LOV, how will you do that in oaframework? Ok, first make sure that you did set up your JDeveloper Environment correctly for oaframework. Now enable personalizations. Go to the page which has the LOV that you want to change. Let’s extend supplier lov in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=40&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">Suppose that you want to change the sql in a LOV, how will you do that in oaframework? Ok, first make sure that you did set up your JDeveloper Environment correctly for oaframework. Now enable personalizations. Go to the page which has the LOV that you want to change. Let’s extend supplier lov in the receiving screen in iProcurement. So go to the “Receiving” tab and click on “Return” items. You will get screen like below</div>
<div class="mceTemp">
<div id="attachment_43" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-43" title="Return Items" src="http://pillais.files.wordpress.com/2008/12/return1.jpg?w=600&#038;h=298" alt="Return Items" width="600" height="298" /><p class="wp-caption-text">Return Items</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Now click on the LOV “torch” for Supplier field, you should get screen like below.</span></p>
<div id="attachment_47" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-47" title="Supplier LOV" src="http://pillais.files.wordpress.com/2008/12/ss-12222008-034423pm.jpg?w=600&#038;h=273" alt="Supplier LOV" width="600" height="273" /><p class="wp-caption-text">Supplier LOV</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">In this page click on the “About Page” link at the bottom. Click on the Business Objects and you should get page like below</span></p>
<div id="attachment_48" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-48" title="AboutPage" src="http://pillais.files.wordpress.com/2008/12/aboutpage.jpg?w=600&#038;h=378" alt="AboutPage" width="600" height="378" /><p class="wp-caption-text">AboutPage</p></div>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Now from this screen you should be able to see the VO Name for the LOV. Since we have to change “Supplier” LOV you can figure out that the VO which we have to extend is SupplierAndSiteLovVO</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span><span style="font-size:small;font-family:Times New Roman;">Note the full name of the VO, oracle.apps.icx.lov.server.SupplierAndSiteLovVO. You should have a class named SupplierAndSiteLovVO.class in the directory &lt;JDeveloper Install Directory&gt;/jdevhome/jdev/myclasses/oracle/apps/icx/lov/server</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span><span style="font-size:12pt;font-family:&quot;">Now in Jdeveloper, click on “Add to &lt;your project name&gt;.jpr….” link in the “Project” menu like below, in my case project name is ExtendLbSolution</span></p>
<div class="mceTemp"><img class="size-full wp-image-54" title="Addtoproject" src="http://pillais.files.wordpress.com/2008/12/addtoproject1.jpg?w=370&#038;h=159" alt="Addtoproject" width="370" height="159" /></div>
<div class="mceTemp">
<p class="MsoNormal" style="margin:0;"><span style="font-family:Times New Roman;">When you get<span> </span>“Add Files or Directories to &lt;your project name&gt;.jpr” window, open the server.xml file from &lt;JDeveloper Install Directory&gt;/jdevhome/jdev/myclasses/oracle/apps/icx/lov/server directory. This will create a library in your Jdeveloper project (oracle.apps.icx.server). If you expand this you will see all the VOs and AMs from that directory.</span></p>
<p class="MsoNormal" style="margin:0;">
<p class="MsoNormal" style="margin:0;"><span style="font-family:Times New Roman;">You have to make sure that you have completed these steps before proceeding further. </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-family:Times New Roman;">Now lets extend Oracles’s class SupplierAndSiteLovVO. </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span>1)<span style="font:7pt &quot;"> </span></span>Now that you have added Oracle library to your project you should get something similar to shown below. Not that I have added oracle.apps.icx.lov.server to my project demo1.jpr</span></p>
<div class="mceTemp">
<div id="attachment_50" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-50" title="Oraclelibrary" src="http://pillais.files.wordpress.com/2008/12/oraclelibrary.jpg?w=500&#038;h=433" alt="Oraclelibrary" width="500" height="433" /><p class="wp-caption-text">Oraclelibrary</p></div>
</div>
</div>
<div class="mceTemp">
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span style="font-size:small;">2) Now create a new “Business Components Package”. I created oa.demo so that all my new classes will be deployed in this package. Click on “New” from “File” menu and choose “Business Components Package” like below</span></span></p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-51" title="Businesscomponents" src="http://pillais.files.wordpress.com/2008/12/businesscomponents.jpg?w=600&#038;h=427" alt="Businesscomponents" width="600" height="427" /><p class="wp-caption-text">Businesscomponents</p></div>
</div>
<div class="mceTemp">
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">3)</span><span style="font:7pt &quot;"> </span></span><span style="font-size:small;"><span> </span>Now let’s create a new View Object. Like above create a new components and this time choose “View Object” from the “Business Componets (BC4J)” list</span></span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">4)</span><span style="font:7pt &quot;"> </span></span><span style="font-size:small;">First you will get the Welcome screen in the wizard click next . Choose oracle.apps.icx.lov.server.SupplierAndSiteLovVo in the “Extends View Object”. Package should be your package name and Name is your package name</span></span></p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 602px"><img class="size-full wp-image-52" title="Extendvo" src="http://pillais.files.wordpress.com/2008/12/extendvo.jpg?w=592&#038;h=252" alt="Extendvo" width="592" height="252" /><p class="wp-caption-text">Extendvo</p></div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=40&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/11/10/how-to-extend-a-vo-in-oracle-oaframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/return1.jpg" medium="image">
			<media:title type="html">Return Items</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/ss-12222008-034423pm.jpg" medium="image">
			<media:title type="html">Supplier LOV</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/aboutpage.jpg" medium="image">
			<media:title type="html">AboutPage</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/addtoproject1.jpg" medium="image">
			<media:title type="html">Addtoproject</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/oraclelibrary.jpg" medium="image">
			<media:title type="html">Oraclelibrary</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/businesscomponents.jpg" medium="image">
			<media:title type="html">Businesscomponents</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/12/extendvo.jpg" medium="image">
			<media:title type="html">Extendvo</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set up your JDeveloper Environment for OAFramework</title>
		<link>http://pillais.wordpress.com/2008/10/12/how-to-set-up-your-jdeveloper-environment-for-oaframework/</link>
		<comments>http://pillais.wordpress.com/2008/10/12/how-to-set-up-your-jdeveloper-environment-for-oaframework/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:48:49 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=30</guid>
		<description><![CDATA[ You can see many notes in metalink as well as many other websites which explains this in detail. However I will just go thru the setups briefly 1)     Download the patch () from Metalink – Note that this patch is just a zip file, you just need to unzip to your directory 2)     Once patch is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=30&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span><span style="font-size:small;font-family:Times New Roman;">You can see many notes in metalink as well as many other websites which explains this in detail. However I will just go thru the setups briefly </span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">1)</span><span style="font:7pt &quot;">     </span></span><span style="font-size:small;">Download the patch () from Metalink – Note that this patch is just a zip file, you just need to unzip to your directory</span></span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">2)</span><span style="font:7pt &quot;">     </span></span><span style="font-size:small;">Once patch is downloaded click on jdev.exe in from where you unzipped and make sure that you are getting JDeveloper window</span></span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">3)</span><span style="font:7pt &quot;">     </span></span><span style="font-size:small;">You need to download all class files from your JAVA_TOP from the server to desktop. I have downloaded all files, you can just download icx directory. Go to $JAVA_TOP in your server and zip everything from oracle. FTP this zip file to your descktop and unzip to &lt;JDeveloper Install Directory&gt;/jdevhome/jdev/myclasses </span></span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">4)</span><span style="font:7pt &quot;">     </span></span><span style="font-size:small;">Now you have to copy the dbc file from your server to desktop. You should have the dbc file in your server under $FND_TOP/secure directory. Copy the &lt;SID&gt;.dbc file to &lt;JDeveloper Install Directory&gt;/jdevhome/jdev/system9.xxx/oa/dbc_files/secure in your desktop</span></span></p>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span style="font-family:Times New Roman;"><span><span style="font-size:small;">5)</span><span style="font:7pt &quot;">     </span></span><span style="font-size:small;">In JDeveloper, create a new workspace and a new project. Once a project is created, go to the menu “Project” and click on “Project Settings” You should see the screen like below. You should choose your dbc file</span></span></p>
<div id="attachment_38" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-38" title="Project Settings" src="http://pillais.files.wordpress.com/2008/10/ss-12202008-105441am1.jpg?w=600&#038;h=425" alt="Project Settings" width="600" height="425" /><p class="wp-caption-text">Project Settings</p></div>
<p class="MsoNormal" style="text-indent:-.25in;margin:0 0 0 .5in;"><span>6)<span style="font:7pt &quot;">     </span></span>You should create a database connection for your server too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=30&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/10/12/how-to-set-up-your-jdeveloper-environment-for-oaframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>

		<media:content url="http://pillais.files.wordpress.com/2008/10/ss-12202008-105441am1.jpg" medium="image">
			<media:title type="html">Project Settings</media:title>
		</media:content>
	</item>
		<item>
		<title>How to enable personalizations in Oracle 11i</title>
		<link>http://pillais.wordpress.com/2008/09/22/how-to-enable-personalizations-in-oracle-11i/</link>
		<comments>http://pillais.wordpress.com/2008/09/22/how-to-enable-personalizations-in-oracle-11i/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 19:47:00 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=26</guid>
		<description><![CDATA[You can enable personalizations at any level. Normally you should enable for a particular person who maintains the personalizations. Set  following profile option to ‘Yes’ to enable personalizations   Personalize Sefl-Service Defn<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=26&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">You can enable personalizations at any level. Normally you should enable for a particular person who maintains the personalizations. Set<span>  </span>following profile option to ‘Yes’ to enable personalizations </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;">Personalize Sefl-Service Defn</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=26&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/09/22/how-to-enable-personalizations-in-oracle-11i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>
	</item>
		<item>
		<title>Accessing Oracle Database from Unix Shell Script</title>
		<link>http://pillais.wordpress.com/2008/08/05/accessing-oracle-database-from-unix-shell-script/</link>
		<comments>http://pillais.wordpress.com/2008/08/05/accessing-oracle-database-from-unix-shell-script/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 18:47:39 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[shell oracle]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=21</guid>
		<description><![CDATA[Many times when you develop shell script for deployment or batch job often you have to check some database field values. I will show you how you can access database field value into unix shell variable. DB_CHECK=NOTOK DB_CHECK=`sqlplus -s user_name/&#60;pass_word&#62; &#60;&#60;EOF set pages 0 set lines 2000 set heading off select &#8216;OK&#8217; from dual; exit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=21&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Many times when you develop shell script for deployment or batch job often you have to check some database field values. I will show you how you can access database field value into unix shell variable.</p>
<p>DB_CHECK=NOTOK</p>
<p>DB_CHECK=`sqlplus -s user_name/&lt;pass_word&gt; &lt;&lt;EOF</p>
<p>set pages 0</p>
<p>set lines 2000</p>
<p>set heading off</p>
<p>select &#8216;OK&#8217; from dual;</p>
<p>exit</p>
<p>EOF`</p>
<p>echo $DB_CHECK</p>
<p>Here you can have multiple line in the select statement. If you have multiple lines you have to put &#8216;\&#8217; at the end of each line except the last line.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pillais.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pillais.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=21&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/08/05/accessing-oracle-database-from-unix-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>
	</item>
		<item>
		<title>Forgot default password for OWSM ?</title>
		<link>http://pillais.wordpress.com/2008/04/11/forgot-default-password-for-owsm/</link>
		<comments>http://pillais.wordpress.com/2008/04/11/forgot-default-password-for-owsm/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 16:22:05 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=20</guid>
		<description><![CDATA[The default password for administration user (admin) of OWSM is oracle. In any case if you are not able to login with that user, you can create a new user with a new password. Login into the machine where you installed your SOA components. Change your directory to &#8230;/owsm/bin. OR just find the file manageUserGroups.properties using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=20&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The default password for administration user (admin) of OWSM is oracle. In any case if you are not able to login with that user, you can create a new user with a new password.</p>
<p>Login into the machine where you installed your SOA components. Change your directory to &#8230;/owsm/bin. OR just find the file manageUserGroups.properties using command &#8220;find . -name manageUserGroups.properties&#8221;</p>
<p>Create following entries in the file</p>
<p>user_id=&lt;YOUR USER ID eg: admin1 &gt;<br />
user_name=&lt;YOUR USER NAME eg:admin user name &gt;<br />
user_password=&lt;YOUR PASSWORD eg:welcome1&gt;<br />
<a href="mailto:user_email=admin@xyz.com">user_email=admin@xyz.com</a></p>
<p>group_id=su1-grp<br />
group_desc=super user group</p>
<p>Now we will create this user using following commands like below.</p>
<p>wsmadmin.sh manageUserGroups addUser<br />
wsmadmin.sh manageUserGroups  addUserGroup</p>
<p>Try loging with your new user name and password</p>
<p>http://&lt;yourhost&gt;:&lt;port:/ccore</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pillais.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pillais.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=20&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/04/11/forgot-default-password-for-owsm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Started with Oracle BAM</title>
		<link>http://pillais.wordpress.com/2008/03/27/getting-started-with-oracle-bam/</link>
		<comments>http://pillais.wordpress.com/2008/03/27/getting-started-with-oracle-bam/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:29:00 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=12</guid>
		<description><![CDATA[What is Business Activity Monitor (BAM) ? BAM is not a just a tool for reporting or creating executive dashboards. BAM provides the ability to take corrective action in production environment by using real-time operational dashboards and monitoring business process/services or alerts. Once you install Oracle BAM, you will get four components. You should navigate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=12&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What is Business Activity Monitor (BAM) ? BAM is not a just a tool for reporting or creating executive dashboards. BAM provides the ability to take corrective action in production environment by using real-time operational dashboards and monitoring business process/services or alerts.</p>
<p>Once you install Oracle BAM, you will get four components. You should navigate to the start page which is by default http://localhost:/oraclebm. Once you authenticate yourself using the username/password you used while installation, you will receive the starting page. In this starting page you can see link to Active Viewer, Active Studio, Architect and Administrator.</p>
<p>I will explain how to create a simple report by connecting to an Oracle Database. First step you have to do is to create an external data source. In order to do this, click on the Architect link. Select &#8220;External Data Sources&#8221; from the top left corner from the Architect screen. You should get screen like below</p>
<p><a href="http://bp1.blogger.com/_pbs__OBonpw/R8bmaN45S5I/AAAAAAAAAC0/bg0uh_p-his/s1600-h/bam-architect-initial.JPG"><img src="http://bp1.blogger.com/_pbs__OBonpw/R8bmaN45S5I/AAAAAAAAAC0/bg0uh_p-his/s200/bam-architect-initial.JPG" style="width:188px;cursor:pointer;height:106px;" border="0" height="151" width="278" /></a><br />
Click on the Create link. You should get a screen like shown below.<br />
As you can see in the picture enter a name and description for the Data Source. In the Driver field enter &#8220;Microsoft ODBC for Oracle&#8221;. This should be entered exactly as you can see in the &#8220;ODBC Data Source Administrator&#8221; screen. Enter user name and password for the Oracle Database. In the Connection String field enter &#8220;server=&#8221;.<br />
<a href="http://bp1.blogger.com/_pbs__OBonpw/R8b8BN45S6I/AAAAAAAAAC8/CJcA-3iyy6s/s1600-h/bam-data-sources.jpg"><img src="http://bp1.blogger.com/_pbs__OBonpw/R8b8BN45S6I/AAAAAAAAAC8/CJcA-3iyy6s/s200/bam-data-sources.jpg" style="float:left;cursor:pointer;margin:0 10px 10px 0;" border="0" /></a><br />
Now that you have created an external data source, you are ready to create data objects.</p>
<p>Choose &#8220;Data Objects&#8221; and click on create link. You should get screen shown below.<a href="http://bp3.blogger.com/_pbs__OBonpw/R8b_It45S7I/AAAAAAAAADE/f1Fr6F1jRrs/s1600-h/bam-data-object.jpg"><img src="http://bp3.blogger.com/_pbs__OBonpw/R8b_It45S7I/AAAAAAAAADE/f1Fr6F1jRrs/s200/bam-data-object.jpg" style="float:right;cursor:pointer;margin:0 0 10px 10px;" border="0" /></a><br />
Enter name of the database object as you like. Click on the &#8220;External Data Source&#8221; and you can choose the database name in the &#8220;External Data Source&#8221;. Type in the actual table name in the &#8220;External Table Name&#8221; field. This should be the actual database table name.<br />
Then click on &#8220;Add a field&#8221; link and enter proper values for the database table field. External Field Name should be same your database table field name.</p>
<p>You are set to start creating a new report in BAM. What I have done is created a view which shows sum of amount for different countries.</p>
<p>On the start page of BAM, click on &#8220;Active Studio&#8221;<br />
<a href="http://bp0.blogger.com/_pbs__OBonpw/R8cLUt45S9I/AAAAAAAAADU/oYytKPT8YbM/s1600-h/create-report-1.jpg"><img src="http://bp0.blogger.com/_pbs__OBonpw/R8cLUt45S9I/AAAAAAAAADU/oYytKPT8YbM/s200/create-report-1.jpg" style="float:left;cursor:pointer;margin:0 10px 10px 0;" border="0" /></a>You should get window like shown on the left side. This shows different templates. You can choose the one that fits your requirements. I have chosen a simple one, first template. Click on the first icon. You can click on the top and enter a title. From the different icons click on &#8220;3D Bar Chart&#8221;. You will get a window like one shown below right side.</p>
<p><a href="http://bp0.blogger.com/_pbs__OBonpw/R8cMMt45S-I/AAAAAAAAADc/OB7ysLEGAbY/s1600-h/bam-report-2.jpg"><img src="http://bp0.blogger.com/_pbs__OBonpw/R8cMMt45S-I/AAAAAAAAADc/OB7ysLEGAbY/s200/bam-report-2.jpg" style="float:right;cursor:pointer;margin:0 0 10px 10px;" border="0" /></a>You can choose the data object that you want for this report. Choose the view you have created for this report and press next button. You will get window like show below left side. Choose the fields you want to group by and the fields you want to show as the chart values.</p>
<p><a href="http://bp1.blogger.com/_pbs__OBonpw/R8cQj945S_I/AAAAAAAAADk/lZMP_STx4hQ/s1600-h/bam-report-3.jpg"><img src="http://bp1.blogger.com/_pbs__OBonpw/R8cQj945S_I/AAAAAAAAADk/lZMP_STx4hQ/s200/bam-report-3.jpg" style="float:left;cursor:pointer;margin:0 10px 10px 0;" border="0" /></a></p>
<p>Press next button and you should<a href="http://bp1.blogger.com/_pbs__OBonpw/R8cRJ945TAI/AAAAAAAAADs/J7Fs-AGhzZQ/s1600-h/bam-report-4.jpg"><img src="http://bp1.blogger.com/_pbs__OBonpw/R8cRJ945TAI/AAAAAAAAADs/J7Fs-AGhzZQ/s200/bam-report-4.jpg" style="float:right;cursor:pointer;margin:0 0 10px 10px;" border="0" /></a> see your report. If you have created view appropriately you should get a chart like one show on the right side.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pillais.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pillais.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=12&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/03/27/getting-started-with-oracle-bam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>

		<media:content url="http://bp1.blogger.com/_pbs__OBonpw/R8bmaN45S5I/AAAAAAAAAC0/bg0uh_p-his/s200/bam-architect-initial.JPG" medium="image" />

		<media:content url="http://bp1.blogger.com/_pbs__OBonpw/R8b8BN45S6I/AAAAAAAAAC8/CJcA-3iyy6s/s200/bam-data-sources.jpg" medium="image" />

		<media:content url="http://bp3.blogger.com/_pbs__OBonpw/R8b_It45S7I/AAAAAAAAADE/f1Fr6F1jRrs/s200/bam-data-object.jpg" medium="image" />

		<media:content url="http://bp0.blogger.com/_pbs__OBonpw/R8cLUt45S9I/AAAAAAAAADU/oYytKPT8YbM/s200/create-report-1.jpg" medium="image" />

		<media:content url="http://bp0.blogger.com/_pbs__OBonpw/R8cMMt45S-I/AAAAAAAAADc/OB7ysLEGAbY/s200/bam-report-2.jpg" medium="image" />

		<media:content url="http://bp1.blogger.com/_pbs__OBonpw/R8cQj945S_I/AAAAAAAAADk/lZMP_STx4hQ/s200/bam-report-3.jpg" medium="image" />

		<media:content url="http://bp1.blogger.com/_pbs__OBonpw/R8cRJ945TAI/AAAAAAAAADs/J7Fs-AGhzZQ/s200/bam-report-4.jpg" medium="image" />
	</item>
		<item>
		<title>ESB Endpoint Virtulizations</title>
		<link>http://pillais.wordpress.com/2008/03/26/esb-endpoint-virtulizations/</link>
		<comments>http://pillais.wordpress.com/2008/03/26/esb-endpoint-virtulizations/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 07:34:00 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/?p=15</guid>
		<description><![CDATA[If you are using Oracle BPEL and ESB you might be wondering when and where ESB should be using? or What is the value addition of using ESB over BPEL. Well, one of the many advantages is endpoint virtualization. Suppose that you have a BPEL process and it invokes a database procedure from a legacy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=15&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">If you are using Oracle BPEL and ESB you might be wondering when and where ESB should be using? or What is the value addition of using ESB over BPEL.</p>
<p>Well, one of the many advantages is endpoint virtualization. Suppose that you have a BPEL process and it invokes a database procedure from a legacy application using database adapter. Most likely you will have an assign process before the invoke process to map input variables to the variables used by the partner link that invoke legacy system  (as shown in the figure)<a href="http://bp1.blogger.com/_pbs__OBonpw/R-sac1tpGNI/AAAAAAAAAEk/d4W-LysQMOQ/s1600-h/virtulization.bmp"><img src="http://bp1.blogger.com/_pbs__OBonpw/R-sac1tpGNI/AAAAAAAAAEk/d4W-LysQMOQ/s200/virtulization.bmp" style="float:right;cursor:pointer;width:286px;height:157px;margin:0 0 10px 10px;" border="0" /></a><br />
In this case BPEL Process is bound to the endpoint that communicates with the legacy system.  Using ESB we can avoid this dependency make BPEL transparent to the endpoint. In this way BPEL can concentrate on Business Process and not worry about protocol transformation.</p>
<p>Most of artifacts in the BPEL  can be reused.  So using the  WSDL file used for the partner link in BPEL  create a ESB Service.  You should have a perfect clone of the partner link as the new ESB System</p>
<p class="MsoNormal"><a href="http://bp2.blogger.com/_pbs__OBonpw/R-vCSFtpGOI/AAAAAAAAAEs/pagXfuj8GAY/s1600-h/soa1.jpg"><img src="http://bp2.blogger.com/_pbs__OBonpw/R-vCSFtpGOI/AAAAAAAAAEs/pagXfuj8GAY/s200/soa1.jpg" style="float:left;cursor:pointer;margin:0 10px 10px 0;" border="0" /></a></p>
<p class="MsoNormal">You should have image as shown on the left side. Now that you have created the ESB process you have to create routing service to expose these two operations Update/Delete to outside world. Routing service will talk to the outside world using a partner link like in BPEL.  I have attached  diagram for  routing service. (Please note that I made a  screen print of the diagram and modified using &lt;a href=http://www.gimp.org&#8221;&gt;Gimp&lt;/a&gt; for clarity)</p>
<p class="MsoNormal"><a href="http://pillais.wordpress.com/2008/03/26/esb-endpoint-virtulizations/routing-rules/" rel="attachment wp-att-16" title="Routing Rules"><img src="http://pillais.files.wordpress.com/2008/04/soa2.jpg?w=383&#038;h=245" alt="Routing Rules" height="245" width="383" /> </a></p>
<p class="MsoNormal">Now BPEL will be interacting with infrastructure end point as ESB stays within the infrastructure. Thus  Actual endpoint is virtualized behind the infrastructure endpoint by ESB which is hot pluggable.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pillais.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pillais.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=15&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/03/26/esb-endpoint-virtulizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>

		<media:content url="http://bp1.blogger.com/_pbs__OBonpw/R-sac1tpGNI/AAAAAAAAAEk/d4W-LysQMOQ/s200/virtulization.bmp" medium="image" />

		<media:content url="http://bp2.blogger.com/_pbs__OBonpw/R-vCSFtpGOI/AAAAAAAAAEs/pagXfuj8GAY/s200/soa1.jpg" medium="image" />

		<media:content url="http://pillais.files.wordpress.com/2008/04/soa2.jpg" medium="image">
			<media:title type="html">Routing Rules</media:title>
		</media:content>
	</item>
		<item>
		<title>Why SOA is Successful?</title>
		<link>http://pillais.wordpress.com/2008/03/20/why-soa-is-successful/</link>
		<comments>http://pillais.wordpress.com/2008/03/20/why-soa-is-successful/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:27:00 +0000</pubDate>
		<dc:creator>Shibu</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://pillais.wordpress.com/2008/03/20/why-soa-is-successful/</guid>
		<description><![CDATA[If I try to explain SOA or define what is SOA, I think it is just waste of my time and your&#8217;s too (if you are reading this post!!). Because, I think anyone in IT industry might have at least heard once, what is SOA or what it can do? I just want to dig [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=14&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If I try to explain SOA or define what is SOA, I think it is just waste of my time and your&#8217;s too (if you are reading this post!!). Because, I think anyone in IT industry might have at least heard once, what is SOA or what it can do? I just want to dig into the evolution of SOA and figure out how it became the current BUZZ.</p>
<p>The technologist&#8217;s quest for interoperability has its roots way back decades ago. Industry leaders and researchers are constantly trying to find a solution where communication between different computer system is possible without loss of meaning. By meaning, I meant data should be interpreted by the same way in all systems. This effort of companies resulted in the paradigms, <a href="http://www.omg.org/" id="t6nq" title="OMG's">OMG&#8217;s</a> (1991) Common Object Request Broker Architecture (CORBA), Javasoft&#8217;s JAVA/ Remote Method Invocation (RMI) and Microsoft&#8217;s Distributed Component Object Model (DCOM)</p>
<p>Have you ever thought why CORBA did not become popular? I agree that it did not had the flexible standard interface language (XML) which currently is the basis of SOA. CORBA uses IDL (Interface definition language) which can be mapped to a number of existing languages. CORBA enabled distribution of objects implemented in a variety of programming languages using IDL. CORBA was much supported by Oracle and Netscape. DCOM was supported by Microsoft.</p>
<p>Technology world is ruled by big corporations like Microsoft, IBM, Oracle and SUN. So for any standard/technology to become popular it needs the blessings from these corporations. When Microsoft and others differed in their architecture for distributed computing, other vendors where in limbo as which technology their product should base on. You can see the same issue today with the DVD formats, if it is Blue Ray or High Definition DVD? After Wal-Mart pulls out all High Definition DVD&#8217;s from its store in June&#8217; 08, do you think HD DVD supporters can survive? of course it will die.</p>
<p>I guess this is exactly what is behind the success of current SOA. Once Microsoft agreed on and started support on WebService with other major players like Oracle, IBM and Sun, this became widely accepted by all other vendors. Other vendors can confidently market their product based on SOA as it will most probably accepted by their client!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pillais.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pillais.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pillais.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pillais.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pillais.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pillais.wordpress.com&amp;blog=3335313&amp;post=14&amp;subd=pillais&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pillais.wordpress.com/2008/03/20/why-soa-is-successful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36c6c9507c94dbc999236c25eb0786d7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shibu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
