<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SynerzTech Blog</title>
	<atom:link href="http://synerz.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://synerz.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Jun 2010 17:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle APEX Release 4.0 is Available Now</title>
		<link>http://synerz.com/blog/?p=135</link>
		<comments>http://synerz.com/blog/?p=135#comments</comments>
		<pubDate>Thu, 24 Jun 2010 17:10:57 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle APEX]]></category>
		<category><![CDATA[Apex 4.0]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=135</guid>
		<description><![CDATA[
The new features with Release 4.0 include
Web Sheets: Provides a quick and simple way to integrate and share content and data on the Web.
Dynamic Actions: Allows to declaratively incorporate dynamic client-side processes, without requiring to learn and use JavaScript and AJAX to provide a robust Web 2.0 user experience.
Better  themes: Provide a modernized user interface that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://synerz.com/blog/wp-content/uploads/2010/06/apex4.gif"><img class="aligncenter size-full wp-image-137" title="apex4" src="http://synerz.com/blog/wp-content/uploads/2010/06/apex4.gif" alt="" width="586" height="156" /></a></p>
<p>The new features with Release 4.0 include</p>
<p><strong>Web Sheets</strong>: Provides a quick and simple way to integrate and share content and data on the Web.</p>
<p><strong>Dynamic Actions</strong>: Allows to declaratively incorporate dynamic client-side processes, without requiring to learn and use JavaScript and AJAX to provide a robust Web 2.0 user experience.</p>
<div><strong>Better  themes</strong>: Provide a modernized user interface that is compliant with XHTML and CSS standards.</div>
<div>and many more &#8230;</div>
<div>For full list of new features check out at:  <a href="http://www.oracle.com/technology/products/database/application_express/html/4.0_new_features.html">http://www.oracle.com/technology/products/database/application_express/html/4.0_new_features.html</a></div>
<div>Download at:</div>
<div><a href="http://www.oracle.com/technology/products/database/application_express/download.html">http://www.oracle.com/technology/products/database/application_express/download.html</a></div>
<div>Oracle Application Express 4.0 requires an Oracle Database version 10.2.0.3 or higher</div>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Apex 3.2 Installation Best Practices</title>
		<link>http://synerz.com/blog/?p=130</link>
		<comments>http://synerz.com/blog/?p=130#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:22:53 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle APEX]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=130</guid>
		<description><![CDATA[Oracle Apex 3.2 can be installed in Oracle 9i Release 2(9.2) or Oracle 10g. Oracle 11g comes pre-installed with Apex 3.2 and Oracle XE can be upgraded to Apex 3.2 as it comes pre-installed with Apex 2.1.
Installation Best Practices(Applicable to Apex 3.2 on Oracle 9i Release 2(9.2) or Oracle 10g Rel 1 and Rel 2)
1. Default [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle Apex 3.2 can be installed in Oracle 9i Release 2(9.2) or Oracle 10g. Oracle 11g comes pre-installed with Apex 3.2 and Oracle XE can be upgraded to Apex 3.2 as it comes pre-installed with Apex 2.1.</p>
<p><strong>Installation Best Practices</strong>(Applicable to Apex 3.2 on Oracle 9i Release 2(9.2) or Oracle 10g Rel 1 and Rel 2)</p>
<p><strong>1. Default or Dedicated?</strong>  The Apex 3.2 installer by defualt install into SYSAUX(System Auxiliary) tablespace, a new feature of Oracle 10g. Instead of using the SYSAUX it is better to use dedicated tablespace for the following reasons.</p>
<p>a. The Apex installation creates 3 new database accounts and associated objects and metadata and hence belong to a dedicated tablespace. This provides more control and flexibility over the admin. of the APEX environment especially from the recovery point of view.</p>
<p>The 3 new accounts created are</p>
<p><strong>APEX_030200</strong>- The account that owns the Oracle Application Express schema and metadata</p>
<p><strong>FLOWS_FILES</strong> &#8211; The account that owns Oracle Application Express  uploaded files.</p>
<p><strong>APEX_PUBLIC_USER -</strong> The minimally privileged account used for Oracle Application Express configuration with Oracle HTTP Server and <code>mod_plsql</code>.</p>
<p>b. Facilitate DBA to decide on which disk should be used to store the dedicated tablespace in order to reduce contention.</p>
<p><strong>2. Naming Conventions</strong>: Follow naming conventions or create one if one does not exists so that it can be helpful during upgrade  in future. For e.g the tablspace name can be given as APEX_REL32 or APEX_32 to identify that the table space is associated with APEX 3.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 reasons to embrace blogs for businesses</title>
		<link>http://synerz.com/blog/?p=107</link>
		<comments>http://synerz.com/blog/?p=107#comments</comments>
		<pubDate>Thu, 10 Jun 2010 19:37:41 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=107</guid>
		<description><![CDATA[Companies of all sizes irrespective of their nature of business are fast embracing blogs as a means of effective communication with stakeholders such as customers, clients, employees etc. ,  for advertising, marketing and promotion purposes,  for improving customer service etc.  Blog helps companies be a part of a conversation and opening up their ears to [...]]]></description>
			<content:encoded><![CDATA[<p>Companies of all sizes irrespective of their nature of business are fast embracing blogs as a means of effective communication with stakeholders such as customers, clients, employees etc. ,  for advertising, marketing and promotion purposes,  for improving customer service etc.  Blog helps companies be a part of a conversation and opening up their ears to valuable constructive feedback from the stakeholders.</p>
<p>Here are the top 5 reasons.</p>
<p><strong>1. Communicating with Stakeholders</strong>: Instead of sending out print materials or emails companies are reaching out to existing as well as potential customers using blog as an effective social media tool.  The following become fodder for the company blog.</p>
<ul>
<li>New product introductions/launches</li>
<li>Product reviews</li>
<li>Inventory updates</li>
<li>Links to official press releases</li>
<li>Industry or Company related news<strong> </strong></li>
</ul>
<p><strong>2. Marketing, Advertising &amp; Promotion:</strong></p>
<ul>
<li>Provide targeted advertising</li>
<li>Discuss and review products and services </li>
<li>Build loyality</li>
<li>Build buzz for upcoming product launches</li>
<li>Build additional web traffic</li>
</ul>
<p><strong>3. Customer Service:</strong></p>
<ul>
<li>As a supplement to traditional customer service.</li>
<li>Help allay customer’s anxiety by explaining product delays, service interruptions etc.</li>
<li>Distribute answers quickly and efficiently.</li>
<li>Cutting down on stress for customers and employees alike.</li>
</ul>
<p><strong>4.  Product Enhancement:</strong></p>
<ul>
<li>To give their customers a sense of added value for their purchases.</li>
</ul>
<p><strong>5.  Providing Expertise:</strong></p>
<ul>
<li>To impart expert knowledge on products and services</li>
</ul>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 Release</title>
		<link>http://synerz.com/blog/?p=59</link>
		<comments>http://synerz.com/blog/?p=59#comments</comments>
		<pubDate>Thu, 27 May 2010 03:19:52 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=59</guid>
		<description><![CDATA[
Micrsoft will officially release Office 2010 on June 15, 2010. The list of new features include Social Connector, built-in screen capture tool, SmartArt Templates and much more ..
]]></description>
			<content:encoded><![CDATA[<p><a href="http://synerz.com/blog/wp-content/uploads/2010/05/Microsoft_Office_2010.png"><img class="alignleft size-full wp-image-60" title="Microsoft_Office_2010" src="http://synerz.com/blog/wp-content/uploads/2010/05/Microsoft_Office_2010.png" alt="" width="206" height="70" /></a><a href="http://synerz.com/blog/wp-content/uploads/2010/05/Microsoft_Office_2010.png"></a></p>
<p>Micrsoft will officially release Office 2010 on June 15, 2010. The list of new features include Social Connector, built-in screen capture tool, SmartArt Templates and much more ..</p>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle 11g Release 2 for Microsoft Windows available</title>
		<link>http://synerz.com/blog/?p=25</link>
		<comments>http://synerz.com/blog/?p=25#comments</comments>
		<pubDate>Fri, 14 May 2010 01:03:58 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=25</guid>
		<description><![CDATA[
Oracle 11g release 2 for windows is made available recently.
Checkout 11g home page for more information at http://www.oracle.com/technology/products/database/oracle11g/index.html
Download at http://www.oracle.com/technology/software/products/database/index.html
Documenation at http://www.oracle.com/pls/db102/homepage
]]></description>
			<content:encoded><![CDATA[<p><a href="http://synerz.com/blog/wp-content/uploads/2010/05/oracle11g.gif"><img class="aligncenter size-full wp-image-32" title="oracle11g" src="http://synerz.com/blog/wp-content/uploads/2010/05/oracle11g.gif" alt="" width="219" height="218" /></a></p>
<p>Oracle 11g release 2 for windows is made available recently.</p>
<p>Checkout 11g home page for more information at <a href="http://www.oracle.com/technology/products/database/oracle11g/index.html">http://www.oracle.com/technology/products/database/oracle11g/index.html</a></p>
<p>Download at <a href="http://www.oracle.com/technology/software/products/database/index.html">http://www.oracle.com/technology/software/products/database/index.html</a></p>
<p>Documenation at <a href="http://www.oracle.com/pls/db102/homepage">http://www.oracle.com/pls/db102/homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!!</title>
		<link>http://synerz.com/blog/?p=17</link>
		<comments>http://synerz.com/blog/?p=17#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:07:16 +0000</pubDate>
		<dc:creator>Chandra Movva</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://synerz.com/blog/?p=17</guid>
		<description><![CDATA[This is a first posting from Synerz Technologies Inc. We are excited to share our knowledge and experience related to Oracle, Microsoft(ASP.NET), Java(J2EE) and Open Source Technologies.
We will be posting as we come across various challenges during IT administration, development and implementation.
]]></description>
			<content:encoded><![CDATA[<p>This is a first posting from Synerz Technologies Inc. We are excited to share our knowledge and experience related to Oracle, Microsoft(ASP.NET), Java(J2EE) and Open Source Technologies.</p>
<p>We will be posting as we come across various challenges during IT administration, development and implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://synerz.com/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

