<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>OraNA :: blogs.oracle.com</title><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/orana_boc" /><language>en</language><managingEditor>noemail@noemail.org (OraNA.info)</managingEditor><lastBuildDate>Fri, 12 Mar 2010 19:21:40 PST</lastBuildDate><generator>Google Reader http://www.google.com/reader</generator><gr:continuation xmlns:gr="http://www.google.com/schemas/reader/atom/">CI7Hj4fwsaAC</gr:continuation><feedburner:info uri="orana_boc" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><description>Read and monitor all blogs hosted on blogs.oracle.com.</description><item><title>Financial Statement Presentation Changes</title><link>http://feedproxy.google.com/~r/orana_boc/~3/yKK_5_i2LhU/financial_statement_presentati.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Theresa Hickman</dc:creator><pubDate>Fri, 12 Mar 2010 17:32:52 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/cab1e1cf72292f24</guid><description>&lt;p&gt;On March 10, 2010, FASB and IASB came to an agreement on financial statement presentation. They have been discussing changes for some time, such as displaying more lines items and moving certain line items from equity to the P&amp;amp;L, and now it seems they have finally come to a joint decision and put it in writing. &lt;/p&gt;

&lt;p&gt;I recently learned that there will be a trend to book nothing to equity and to convey everything in the P&amp;amp;L to take away any facility for companies to hide losses from its shareholders, investors, etc. (I&amp;#39;m exaggerating when I say book nothing to equity. Obviously, those items that already live there, such as stocks and dividends, would stay there.) But accounts like your CTA (Cumulative Translation Adjustment account) used to plug the gain or loss from equity translation would move from the equity section to your expense section. The rationale is that when you run translation, you&amp;#39;re doing so for a subsidiary that you own, or simply put, it&amp;#39;s a foriegn investment. Thus, the gains/losses of that foriegn investment should be itemized on your P&amp;amp;L and not buried in equity.&lt;/p&gt;

&lt;p&gt;The FASB will include changes in financial statement presentation in its Exposure Draft that is planned for issuance at the end of April 2010. &lt;/p&gt;

&lt;p&gt;Companies will be required to adopt the financial statement presentation provisions retroactively. Yes, that means companies will need to apply these changes to previously issued financial statements.&lt;/p&gt;

&lt;p&gt;The FASB Summary of Board Decisions can be found at &lt;a href="http://www.fasb.org/cs/ContentServer?c=FASBContent_C&amp;amp;pagename=FASB%2FFASBContent_C%2FProjectUpdatePage&amp;amp;cid=900000011110"&gt;&lt;br&gt;
"fasb.org"&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/yKK_5_i2LhU" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/FinancialsMkting/2010/03/financial_statement_presentati.html</feedburner:origLink></item><item><title>java.util.ConcurrentModificationException when serializing non thread-safe maps</title><link>http://feedproxy.google.com/~r/orana_boc/~3/c7pPhbNzlqE/javautilconcurrentmodificationexception_when_serializing_non_thread-safe_maps.html</link><category>Coherence</category><category>Troubleshooting</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cristobal.soto@oracle.com</dc:creator><pubDate>Fri, 12 Mar 2010 17:50:28 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/f6386aaea4721f96</guid><description>&lt;p style="margin-bottom:0cm"&gt;&lt;font face="Arial, sans-serif"&gt;&lt;font size="2"&gt;We have got some questions related to exceptions thrown during a map serialization like the following one (in this example, for a LRUMap):&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;font face="Times New Roman, serif"&gt;&lt;font size="2"&gt;java.util.ConcurrentModificationException&lt;br&gt;at org.apache.commons.collections.SequencedHashMap$OrderedIterator.next(Unknown Source)&lt;br&gt;at org.apache.commons.collections.LRUMap.writeExternal(Unknown Source)&lt;br&gt;at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java(Inlined Compiled&lt;br&gt;Code))&lt;br&gt;at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java(Inlined Compiled&lt;br&gt;Code))&lt;br&gt;at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java(Inlined Compiled&lt;br&gt;Code))&lt;br&gt;at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java(Compiled Code))&lt;br&gt;at com.tangosol.util.ExternalizableHelper.writeSerializable(ExternalizableHelper.java(Inlined&lt;br&gt;Compiled Code))&lt;br&gt;at com.tangosol.util.ExternalizableHelper.writeObjectInternal(ExternalizableHelper.java(Compiled Code))&lt;br&gt;at com.tangosol.util.ExternalizableHelper.serializeInternal(ExternalizableHelper.java(Compiled Code))&lt;br&gt;at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java(Inlined&lt;br&gt;Compiled Code))&lt;br&gt;at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java(Inlined&lt;br&gt;Compiled Code))&lt;br&gt;at com.tangosol.coherence.servlet.TraditionalHttpSessionModel$OptimizedHolder.serializeValue(Traditiona&lt;br&gt;lHttpSessionModel.java(Inlined Compiled Code))&lt;br&gt;at com.tangosol.coherence.servlet.TraditionalHttpSessionModel$OptimizedHolder.getBinary(TraditionalHttp&lt;br&gt;SessionModel.java(Compiled Code))&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;font face="Arial, sans-serif"&gt;&lt;font size="2"&gt;This is caused because LRUMap is not thread safe, so if another thread is modifying the content of that same map while serialization is in progress, then the ConcurrentModificationException will be thrown. Also, the map must be synchronized. Other structures like java.util.HashMap are not thread safe too.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;br&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;font face="Arial, sans-serif"&gt;&lt;font size="2"&gt;To avoid this kind of problems, it is recommended to use a thread-safe and synchronized map such as java.util.Map, java.util.Hashtable or com.tangosol.util.SafeHashMap. You may also need to use the synchronizedMap(Map) method from Class java.util.Collections.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0cm"&gt;&lt;font face="Arial, sans-serif"&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/c7pPhbNzlqE" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/csoto/2010/03/javautilconcurrentmodificationexception_when_serializing_non_thread-safe_maps.html</feedburner:origLink></item><item><title>IT Optimization Plan Pays Off For UK Retailer</title><link>http://feedproxy.google.com/~r/orana_boc/~3/T2twrYQwZ4w/it_optimization_plan_pays_off_for_uk_retailer.html</link><category>IT Strategy</category><category>Identity Management</category><category>Morrison's</category><category>SOA</category><category>Service-Oriented Architecture</category><category>UK</category><category>retail</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dayton</dc:creator><pubDate>Fri, 12 Mar 2010 14:49:02 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/c48f871d00e881f4</guid><description>&lt;p&gt;I caught &lt;a href="http://www.computerworlduk.com/management/it-business/it-organisation/news/index.cfm?newsid=19326"&gt;this article&lt;/a&gt; in ComputerworldUK yesterday. The headline talks about UK-based supermarket chain Morrisons is increasing their IT spend...OK, sounds good. Even nicer that Oracle is a big part of that.&lt;/p&gt;
&lt;p&gt;But what caught my eye were three things:&lt;/p&gt;
&lt;p&gt;1) Morrison&amp;#39;s truly has a long term strategy for IT. In this case, modernizing and optimizing how they use IT for business advantage.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2) Even in a tough economic climate, Morrison's views IT investments as contributing to and improving the bottom line. Specifically, "The investment in IT contributed to a 21 percent increase in Morrison's underlying profit.."&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;3) The phased, 3-year &amp;quot;Optimization Plan&amp;quot; took a holistic approach to their business--from CRM and Supply Chain systems to the underlying application infrastructure. On the infrastructure front, adopting a more flexible Service-Oriented Architecture enabled them to be more agile and adapt their business and Identity Management helped with sometimes mundane (but costly) issues like lost passwords and being able to document who has access to what.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Things don't always turn out so rosy. And I know it was a long and difficult process...but it's nice to see a happy ending every once in a while.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/T2twrYQwZ4w" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/apps/2010/03/it_optimization_plan_pays_off_for_uk_retailer.html</feedburner:origLink></item><item><title>Web 2.0 for the SOA Partner Community - part 2: twitter &amp; wiki &amp; delicious</title><link>http://feedproxy.google.com/~r/orana_boc/~3/nZqi9SI9HIo/web_20_for_the_soa_partner_com.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jürgen Kress</dc:creator><pubDate>Fri, 12 Mar 2010 13:35:05 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/717bd20276528d6a</guid><description>&lt;p&gt;&lt;b&gt;Web 2.0 &lt;a href="http://twitter.com/soacommunity"&gt;Twitter&lt;/a&gt; &amp;amp; &lt;a href="http://wiki.oracle.com/videos"&gt;Videos&lt;/a&gt; &amp;amp; &lt;a href="http://delicious.com/soacommunity"&gt;Delicious&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;We launched some additional web 2.0 features – make sure you will use them to promote your services and offerings!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Twitter: &lt;a href="http://twitter.com/soacommunity"&gt;http://twitter.com/soacommunity&lt;/a&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Become a follower of our community! If you want us the re-tweet hashtag your tweets with &lt;a href="http://search.twitter.com/search?q=%23soacommunity"&gt;&lt;b&gt;#soacommunity&lt;/b&gt;&lt;/a&gt; or send them to us @&lt;a href="http://twitter.com/soacommunity"&gt;soacommunity&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Videos &lt;/b&gt;&lt;b&gt;&lt;a href="http://wiki.oracle.com/videos"&gt;http://wiki.oracle.com/videos&lt;/a&gt;&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;You want to promote your Videos? Want so share how you install SOA Suite 11g our your SOA experience? At &lt;a href="http://www.wiki.oracle.com"&gt;wiki.oracle.com&lt;/a&gt; we created a collections:&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://wiki.oracle.com/videos/album/106793/SOA"&gt;SOA&lt;/a&gt; &amp;amp; &lt;a href="http://wiki.oracle.com/videos/album/125715/Oracle+Partner+Network+%28OPN%29"&gt;Oracle Partner Network...&lt;/a&gt; Make sure that you add your videos&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Delicious: &lt;a href="http://delicious.com/soacommunity"&gt;http://delicious.com/soacommunity&lt;/a&gt;&lt;/b&gt;&lt;b&gt; &lt;/b&gt;tag your bookmarks with &amp;quot;soacommunity&amp;quot; and we will add this bookmark automatically to the soa community list!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image002_2.jpg"&gt;&lt;img title="clip_image002" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px" height="95" alt="clip_image002" hspace="12" src="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image002_thumb.jpg" width="117" border="0"&gt;&lt;/a&gt;&lt;a href="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image004_2.jpg"&gt;&lt;img title="clip_image004" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px" height="102" alt="clip_image004" hspace="12" src="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image004_thumb.jpg" width="128" border="0"&gt;&lt;/a&gt;&lt;a href="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image006_2.jpg"&gt;&lt;img title="clip_image006" style="border-right:0px;border-top:0px;display:inline;border-left:0px;border-bottom:0px" height="99" alt="clip_image006" hspace="12" src="http://blogs.oracle.com/soacommunity/WindowsLiveWriter/Web.0fortheSOAPartnerCommunitypart2twitt_13D91/clip_image006_thumb.jpg" width="158" border="0"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/nZqi9SI9HIo" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/soacommunity/2010/03/web_20_for_the_soa_partner_com.html</feedburner:origLink></item><item><title>In Which We Demystify A Few Docupresentment Settings And Learn the Ethos of the Author</title><link>http://feedproxy.google.com/~r/orana_boc/~3/f2yarovPb6E/in_which_we_demystify_a_few_docupresentment_settings_and_learn_the_ethos_of_the_author.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Little</dc:creator><pubDate>Fri, 12 Mar 2010 13:48:51 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/f9b6f4a17845e4c6</guid><description>&lt;p&gt;It's no secret that Docupresentment (part of the &lt;a href="http://www.oracle.com/us/industries/insurance/046637.html"&gt;Oracle Documaker suite&lt;/a&gt;) is powerful tool for integrating on-demand and interactive applications for publishing with the Oracle Documaker framework.  It&amp;#39;s also no secret there are are many details with respect to the configuration of Docupresentment that can elude even the most erudite of of techies.  To be sure, Docupresentment &lt;i&gt;will &lt;/i&gt;work for you right out of the box, and in most cases will suit your needs without toying with a configuration file.  But, where&amp;#39;s the adventure in that?   &lt;/p&gt;  &lt;p&gt;With this inaugural post to &lt;i&gt;That's The Way&lt;/i&gt;, I&amp;#39;m going to introduce myself, and what my aim is with this blog.  If you didn&amp;#39;t figure it out already by checking out my profile, my name is Andy and I&amp;#39;ve been with Oracle (nee Skywire Software nee Docucorp nee Formmaker) since the formative years of 1998.  Strangely, it doesn&amp;#39;t seem that long ago, but it&amp;#39;s certainly a lifetime in the age of technology.  I recall running a BBS from my parent&amp;#39;s basement on a 1200 baud modem, and the trepidation and sweaty-palmed excitement of upgrading to the &lt;i&gt;power and speed &lt;/i&gt;of 2400 baud!  Fine, I&amp;#39;ll admit that perhaps I&amp;#39;m inflating the experience a bit, but I was kid!  This is the stuff of &lt;i&gt;War Games&lt;/i&gt; and King&amp;#39;s Quest I and the demise of TI-99 4/A.  Exciting times.  So fast-forward a bit and I&amp;#39;m 12 years into a career in the world of document automation and publishing working for the best (IMHO) software company on the planet.  &lt;/p&gt;  &lt;p&gt;With &lt;i&gt;That's The Way&lt;/i&gt; I hope to shed a little light and peek under the covers of some of the more interesting aspects of implementations involving the tech space within the Oracle Insurance Global Business Unit (IGBU), which includes Oracle Documaker, Rating &amp;amp; Underwriting, and Policy Administration to name a few.  I may delve off course a bit, and you&amp;#39;ll likely get a dose of humor (at least in my mind) but I hope you&amp;#39;ll glean at least a tidbit of usefulness with each post.  Feel free to comment as I&amp;#39;m a fairly conversant guy and happy to talk -- it&amp;#39;s stopping the talking that&amp;#39;s the hard part...&lt;/p&gt;  &lt;p&gt;So, back to our regularly-scheduled post, already in progress.  By this time you&amp;#39;ve visited Oracle&amp;#39;s &lt;a href="http://edelivery.oracle.com/"&gt;E-Delivery site&lt;/a&gt; and acquired your properly-licensed version of Oracle Documaker.  Wait -- you didn&amp;#39;t find it?  Understandable -- navigating the voluminous download library within Oracle can be a daunting task.  It&amp;#39;s pretty simple once you’ve done it a few times.  Login to the e-delivery site, and accept the license terms and restrictions.  Then, you’ll be able to select the Oracle Insurance Applications product pack and your appropriate platform.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick.jpg"&gt;&lt;img title="pick" style="border-right:0px;border-top:0px;display:block;float:none;margin-left:auto;border-left:0px;margin-right:auto;border-bottom:0px" height="95" alt="pick" src="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick_thumb.jpg" width="478" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click &lt;em&gt;Go&lt;/em&gt; and you’ll see a list of applicable products, and you’ll click on Oracle Documaker Media Pack (as I went to press with this article the version is 11.4):&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick2.jpg"&gt;&lt;img title="pick2" style="border-right:0px;border-top:0px;display:block;float:none;margin-left:auto;border-left:0px;margin-right:auto;border-bottom:0px" height="102" alt="pick2" src="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick2_thumb.jpg" width="466" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Finally, click the Download button next to Docupresentment (again, version at press time is 2.2 p5).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick3.jpg"&gt;&lt;img title="pick3" style="border-right:0px;border-top:0px;display:block;float:none;margin-left:auto;border-left:0px;margin-right:auto;border-bottom:0px" height="70" alt="pick3" src="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick3_thumb.jpg" width="472" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This should give you a ZIP file that contains the installation packages for the Docupresentment Server and Client, cryptically named IDSServer22P05W32.exe and IDSClient22P05W32.exe.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;At this time, I’d like to take a little detour and explain that the world of Oracle, like most technical companies, is rife with acronyms.  One of the reasons Skywire Software was a appealing to Oracle was our use of many acronyms, including the occasional use of multiple acronyms with the same meaning.  I apologize in advance and will try to point these out along the way.  &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Here’s your first sticky note to go along with that:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;IDS = Internet Document Server = Docupresentment&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Once you’ve completed the installation, you’ll have a shiny new Docupresentment server and client, and if you installed the default location it will be living in &lt;em&gt;c:\docserv&lt;/em&gt;. Unix users, I’m one of you!  You’ll find it by default in  &lt;em&gt;~/docupresentment/docserv&lt;/em&gt;.  Forging onward with the meat of this post is learning about some special configuration options.  By now you’ve read the documentation included with the download (specifically ids_book.pdf) which goes into some detail of the rubric of the configuration file and in fact there’s even a handy utility that provides an interface to the configuration file (see Running IDSConfig in the documentation).  But who wants to deal with a &lt;em&gt;configuration utility&lt;/em&gt; when we have the tools and technology to edit the file &amp;lt;gasp&amp;gt; by &lt;em&gt;hand!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I shall now proceed with the standard Information Technology Under the Hood Disclaimer: Please remember to back up any files before you make changes.  I am not responsible for any havoc you may wreak!&lt;/p&gt;  &lt;p&gt;Go to your installation directory, and locate your &lt;em&gt;docserv.xml&lt;/em&gt; file.  Open it in your favorite XML editor.  I happen to be fond of &lt;em&gt;&lt;a href="http://notepad-plus.sourceforge.net/"&gt;Notepad++&lt;/a&gt;&lt;/em&gt; with the &lt;em&gt;XML Tools &lt;/em&gt;plugin.  Almost immediately you will behold the splendor of the configuration file.  Just take a moment and let that sink in.  Ok – moving on.  If you reviewed the documentation you know that inside the root &amp;lt;configuration&amp;gt; node there are multiple &amp;lt;section&amp;gt; nodes, each containing a specific group of settings.  Let’s take a look at &amp;lt;section name=”DocumentServer”&amp;gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick4_1.jpg"&gt;&lt;img title="pick4" style="border-right:0px;border-top:0px;display:block;float:none;margin-left:auto;border-left:0px;margin-right:auto;border-bottom:0px" height="234" alt="pick4" src="http://blogs.oracle.com/igbutech/WindowsLiveWriter/InWhichWeDemystifyAFewDocupresentmentSet_E371/pick4_thumb_1.jpg" width="793" border="0"&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;There are a few entries I’d like to discuss.  First, &amp;lt;entry name=”StartCommand”&amp;gt;. This should be pretty self-explanatory; it’s the name of the executable that’s run when you fire up Docupresentment.  Immediately following that is &amp;lt;entry name=”StartArguments”&amp;gt; and as you might imagine these are the arguments passed to the executable.  A few things to point out:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The –Dids.configuration=docserv.xml parameter specifies the name of your configuration file.&lt;/li&gt;    &lt;li&gt;The –Dlogging.configuration=logconf.xml parameter specifies the name of your logging configuration file (this uses log4j so bone up on that before you delve here).&lt;/li&gt;    &lt;li&gt;The -Djava.endorsed.dirs=lib/endorsed parameter specifies the path where 3rd party Java libraries can be located for use with Docupresentment.  More on that in another post.&lt;/li&gt;    &lt;li&gt;The &amp;lt;entry name=”Instances”&amp;gt; allows you to specify the number of &lt;em&gt;instances&lt;/em&gt; of Docupresentment that will be started.  By default this is two, and generally two instances per CPU is adequate, however you will always need to perform load testing to determine the &lt;em&gt;sweet spot &lt;/em&gt;based on your hardware and types of transactions.  You may have many, many more instances than 2.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Time for a sidebar on &lt;em&gt;instances&lt;/em&gt;.  An instance is nothing more than a separate process of Docupresentment.  The Docupresentment service that you fire up with &lt;em&gt;docserver.bat &lt;/em&gt;or &lt;em&gt;docserver.sh &lt;/em&gt;actually starts a &lt;em&gt;watchdog&lt;/em&gt; process, which is then responsible for starting up the actual Docupresentment processes.  Each of these act independently from one another, so if one crashes, it does not affect any others.  In the case of a crashed process, the &lt;em&gt;watchdog&lt;/em&gt; will start up another instance so the number of configured instances are always running.  Bottom line: instance = Docupresentment process.&lt;/p&gt;  &lt;p&gt;And now, finally, to the settings which gave me pause on an not-too-long-ago implementation!  Docupresentment includes a feature that watches configuration files (such as docserv.xml and logconf.xml) and will automatically restart its instances to load the changes.  You can configure the time that Docupresentment waits to check these files using the setting &lt;em&gt;&amp;lt;entry name=”FileWatchTimeMillis”&amp;gt;.&lt;/em&gt;  By default the number is 12000ms, or 12 seconds.  You can save yourself a few CPU cycles by extending this time, or by disabling  the check altogether by setting the value to 0.  This may or may not be appropriate for your environment; if you have 100% uptime requirements then you probably don’t want to bring down an entire set of processes just to accept a new configuration value, so it’s best to leave this somewhere between 12 seconds to a few minutes.  Another point to keep in mind: if you are using Documaker real-time processing under Docupresentment the Master Resource Library (MRL) files and INI options are cached, and if you need to affect a change, you’ll have to “restart” Docupresentment.  &lt;em&gt;Touching&lt;/em&gt; the docserv.xml file is an easy way to do this (other methods including using the RSS request, but that’s another post).&lt;/p&gt;  &lt;p&gt;The next item up: &lt;em&gt;&amp;lt;entry name=”FilePurgeTimeSeconds”&amp;gt;&lt;/em&gt;.  You may already know that the Docupresentment system can generate many temporary files based on certain request types that are processed through the system.  What you may not know is how those files are cleaned up.  There are many rules in Docupresentment that cause the creation of temporary files.  When these files are created, Docupresentment writes an entry into a properties file called the &lt;em&gt;file cache.&lt;/em&gt;  This file contains the name, creation date, and expiration time of each temporary file created by each instance of Docupresentment.  Periodically Docupresentment will check the file cache to determine if there are files that are past the expiration time, not unlike that block of cheese festering away in the back of my refrigerator.  However, unlike my ‘fridge cleaning tendencies, Docupresentment is quick to remove files that are past their expiration time.  You, my friend, have the power to control how often Docupresentment inspects the file cache.  Simply set the value for &lt;em&gt;&amp;lt;entry name=”FilePurgeTimeSeconds”&amp;gt; &lt;/em&gt;to the number of seconds appropriate for your requirements and you’re set.  Note that file purging happens on a separate thread from normal request processing, so this shouldn’t interfere with response times unless the CPU happens to be really taxed at the point of cache processing.  &lt;/p&gt;  &lt;p&gt;Finally, after all of this, we get to the final setting I’m going to address in this post: &lt;em&gt;&amp;lt;entry name=”FilePurgeList”&amp;gt;&lt;/em&gt;.  The default is “filecache.properties”.  This establishes the root name for the Docupresentment file cache that I mentioned previously.  Docupresentment creates a separate cache file for each instance based on this setting.  If you have two instances, you’ll see two files created: &lt;em&gt;filecache.properties.1&lt;/em&gt; and &lt;em&gt;filecache.properties.2&lt;/em&gt;.  Feel free to open these up and check them out.&lt;/p&gt;  &lt;p&gt;I hope you’ve enjoyed this first foray into the configuration file of Docupresentment.  If you did enjoy it, feel free to drop a comment, I welcome feedback.  If you have ideas for other posts you’d like to see, please do let me know.  You can reach me at &lt;a href="mailto:charles.little@oracle.com"&gt;charles.little@oracle.com&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;‘Til next time!&lt;/p&gt;  &lt;p&gt;###&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/f2yarovPb6E" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/igbutech/2010/03/in_which_we_demystify_a_few_docupresentment_settings_and_learn_the_ethos_of_the_author.html</feedburner:origLink></item><item><title>In case you missed our Febrary Oracle Database Webcasts....</title><link>http://feedproxy.google.com/~r/orana_boc/~3/lAmz4UtHsmI/in_case_you_missed_our_febrary.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jenny.gelhausen</dc:creator><pubDate>Fri, 12 Mar 2010 13:06:14 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/6f9030bd08b90340</guid><description>&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
Click below to register and listen to the February Database Webcast replays:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&amp;amp;eventid=185294&amp;amp;sessionid=1&amp;amp;key=3713935824A3B3871870F2F976856FC9&amp;amp;partnerref=evite&amp;amp;sourcepage=register"&gt;Maximize Availability with Oracle Database 11&lt;em&gt;g&lt;/em&gt;&lt;/a&gt; with Oracle Database expert Joe Meeks.&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&amp;amp;eventid=187812&amp;amp;sessionid=1&amp;amp;key=28439699354332932C8DE0BCA5D926EF&amp;amp;partnerref=evite&amp;amp;sourcepage=register"&gt;Think Your Database Applications are Secure? Think Again.&lt;/a&gt; with Oracle Security expert Roxana Bradescu.&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.sans.org/info/52574"&gt;SANS Oracle Database Security: A Defense in Depth Approach &lt;/a&gt;with SANS senior instructor Tanya Baccam.&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://redmondmag.com/webcasts/2010/01/oracle-upgrading-to-oracle-database-11g.aspx?admgarea=custom.sql"&gt;Upgrading to Oracle Database 11&lt;em&gt;g&lt;/em&gt;&lt;/a&gt; with Roger Snowden from Oracle Support's Center of Expertise.&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&amp;amp;F=1002061&amp;amp;K=CAA1AC"&gt;Consolidate for Business Advantage: From Storage to Scorecard&lt;/a&gt; with Oracle Business Intelligence and Enterprise Performance Management expert Tobin Gilman.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

&lt;p&gt; &lt;br&gt;
 &lt;/p&gt;

&lt;p&gt;&lt;br&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/lAmz4UtHsmI" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/databaseinsider/2010/03/in_case_you_missed_our_febrary.html</feedburner:origLink></item><item><title>New Whitepaper: Planning Your E-Business Suite Upgrade from Release 11i to 12.1</title><link>http://feedproxy.google.com/~r/orana_boc/~3/zNrnjeTQcAE/ebs_121_upgrade_whitepaper.html</link><category>EBS Release 12</category><category>General</category><category>Hottest Articles</category><category>EBS 12</category><category>best practices</category><category>primer</category><category>upgrades</category><category>whitepaper</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Chan</dc:creator><pubDate>Fri, 12 Mar 2010 12:22:16 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/54d002bf9d36bc0f</guid><description>&lt;i&gt;[Editor:  This guest article has been contributed by Anne Carlson]&lt;/i&gt;&lt;br&gt;&lt;br&gt;Premier Support for Oracle E-Business Suite Release 11i &lt;a href="http://blogs.oracle.com/stevenChan/2010/01/ebs11i_minimum_patching_baselines.html"&gt;ends in November 2010&lt;/a&gt;.  At Oracle OpenWorld last fall, it was standing room only at several EBS upgrade sessions.  Responding to the increased interest in upgrades, I set to work on a new Release 12.1 version of our popular whitepaper, &lt;a href="https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&amp;amp;id=580299.1"&gt;Best Practices for Adopting E-Business Suite, Release 12&lt;/a&gt; (Note 580299.1). &lt;br&gt;&lt;br&gt;Here is that new whitepaper, which features the latest Release 12.1 upgrade planning advice from Oracle's Support, Consulting, Development and IT organizations:&lt;br&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="https://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&amp;amp;id=987516.1"&gt;Planning Your E-Business Suite Upgrade from 11i to Release 12.1&lt;/a&gt; (Note 987516.1)&lt;/li&gt;&lt;/ul&gt;The paper is directed at IT professionals who are planning, managing, or running a Release 12.1 upgrade project.  After briefly reviewing the Release 12.1 value proposition, the paper launches into specific upgrade planning tips to help you:&lt;br&gt;&lt;br&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/zNrnjeTQcAE" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/stevenChan/2010/03/ebs_121_upgrade_whitepaper.html</feedburner:origLink></item><item><title>Oracle CRM in the UK- Gartner CRM Summit 2010</title><link>http://feedproxy.google.com/~r/orana_boc/~3/lXjRvMwoMVU/oracle_crm_in_the_uk-_gartner.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">divya.malik</dc:creator><pubDate>Fri, 12 Mar 2010 11:46:09 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/8ccb009bf125318b</guid><description>&lt;p&gt;We are now headed to the UK to co-sponsor and participate in the &lt;a href="http://www.gartner.com/technology/summits/emea/crm/index.jsp"&gt;Gartner Customer Relationship Management Summit 2010&lt;/a&gt; on the 16th and 17th of March in London.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.oracle.com/crm/WindowsLiveWriter/OracleCRMintheUKGartnerCRMSummit2010_A57C/MarkWoolen2_2.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;margin:0px 2px 0px 0px;display:inline;border-top:0px;border-right:0px" title="MarkWoolen2" border="0" alt="MarkWoolen2" align="left" src="http://blogs.oracle.com/crm/WindowsLiveWriter/OracleCRMintheUKGartnerCRMSummit2010_A57C/MarkWoolen2_thumb.jpg" width="102" height="117"&gt;&lt;/a&gt; Oracle CRM Vice President Mark Woollen will be presenting on Tuesday, 16 March 2010 from 15:20-15:50 on                                                                                                                                          &lt;a href="http://agendabuilder.gartner.com/CRM11I/WebPages/SessionDetail.aspx?EventSessionId=843"&gt;&lt;strong&gt;CRM is dead, long live CRM?&lt;/strong&gt;&lt;/a&gt;  Everyone is saying the world has changed and with it a new set of acronyms/buzzwords/vendors etc have appeared. What does this really mean for CRM software? Is it Dead or Alive? Listen to Mark’s view from Oracle and its customers.                  Location- Westbourne 2, Level –1. &lt;/p&gt;  &lt;p&gt;Also stop by the Oracle booth at the demogrounds.  The event looks promising with some great content from the Gartner analysts and from what the Gartner folks just told me, the event is oversold.&lt;/p&gt;  &lt;p&gt;And the weather in London town? As expected…slight showers on Monday with a high of 49 degrees F and partly cloudy on Tuesday, with a high of 50 degrees F. &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/lXjRvMwoMVU" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/crm/2010/03/oracle_crm_in_the_uk-_gartner.html</feedburner:origLink></item><item><title>UPK &amp; Tutor Customer Roundtable Discussions</title><link>http://feedproxy.google.com/~r/orana_boc/~3/XnIxcbMTc_E/upk_tutor_customer_roundtable.html</link><category>News and Events</category><category>UPK Community</category><category>UPK Tip</category><category>tutor</category><category>upk</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">beth.renstrom@oracle.com</dc:creator><pubDate>Fri, 12 Mar 2010 09:24:17 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/362295f01f894fe9</guid><description>&lt;p&gt;&lt;br&gt;
UPK &amp;amp; Tutor Developers are a creative bunch and we hear from lots of customers using our tools in a variety of ways that bring value to their organizations.  A large retail organization uses UPK to teach cash handling skills at each of their stores, a national packaging company uses it for their phone system training.  A university&amp;#39;s technical team uses UPK to capture customizations that are being made to their HCM and FIN applications, building a library of topics purely for the technical team around how customizations were done including who requested them and why.  When it comes time to upgrade, it&amp;#39;s easy for them to determine if a customization needs to be carried forward and if so, they know exactly how it was done previously.   &lt;/p&gt;

&lt;p&gt;Almost every customer has a story, and we&amp;#39;ve captured some of them via our quarterly UPK &amp;amp; Tutor Customer Roundtable iSeminar series and we continue to add more.  Click this &lt;a href="http://www.oracle.com/applications/tutor/upk_collateral.html#internetseminars"&gt;link &lt;/a&gt;to hear how customers like you are using UPK &amp;amp; Tutor in their organizations.  Who knows, you may pick up some new tricks to wow your colleagues and management! &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/XnIxcbMTc_E" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/UPK/2010/03/upk_tutor_customer_roundtable.html</feedburner:origLink></item><item><title>Exposing Beehive Portlets in WebCenter</title><link>http://feedproxy.google.com/~r/orana_boc/~3/O6a7NMsgLFs/exposing_beehive_portlets_in_webcenter.html</link><category>Beehive</category><category>Enterprise 2.0</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tridib Samanta</dc:creator><pubDate>Fri, 12 Mar 2010 08:57:26 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/568eed871c152afb</guid><description>&lt;a href="http://download.oracle.com/docs/cd/E16671_01/bh.200/e16641/portlets_install.htm#CBHIHBCD"&gt;Installing Oracle Beehive Portlets&lt;/a&gt;&lt;div&gt;&lt;a href="http://download.oracle.com/docs/cd/E16671_01/bh.200/e16641/portlets_install.htm#CACEGAAJ"&gt;Installing Oracle Beehive Portlets on Oracle WebCenter Portal&lt;/a&gt;&lt;br&gt; &lt;div&gt;&lt;a href="http://download.oracle.com/docs/cd/E16671_01/bh.200/e16648/client_customization.htm#BABGJADD"&gt;Customizing Oracle Beehive Portlets&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/O6a7NMsgLFs" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/tridib_samanta/2010/03/exposing_beehive_portlets_in_webcenter.html</feedburner:origLink></item><item><title>links for 2010-03-12</title><link>http://feedproxy.google.com/~r/orana_boc/~3/7rovzN23wPI/links_for_2010-03-12.html</link><category>Community</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Rhubart</dc:creator><pubDate>Fri, 12 Mar 2010 09:02:53 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/f6fc052deed8b43d</guid><description>&lt;ul&gt;&lt;li&gt;
                &lt;div&gt;&lt;a href="http://itnewscast.com/chapter-6-oracle-vm-22-san-iscsi-and-nfs-backend-storage-configurations#The_Oracle_VM_Storage_Stack"&gt;Roddy Rodstein: Oracle VM 2.2 SAN, iSCSI and NFS Back-end Storage Configurations&lt;/a&gt;&lt;/div&gt;
                &lt;div&gt;The latest chapter in Roddy Rodstein&amp;#39;s &amp;quot;Underground Oracle VM Manual.&amp;quot;&lt;/div&gt;
                &lt;div&gt;(tags: &lt;a href="http://delicious.com/archbeat/oraclevm"&gt;oraclevm&lt;/a&gt; &lt;a href="http://delicious.com/archbeat/virtualiztion"&gt;virtualiztion&lt;/a&gt; &lt;a href="http://delicious.com/archbeat/oracle"&gt;oracle&lt;/a&gt; &lt;a href="http://delicious.com/archbeat/otn"&gt;otn&lt;/a&gt;)&lt;/div&gt;
            &lt;/li&gt;&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/7rovzN23wPI" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/archbeat/2010/03/links_for_2010-03-12.html</feedburner:origLink></item><item><title>Value of Certification Proven Again</title><link>http://feedproxy.google.com/~r/orana_boc/~3/npNdmyDbI9U/0210.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Sorensen</dc:creator><pubDate>Fri, 12 Mar 2010 08:03:53 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/ba502d53f5744e9d</guid><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.certmag.com/read.php?in=3915"&gt;A recent article&lt;/a&gt; in Certification Magazine spells 
out the value of certification IT professionals and article provides 
some detailed insight on the state of the economy and what it means to 
IT professionals. A few of the key findings (among many) by 
Certification Magazine:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Even in
 this tough economy, IT worker salaries grew at about 9%.&lt;/li&gt;&lt;li&gt;Many respondents reported that they received raises after
 earning a new certification.&lt;/li&gt;&lt;li&gt;Many people 
reported that they had earned one or two new credentials within the last
 year.&lt;/li&gt;&lt;li&gt;Salaries for more entry-level 
certifications was stagnant over the last year or so.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I encourage you to take a look at the article. It is very 
encouraging to see that companies and individuals still recognize and 
value the hard work that goes in to getting certified.&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.oracle.com/certification/Paul-Sig-2.gif"&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/npNdmyDbI9U" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/certification/2010/03/0210.html</feedburner:origLink></item><item><title>Defining Social Media Terms</title><link>http://feedproxy.google.com/~r/orana_boc/~3/NZSn8-ZdPUU/defining_social_media_terms.html</link><category>social</category><category>social marketing</category><category>social merchandising</category><category>social selling</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Dorf</dc:creator><pubDate>Fri, 12 Mar 2010 07:33:16 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/4e19d2c456cbc8c7</guid><description>&lt;p&gt;As I talk about social in the context of retail, I sometimes get tripped up on different terms.  I know what I mean, but the audience may have something else in mind.  So I decided to see if I could find some well accepted definitions for common terms.  While there are definitions on the Internet, I'm not sure they are well accepted.  After reviewing several, here's what I came up with:&lt;/p&gt;

&lt;p&gt;&lt;span style="display:inline"&gt;&lt;img alt="social media.JPG" src="http://blogs.oracle.com/retail/social%20media.JPG" width="479" height="364"&gt;&lt;/span&gt;&lt;br&gt;
&lt;u&gt;&lt;strong&gt;Social Network: a structure of individuals and groups connected together by commonality.&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
That seems pretty straightforward.  A group of friends, co-workers, music fans, etc.  The key here is that they have something in common that connects them.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Social Media: Internet channels that support the collaborative publishing of information by and for social networks.&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
The key here is to differentiate between traditional one-way media, and conversational social media.  When its social its two-way, allowing both the publishing and consuming of information.  Examples are blogs, wikis, Twitter, Facebook, etc.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Social Marketing: the use of social media for marketing, public relations, and customer service.&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Wikipedia actually includes "selling" here but I think that's separate from marketing, as you'll see further down below.  Most people look at social media as entertainment, but the marketing angle adds business value.  This is where retailers discover and engage customers to build a relationship.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Social Merchandising: the integration of social media and product discovery.&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
Whereas marketing is focused more on brand image, customer engagement, and promotions, merchandising is more directly trying to convert browsers into purchases.  This includes deciding what customers want, often by asking the social network, and deciding how to position products to the social network.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Social Selling: the incorporation of e-commerce into social media.&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;
While on a social media site, social selling enables the purchasing of goods/services in the user's context, without leaving the social media channel.  If a user clicks on an advertisement and is taken to an e-commerce site, then that's really just web advertising and not social selling.&lt;/p&gt;

&lt;p&gt;Well, do these terms and definitions make sense?  Let me know what you think.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/NZSn8-ZdPUU" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/retail/2010/03/defining_social_media_terms.html</feedburner:origLink></item><item><title>WCI Analytics Installation / Configuration Support Webinar</title><link>http://feedproxy.google.com/~r/orana_boc/~3/jX9BfoBPiDw/wci_analytics_installation_con.html</link><category>Support</category><category>Analytics</category><category>Support</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">brian.harrison</dc:creator><pubDate>Fri, 12 Mar 2010 06:34:03 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/2eb10dd3609b9399</guid><description>&lt;p&gt;Based on the success of the OAM / WCI integration webinar, the second in our series of Technical Support "brown bag" webinars will be delivered on Tuesday, March 30 at 8AM Pacific Daylight Time.&lt;/p&gt;

&lt;p&gt;Please review the details below, if you would like to attend the webinar, please take a moment to send an email to the address provided for registration and you will be enrolled in the meeting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the best practices for installing and configuring Analytics for the WebCenter Interaction (formerly "ALUI") Portal Application?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
&lt;strong&gt;What are some of the most common failures that occur in this implementation and what can be done to correct these common issues?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;br&gt;
What are the most common reasons for the tables to be "empty" when I try to produce utilization reports?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
These are just some of the main areas that will be covered in this one hour webinar which will demonstrate the WCI Analytics installation and configuration in action.&lt;br&gt;
Our demonstration will focus on areas where Technical Support sees the largest numbers of customer questions become support incidents in an effort to&lt;br&gt;
help avoid the need to create an incident to get the implementation working properly in the customer environment. We will demonstrate the most recent version of WCI Analytics (10.3.0.1) for this presentation, but naturally specific issues known to specific versions will be covered as well.&lt;/p&gt;

&lt;p&gt;Please join us for what we know will be a valuable and relevant learning session.&lt;/p&gt;

&lt;p&gt;If you would like to attend this session please send an email to &lt;a href="mailto:wciwebinar_us@oracle.com"&gt;WCIWEBINAR_US@ORACLE.COM&lt;/a&gt; indicating your interest, and we will respond to you with a meeting invitation including all of the required access information.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/jX9BfoBPiDw" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/WCI/2010/03/wci_analytics_installation_con.html</feedburner:origLink></item><item><title>Learn how Oracle storage efficiencies can help your budget</title><link>http://feedproxy.google.com/~r/orana_boc/~3/XCncoKHm6MM/live_webcast_next_generation_s.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jenny.gelhausen</dc:creator><pubDate>Fri, 12 Mar 2010 05:52:33 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/3967096425d5d625</guid><description>&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;big&gt;Mark Your Calendar!&lt;/big&gt;&lt;br&gt;
Live Webcast: Next Generation Storage Management Solutions&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Wednesday, March 24th, 2010 at 9:00am PT or &lt;a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=3&amp;amp;day=24&amp;amp;year=2010&amp;amp;hour=9&amp;amp;min=0&amp;amp;sec=0&amp;amp;p1=224"&gt;your local time&lt;/a&gt;&lt;/strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Please plan to join us for this webcast where Forrester senior analyst &lt;strong&gt;Andrew Reichman &lt;/strong&gt;will discuss &lt;br&gt;
&lt;ul&gt;&lt;br&gt;
	&lt;li&gt;the pillars of storage efficiency, &lt;/li&gt;&lt;br&gt;
	&lt;li&gt;how to measure and improve it, and &lt;/li&gt;&lt;br&gt;
	&lt;li&gt;how this can help your business immediately alleviate budget pressures.&lt;/li&gt;&lt;br&gt;
&lt;/ul&gt;&lt;br&gt;
Joining Mr. Reichman are &lt;strong&gt;Phil Stephenson&lt;/strong&gt;, Senior Principal Product Manager at Oracle, and &lt;strong&gt;Matthew Baier&lt;/strong&gt;, Oracle Product Director, who will explain to you the next generation storage capabilities available in &lt;a href="http://www.oracle.com/us/products/database/index.htm"&gt;Oracle Database 11&lt;em&gt;g&lt;/em&gt;&lt;/a&gt; and &lt;a href="http://www.oracle.com/us/products/database/index.htm"&gt;Oracle Exadata&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Register for this March 24th live webcast &lt;a href="http://event.on24.com/r.htm?e=198038&amp;amp;s=1&amp;amp;k=EEBDFC2E4DB4F62A5E4367A669180C5E&amp;amp;partnerref=dbinsider"&gt;today&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
 &lt;br&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/XCncoKHm6MM" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/databaseinsider/2010/03/live_webcast_next_generation_s.html</feedburner:origLink></item><item><title>Calendario Formación Partners Febrero-Mayo 2010.</title><link>http://feedproxy.google.com/~r/orana_boc/~3/m3TXpF2wa1I/calendario_iseminars_febrero-mayo_2010.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">almudena.martin.gomez@oracle.com</dc:creator><pubDate>Fri, 12 Mar 2010 01:51:31 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/d37632ce5a85b92f</guid><description>&lt;table align="center" border="1" width="501"&gt;&lt;tbody&gt;&lt;tr bgcolor="#ff0000"&gt;&lt;td width="646"&gt;&lt;div align="left"&gt;&lt;font face="Arial, Helvetica, sans-serif"&gt;&lt;img alt="Oracle Corporation" src="http://www.oracle.com/global/cat/tecnologia/oracle_white2_0.gif" height="30" hspace="33" width="123"&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;&lt;div align="center"&gt;&lt;a href="http://www.oracle.com/global/es/eblast/rubik_oracle.gif"&gt;&lt;img src="http://www.oracle.com/global/cat/equipo_0.jpg" border="0" height="125" width="314"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td height="290"&gt;&lt;p align="center"&gt;PROGRAMA  FORMACION PARTNERS &lt;/p&gt;
            &lt;table align="center" bgcolor="#cccccc" border="1" width="477"&gt;
              &lt;tbody&gt;&lt;tr&gt;
                &lt;td width="157"&gt;&lt;div align="center"&gt;&lt;a href="http://www.oracle.com/global/cat/tecnologia/p_talleres_generico_1.htm"&gt;Talleres FMW &lt;/a&gt;&lt;/div&gt;&lt;/td&gt;
                &lt;td width="133"&gt;&lt;div align="center"&gt;&lt;a href="http://www.oracle.com/global/cat/tecnologia/calendario%20iseminars_0.html"&gt;iSeminars DB &lt;/a&gt;&lt;/div&gt;&lt;/td&gt;
                &lt;td width="173"&gt;&lt;div align="center"&gt;&lt;a href="http://www.oracle.com/global/cat/tecnologia/p_bootcamps_generico_0.htm"&gt;Bootcamps DB&amp;amp;FMW &lt;/a&gt;&lt;/div&gt;&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;&lt;/table&gt;
            &lt;blockquote&gt;
              &lt;p align="center"&gt;&lt;a href="http://www.oracle.com/global/cat/tecnologia/cal5feb10.pdf"&gt;Si deseas descargarte el calendario completo en PDF haz click aqui&lt;/a&gt;&lt;/p&gt;
              &lt;p align="justify"&gt;El equipo de Alianzas &amp;amp; Canal de Oracle a diseñado un&lt;strong&gt; Programa de Formación Gratuita&lt;/strong&gt; exclusivo para Partners.&lt;br&gt;
                &lt;br&gt;
Este calendario incluye diferentes seminarios y cursos que cubren tanto
el área Comercial como Técnica de FMW (SOA, E2.0, IdM, BI) y DB &amp;amp;
Options.&lt;br&gt;
                &lt;br&gt;
                Como Novedad, presentamos los &lt;strong&gt;Nuevos Bootcamps &lt;/strong&gt;impartidos por Partners especialistas que le ayudaran a conseguir las &lt;strong&gt;especializaciones&lt;/strong&gt; del nuevo programa de OPN a un precio realmente competitivo &lt;span&gt;(250€ persona y día)&lt;/span&gt;.              &lt;/p&gt;
            &lt;/blockquote&gt;
            &lt;p align="center"&gt;&lt;span&gt;&lt;a href="mailto:almudena.martin.gomez@oracle.com"&gt;Para más información haga click 
            aqui&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/m3TXpF2wa1I" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/enablementpartnerspain/2010/03/calendario_iseminars_febrero-mayo_2010.html</feedburner:origLink></item><item><title>Going home now :-)</title><link>http://feedproxy.google.com/~r/orana_boc/~3/qfBsgaHV_AA/going_home_now_-.html</link><category>Workshop</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Dietrich</dc:creator><pubDate>Thu, 11 Mar 2010 21:25:06 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/6267b8a22a7139bb</guid><description>&lt;p&gt;3 weeks of traveling through Asia and Australia - nearly 500 customers and partners in 8 workshops in Tokyo, Seoul, Beijing, Shenzhen, Singapore, Melbourne, Perth and Manila. Great people in all places, many interesting discussions, several new reference prospects for Oracle Database 11g Release 2 - YOU should upgrade as well pretty soon :-)&lt;/p&gt;

&lt;p&gt;But now it's time to go home. We are a bit exhausted but we really enjoyed it talking to and with you. And I'd suppose we'll meet again the sooner or later.&lt;/p&gt;

&lt;p&gt;Thanks to everybody - and special thanks to the local colleagues and especially to &lt;strong&gt;Abe-san&lt;/strong&gt;, &lt;strong&gt;Kota-san&lt;/strong&gt;, &lt;strong&gt;Blair Layton&lt;/strong&gt; and &lt;strong&gt;Shaheen Ismail&lt;/strong&gt; for taking care on us, organizing our workshops and the whole setup!!!&lt;br&gt;
&lt;span style="display:inline"&gt;&lt;img alt="2010_03_12_Manila2.jpg" src="http://blogs.oracle.com/UPGRADE/IMAGES/2010_03_12_Manila2.jpg" width="640" height="387" style="text-align:center;display:block;margin:0 auto 20px"&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/qfBsgaHV_AA" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/UPGRADE/2010/03/going_home_now_-.html</feedburner:origLink></item><item><title>Workshop in Manila, Philppines</title><link>http://feedproxy.google.com/~r/orana_boc/~3/969BGcSsytY/workshop_in_manila_philppines.html</link><category>Workshop</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Dietrich</dc:creator><pubDate>Thu, 11 Mar 2010 21:13:29 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/03bcf36c8215370f</guid><description>&lt;p&gt;Thanks a lot to everybody for attending today in the &lt;strong&gt;Oracle Office in Manila&lt;/strong&gt;. It was (actually it still is as we are still running the workshop at the moment) a pleasure for us - and great fun, too :-) &lt;span style="display:inline"&gt;&lt;img alt="2010_03_12_Manila1.jpg" src="http://blogs.oracle.com/UPGRADE/IMAGES/2010_03_12_Manila1.jpg" width="639" height="304" style="text-align:center;display:block;margin:0 auto 20px"&gt;&lt;/span&gt;&lt;br&gt;
And, as always, please download the most recent version of the slides from here:&lt;br&gt;
&lt;strong&gt;&lt;big&gt;&lt;a href="http://apex.oracle.com/folien"&gt; http://apex.oracle.com/folien&lt;/a&gt;&lt;/big&gt;&lt;/strong&gt;&lt;br&gt;
Use the keyword (Schluesselwort):&lt;big&gt;&lt;strong&gt; upgrade112&lt;/strong&gt;&lt;/big&gt;&lt;/p&gt;

&lt;p&gt;Let us and the local colleagues from Oracle know once you have upgraded successfully - and don't wait too long - 10.2 goes out of Premier Support end of July this year - that's only 4.5 months to go.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/969BGcSsytY" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/UPGRADE/2010/03/workshop_in_manila_philppines.html</feedburner:origLink></item><item><title>Creating the Completely Customized World Just for YOU</title><link>http://feedproxy.google.com/~r/orana_boc/~3/SaV6etc0tn4/creating_the_completely_custom.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">divya.malik</dc:creator><pubDate>Thu, 11 Mar 2010 16:43:52 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/f1b93518fe95fec1</guid><description>&lt;p&gt;OK so not a customized world, but do you know what goes into creating that customized web store front for you? How do you get those additional offers from vendors when you call in for service or when you are browsing a storefront. &lt;/p&gt;  &lt;p&gt;This is what is has been happening behind the scenes.  &lt;/p&gt;  &lt;p&gt;When a customer calls in a contact center for service, at the end of the conversation, they are offered a new product, or service. But what just transpired was that the CRM system that was in place had routed the call to the right agent, the agent got the pop up screen with the customer information, and the call request  was handled. Then came the decision point to cross-sell and up-sell, The agent got some recommended offers that were created based on analyzed data (this data had been put into a data warehouse, modeled, profiled and rules were implemented e.g.. People with profile X like product Y).  But with this system, what happens is that analytics can be applied to a very small subset. &lt;/p&gt;  &lt;p&gt;Now comes Real Time Decisioning (RTD), this helps companies make optimal decisions in the context of transactional systems. It enables companies to improve business processes with real time intelligence on every single transaction. RTD is like a service plug-in that you put at the back of your transactional systems and that you  ping to get a recommendation.  It listens to business process flows and data moving through the process, getting all that data, processes all that you can do with that data, and gives out out various offers. It takes a process centric view of analytics rather than just a data centric view. It continuously observes and learns from ever-changing customer behavior and applies those insights to providing real-time decisions and recommendations at any customer touch point.&lt;/p&gt;  &lt;p&gt;At Oracle we define &lt;a href="http://www.oracle.com/appserver/business-intelligence/real-time-decisions.html"&gt;Real Time Decisioning&lt;/a&gt; as “ The solution that addresses a business issue faced by all organizations : how to make accurate decisions, using the most up to date information, in real time…consistently and in large volumes”.&lt;/p&gt;  &lt;p&gt;Here is a video on recommendation engines that are benefiting from real time decisioning today and see how it is helping online vendors.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px auto;padding-left:0px;width:425px;padding-right:0px;display:block;float:none;padding-top:0px"&gt;&lt;div style="margin:0px;padding:0px;display:inline"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=vAeuxQuXXnw"&gt;&lt;img src="http://blogs.oracle.com/crm/WindowsLiveWriter/CreatingtheCompletelyCustomizedWorldJust_EB45/videof299f08bc93c.jpg" style="border-style:none" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/SaV6etc0tn4" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/crm/2010/03/creating_the_completely_custom.html</feedburner:origLink></item><item><title>We've Been Busy: World Tour 2010</title><link>http://feedproxy.google.com/~r/orana_boc/~3/xy1-2cwbz_U/weve_been_busy_world_tour_2010.html</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dayton</dc:creator><pubDate>Thu, 11 Mar 2010 15:17:40 PST</pubDate><guid isPermaLink="false">tag:google.com,2005:reader/item/b87ee55ad5005fc9</guid><description>&lt;p&gt;
&lt;p&gt;&lt;img style="margin:0px 20px 20px 0px;width:369px;float:left;height:119px" alt="Smart Strategies-Roadmap Theme.gif" src="http://blogs.oracle.com/apps/Smart%20Strategies-Roadmap%20Theme.gif" width="563" height="225"&gt;&lt;strong&gt;Right after Oracle OpenWorld 2009 we went right into planning for our 2010 World Tour. An ambitious 90+ city tour visiting cities on every continent.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The Oracle Applications Strategy Update Tour started January 19th and is in full swing right now. We&amp;#39;ve put some heavy hitters on the road. If you didn&amp;#39;t get a chance to see Steve Miranda, Senior Vice President of Oracle Application Development in Tokyo, Anthony Lye, Senior Vice President of Oracle CRM Development in New Delhi or Sonny Singh, Senior Vice President of Oracle Industries Business Unit in Stockholm don&amp;#39;t worry...we&amp;#39;re not done yet.&lt;/p&gt;
&lt;p align="left"&gt;The theme, &lt;em&gt;Smart Strategies: Your Roadmap to the Future&lt;/em&gt; is a nod to the fact that everyone needs to be smart about what&amp;#39;s going on in their business and industry right now. But just as important---how to make sure that you&amp;#39;re on the course to where you need to be down the road. Get the big picture and key trends in &amp;quot;The New Normal&amp;quot; of today&amp;#39;s business climate and drill down and find out about the latest and greatest innovations in Oracle Applications.&lt;/p&gt;
&lt;p align="left"&gt;Check out &lt;a href="http://www.oracle.com/events/applicationstour/index.html"&gt;http://www.oracle.com/events/applicationstour/index.html&lt;/a&gt; for an upcoming tour date near you. Pictures, feedback, summaries and learnings from the tour to come soon.&lt;/p&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/orana_boc/~4/xy1-2cwbz_U" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.oracle.com/apps/2010/03/weve_been_busy_world_tour_2010.html</feedburner:origLink></item></channel></rss>
