<?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>Ghattu&#039;s Technology Blog &#187; oracle</title>
	<atom:link href="http://ghattus.com/category/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghattus.com</link>
	<description>A blog about technology that I work on in my day to day job</description>
	<lastBuildDate>Thu, 03 Dec 2009 00:56:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Jython 2.2 in WebLogic 11g</title>
		<link>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/</link>
		<comments>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:27:24 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wlst]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=127</guid>
		<description><![CDATA[I just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice! For a brief description on what&#8217;s new with Jython 2.2 see my old post here. E:\WebLogic11g\Oracle\Middleware\wlserver_10.3\common\bin&#62;java org.python.util.jython Jython 2.2.1 on java1.6.0_05 &#62;&#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>I just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice!</p>
<p><span id="more-127"></span></p>
<p>For a brief description on what&#8217;s new with Jython 2.2 see my old post <a href="http://ghattus.com/2007/08/jython-2-2-is-finally-here.html">here</a>.</p>
<blockquote><p>E:\WebLogic11g\Oracle\Middleware\wlserver_10.3\common\bin&gt;java org.python.util.jython<br />
<strong>Jython 2.2.1 on java1.6.0_05<br />
</strong>&gt;&gt;&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Monitoring your WebLogic SSL Certificates is important</title>
		<link>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/</link>
		<comments>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:45:25 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl certificate]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[wlst]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=121</guid>
		<description><![CDATA[If you are managing a WebLogic Environment, monitoring your WebLogic SSL Certificates is very essential.]]></description>
			<content:encoded><![CDATA[<p>I was talking to my friend yesterday and he mentioned that he was up all night due to an outage that happened to the WebLogic environments he manages, when asked why?</p>
<p>Expired SSL Certificates!!!<span id="more-121"></span>My initial reaction: You don&#8217;t have Monitoring? Hmm well, that led me to think, realistically how many environments have cert expiry monitoring? I haven&#8217;t seen any environments that have automated monitors that check the WebLogic Certificates. One of the reason why this may not have affected you is one, you are not using SSL and two, the certs you obtained have a life span of more than 10 years.</p>
<p>In our WebLogic environments we do not have monitoring specifically on the Cert&#8217;s, but we do have some monitoring that does warn us in-case  our Certs are about to expire. The way it works is, during boot time WebLogic Server logs a message if the certs configured are about to expire in the next 30 days. This message is logged with severity &#8220;Notice&#8221;. Our monitoring application listens on the Log BroadCaster (I will leave the details for another blog post), this listener will send an alert/EMail whenever a message is logged with severity &#8220;Notice&#8221;. The alert will contain the details of what is logged, in case of a Certificate that is about to expire it will contain the Date when it is going to expire and other Certificate details.</p>
<p>Please note, there is one problem to the above approach, i.e. we are relying on WebLogic Server to be started or restarted atleast once within this 30 days timeframe that your Certificate may expire. If not, you will never recieve the notification.</p>
<p>In one of my subsequent post I will write about an alternate simple approach to monitor your WebLogic Certificates.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My takeaways from Oracle Fusion Middleware 11g Forum</title>
		<link>http://ghattus.com/2009/07/29/my-takeaways-from-oracle-fusion-middleware-11g-forum/</link>
		<comments>http://ghattus.com/2009/07/29/my-takeaways-from-oracle-fusion-middleware-11g-forum/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:25:03 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WebLogic 10.3]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[entrise manager]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[jdeveloper]]></category>
		<category><![CDATA[jrockit]]></category>
		<category><![CDATA[middleware]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=85</guid>
		<description><![CDATA[I attended the Oracle Fusion Middleware 11g Forum in Bridgewater, NJ. It was a pretty informational session and I got to talk directly to Oracle management about some questions I had regarding Oracle&#8217;s Portal and JVM Strategies.Here are my takeaway&#8217;s. WebLogic Server 10.3 MP1 is part of Fusion Middleware 11g. WebLogic Portal is NOT part [...]]]></description>
			<content:encoded><![CDATA[<p>I attended the <a href="http://ghattus.com/2009/07/oracle-fusion-middlware-11g-forum.html">Oracle Fusion Middleware 11g Forum</a> in Bridgewater, NJ. It was a pretty informational session and I got to talk directly to <a href="http://www.oracle.com">Oracle</a> management about some questions I had regarding Oracle&#8217;s Portal and JVM Strategies.<span id="more-85"></span>Here are my takeaway&#8217;s.</p>
<ul>
<li><a href="http://www.oracle.com/technology/products/weblogic/index.html">WebLogic Server 10.3 MP1</a> is part of Fusion Middleware 11g.</li>
<li><a href="http://www.oracle.com/technology/products/weblogic/portal/index.html">WebLogic Portal</a> is <strong>NOT</strong> part of the Oracle Fusion Middleware 11g. The portal product that is part of Fusion Middleware is Oracle WebCentre.</li>
<li>Oracle will continue to develop and innovate on WebLogic Portal and planning to release 11g version by the end of the year.</li>
<li><a href="http://www.oracle.com/technology/products/jrockit/index.html">JRockit </a>is the recommended JVM for Oracle Fusion Middleware 11g.</li>
<li>Oracle does not have any plans to merge Sun&#8217;s JVM and JRockit into one, both these JVM&#8217;s will be independent of each other.</li>
<li><a href="http://www.oracle.com/technology/products/jdev/index.html">JDeveloper </a>is the recommeded IDE for all products in the Fusion Middleware suite.</li>
<li>Oh lastly, <a href="http://www.oracle.com/technology/products/oem/index.html">Enterprise Manager</a> is the mother of all Managers and will be able to control the Universe.. <img src='http://ghattus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/07/29/my-takeaways-from-oracle-fusion-middleware-11g-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can WebLogic 10.3 run on JDK 1.4?</title>
		<link>http://ghattus.com/2009/07/29/can-weblogic-10-3-run-on-jdk-1-4/</link>
		<comments>http://ghattus.com/2009/07/29/can-weblogic-10-3-run-on-jdk-1-4/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:10:49 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[JDK 1.4 EOL]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[WebLogic 10.3]]></category>
		<category><![CDATA[WebLogic 8.1 EOL]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[jdk 1.4]]></category>
		<category><![CDATA[jdk 1.5]]></category>
		<category><![CDATA[jdk 1.6]]></category>
		<category><![CDATA[weblogic 8.1]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=78</guid>
		<description><![CDATA[Does Oracle support running WebLogic 10.3 on JDK 1.4]]></description>
			<content:encoded><![CDATA[<p>One of my colleague asked me whether he can upgrade to WebLogic 10.3 from WebLogic 8.1 and not upgrade his JDK to 1.6. <span id="more-78"></span>Well, my initial reaction was &#8220;Why would you want to do that????&#8221;. But after listening to his side of the story I did wondered if WebLogic 10.3 is supported on 1.4. His application was built around 5 years ago on WebLogic 8.1/JDK 1.4 and slowly every one in the team moved on to different things. Now due to EOL and other issues (<a href="http://ghattus.com/2008/07/java-1-4-and-weblogic-8-1-end-of-life.html">see my post on JDK 1.4 and WebLogic 8.1 EOL)</a> all the the applications co-hosted in the Datacenter would like to Upgrade and he is forced to upgrade also. With limited or no resources how can he pull off this upgrade with out any code changes? Well, lets wish him luck.</p>
<p>Checked with <a href="http://www.oracle.com">Oracle</a> and offcially WebLogic 10.3 is NOT supported on either JDK 1.4 nor JDK 1.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/07/29/can-weblogic-10-3-run-on-jdk-1-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle Fusion Middleware 11g Forum</title>
		<link>http://ghattus.com/2009/07/27/oracle-fusion-middlware-11g-forum/</link>
		<comments>http://ghattus.com/2009/07/27/oracle-fusion-middlware-11g-forum/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 23:39:26 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=64</guid>
		<description><![CDATA[Oracle Fusion Middlware 11g Forum @ Bridgewater, NJ.]]></description>
			<content:encoded><![CDATA[<p>This should be a good source of Information about Oracle WebLogic Suite 11g on July 29, 2009 in Bridgewater,NJ. I am planning on attending this.<br />
<strong>Agenda</strong></p>
<p><span id="more-64"></span><br />
8:30 a.m. &#8211; 9:00 a.m.             Registration &amp; Continental Breakfast<br />
9:00 a.m. &#8211; 9:50 a.m.             Keynote: Oracle Fusion Middleware 11g, Rahul Patel, Vice President, Oracle Corporation<br />
10:00 a.m. &#8211; 11:00 a.m.        Breakout Sessions (pick one)<br />
- Oracle SOA Suite 11g. Enabling the Foundation for Next Generation Business Applications<br />
- Oracle SOA Suite 11g for Applications: Increasing Agility in Packaged Applications                                                                               &#8211; Oracle Fusion Middleware for Financials</p>
<p>11:00 a.m. &#8211; 11:15 a.m.         Break</p>
<p>11:15 a.m. &#8211; 12:15 p.m.         Breakout Sessions (pick one)<br />
- Oracle WebLogic Suite 11g and ApplicationGrid: The Foundation Strengthened<br />
- Oracle Identity Management 11g: Improving &amp; Enforcing Security &amp; Compliance<br />
- Oracle Data Integration: Improving Information Agility<br />
12:15 p.m. &#8211; 1:15 p.m.          Networking Lunch<br />
1:15 p.m. &#8211; 1:30 p.m.            Closing Comments &amp; Raffles<br />
For Session Overviews,<br />
Go to: http://www.oracle.com/dm/10q1field/33315_ev_sessions.html</p>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/07/27/oracle-fusion-middlware-11g-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
