<?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>Me,Oracle and Unix</title>
	<atom:link href="http://leenus2b.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://leenus2b.wordpress.com</link>
	<description>Just another blog on Oracle Technology</description>
	<lastBuildDate>Wed, 26 Jan 2011 06:52:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='leenus2b.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Me,Oracle and Unix</title>
		<link>http://leenus2b.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://leenus2b.wordpress.com/osd.xml" title="Me,Oracle and Unix" />
	<atom:link rel='hub' href='http://leenus2b.wordpress.com/?pushpress=hub'/>
		<item>
		<title>libgcc_s.so.1, ins_ctx.mk &#8211; Error while installing 11gR2 on OEL 5.3</title>
		<link>http://leenus2b.wordpress.com/2010/09/07/libgcc_s-so-1-ins_ctx-mk-error-while-installing-11gr2-on-oel-5-3/</link>
		<comments>http://leenus2b.wordpress.com/2010/09/07/libgcc_s-so-1-ins_ctx-mk-error-while-installing-11gr2-on-oel-5-3/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 05:48:34 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://leenus2b.wordpress.com/2010/09/07/libgcc_s-so-1-ins_ctx-mk-error-while-installing-11gr2-on-oel-5-3/</guid>
		<description><![CDATA[While installing 11gR2 on Oracle Enterprize Linux 5 update 3, I faced below error during relink process /lib/libgcc_s.so.1: undefined reference to `__stack_chk_fail@GLIBC_2.4&#8242; collect2: ld returned 1 exit status make: *** [ctxhx] Error 1 and del.icio.us Tags: Database Exception String: Error &#8230; <a href="http://leenus2b.wordpress.com/2010/09/07/libgcc_s-so-1-ins_ctx-mk-error-while-installing-11gr2-on-oel-5-3/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=47&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While installing 11gR2 on Oracle Enterprize Linux 5 update 3, I faced below error during relink process</p>
</p>
<p>/lib/libgcc_s.so.1: undefined reference to <a href="mailto:`__stack_chk_fail@GLIBC_2.4'">`__stack_chk_fail@GLIBC_2.4&#8242;</a>    <br />collect2: ld returned 1 exit status    <br />make: *** [ctxhx] Error 1</p>
<p>and</p>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:150f2193-9653-4ed3-a09b-fe6af6c45967" style="display:inline;float:none;margin:0;padding:0;">del.icio.us Tags: <a href="http://del.icio.us/popular/Database" rel="tag">Database</a></div>
<p>Exception String: Error in invoking target &#8216;install&#8217; of makefile &#8216;/u10/app/SBLOSL/orsblosl/oracle/product/11.2.0/ctx/lib/ins_ctx.mk&#8217;   </p>
<p>Upon investigating, I observed gcc version is 3.4.6, Where as oracle 11gR2 installer requires gcc version 4.1.x.</p>
<p>&#160;</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">[orsblosl@rstnxovm9019 bin]$ ls -lart *gcc* *g++*</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 2 root root&#160; 89760 Jun&#160; 5&#160; 2007 i386-redhat-linux-gcc34
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 3 root root&#160; 93120 Jun&#160; 5&#160; 2007 i386-redhat-linux-g++34
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 2 root root&#160; 89760 Jun&#160; 5&#160; 2007 gcc34
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 3 root root&#160; 93120 Jun&#160; 5&#160; 2007 g++34
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 1 root root&#160;&#160;&#160; 914 May 22&#160; 2008 gcc
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 1 root root&#160;&#160;&#160; 914 May 22&#160; 2008 g++
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 4 root root 198868 Nov&#160; 5&#160; 2008 i386-redhat-linux-g++
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 4 root root 198868 Nov&#160; 5&#160; 2008 g++.orig
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 2 root root 196692 Nov&#160; 5&#160; 2008 i386-redhat-linux-gcc
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">-rwxr-xr-x 2 root root 196692 Nov&#160; 5&#160; 2008 gcc.orig
</p>
<p>   </span>
</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">
<p>&#160;</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">[orsblosl@rstnxovm9019 bin]$ /usr/bin/gcc.orig &#8211;version
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><b><span style="font-size:11pt;color:#c00000;font-family:&#039;">gcc.orig (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)
</p>
<p>     </span></b></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">Copyright (C) 2006 Free Software Foundation, Inc.
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">This is free software; see the source for copying conditions.&#160; There is NO
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
</p>
<p>   </span>
</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">
<p>&#160;</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">[orsblosl@rstnxovm9019 bin]$ /usr/bin/gcc &#8211;version
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><b><span style="font-size:11pt;color:#c00000;font-family:&#039;">gcc34 (GCC) 3.4.6 20060404 (Red Hat 3.4.6-4)
</p>
<p>     </span></b></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">Copyright (C) 2006 Free Software Foundation, Inc.
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">This is free software; see the source for copying conditions.&#160; There is NO
</p>
<p>   </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#c00000;font-family:&#039;">warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
</p>
<p>   </span>
</p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:11pt;color:#1f497d;">
</p>
<p>   </span></p>
<h1></h1>
<p>Hence I moved gcc and g++&#160; in /usr/bin to backup directory and restored gcc.orig and g++.orig to gcc &amp; g++ respectively.</p>
<p>Retry the relink lead to successful completion of the 11gR2 install.</p>
<p>&#160;</p>
<p>Refrence docs:</p>
<p>Requirements for Installing Oracle 11gR2 RDBMS on RHEL (and OEL) 5 on 32-bit x86 (Doc ID 880936.1)   <br />GCC/G++ version incompatiblity with compat-oracle-rhel4-1.0-5 rpm package installed [ID 389811.1]    <br />Multiple gcc / g++ Versions in Linux [ID 444084.1]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=47&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/09/07/libgcc_s-so-1-ins_ctx-mk-error-while-installing-11gr2-on-oel-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Extracting Local database in siebel</title>
		<link>http://leenus2b.wordpress.com/2010/05/05/extracting-local-database-in-siebel/</link>
		<comments>http://leenus2b.wordpress.com/2010/05/05/extracting-local-database-in-siebel/#comments</comments>
		<pubDate>Wed, 05 May 2010 07:27:32 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://leenus2b.wordpress.com/2010/05/05/extracting-local-database-in-siebel/</guid>
		<description><![CDATA[1. Siebel Remote &#8211; Component Group needs to be enabled on the server.This can be done by connecitng to server manager (srvrmgr) and executing srvrmgr&#62;list compgrp If Siebel Remote is not enabled, need to execute the command srvrmgr&#62; enable component &#8230; <a href="http://leenus2b.wordpress.com/2010/05/05/extracting-local-database-in-siebel/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=46&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Siebel Remote &#8211; Component Group needs to be enabled on the server.<br />This can be done by connecitng to server manager (srvrmgr) and executing
<p>srvrmgr&gt;list compgrp
<p>If Siebel Remote is not enabled, need to execute the command
<p>srvrmgr&gt; enable component group Remote for server &lt;servername&gt;
<p>Resatart Siebel server &amp; verify Siebel Remote compgrp available on list compgrps command
<p>2. Database Extract component (DbXtract) needs to be enabled on server
<p>srvrmgr&gt; list comp DbXtract
<p>3. Generate New Database &#8211; Job needs to be executed
<p>&nbsp;&nbsp;&nbsp; Administration &#8211; Server Management &gt; Jobs &gt; New job <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; For Component/Job field select&nbsp; Generate New Database<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; For Requested Server field give &lt;siebsrvr_hostname&gt;<br />&nbsp;&nbsp;&nbsp; In Job parameters applet Create New Value<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Name column as SQL Any where database and value as&nbsp; sse_utf8.dbf<br />&nbsp;&nbsp;&nbsp; Submit the job and ensure it was successful
<p>4. Registering an employee as Siebel mobile webclient user
<p>&nbsp;&nbsp;&nbsp; Administration &#8211; Siebel Remote &gt; Mobile Clients<br />&nbsp;&nbsp;&nbsp; In Mobile Clients Applet<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Mobile Client column&nbsp; &lt;username needs DbXtract&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; App Server Name as &lt;server_name&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; UserID as user_available_as_employee
<p>5. Executing DbXtract for the mobile user<br />&nbsp;&nbsp;&nbsp; Administration &#8211; Server Management &gt; Jobs &gt; New job<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; For Component/Job field select Database Extract<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; For Requested Server field give &lt;siebsrvr_hostname&gt;<br />&nbsp;&nbsp;&nbsp; In Job parameters applet Create New Value<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Name column as Client Name and value as &lt;username needs DbXtract&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Name column as Move Siebel Remote Cliet&nbsp; and value as True (For first time extract)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; In Routing Model&nbsp; select value MOBILE CLIENT &#8211; EXTRACT ONLY<br />&nbsp;&nbsp;&nbsp; Submit the job and ensure it was successful
<p><u>Errors </u>
<p>Issue 1:&nbsp; After submitting Database Extract,&nbsp; the job was in Queued state for long time<br />
<blockquote>
<p>issue can be identified as Siebel Remote compgrp / DbXtract comp was not enabled. </p>
</blockquote>
<p>Issue 2:&nbsp; SBL-DBX-00038: No local database template found.<br />
<blockquote>
<p>issue can be identified as not generated Database template </p>
</blockquote>
<p>Issue 3: SBL-SMI-00077: Component error, see the trace file for more information&nbsp;
<p>and in DbXtract_xxxxx.log contains<br />GenericLog GenericError 1 000000084b553068:0 2010-01-20 10:00:37 (smisched.cpp (894) err=1376333 sys=0) SBL-SMI-00077: Component error, see the trace file for more information<br />
<blockquote>
<p>issue identified as not availability of Siebel mobile client users. </p>
</blockquote>
<blockquote><p>This can be confirmed by executing the command </p>
</blockquote>
<blockquote><p>select * from SIEBEL.S_NODE where NODE_TYPE_CD = &#8216;REMOTE&#8217; and NAME=&#8217;SADMIN&#8217; and EFF_END_DT is NULL; </p>
</blockquote>
<blockquote><p>which returns no rows (or) username for whom extract needs to be executed will not be in output</p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=46&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/05/05/extracting-local-database-in-siebel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Using &#8216;at&#8217; to schedule a job in Unix</title>
		<link>http://leenus2b.wordpress.com/2010/03/10/using-at-to-schedule-a-job-in-unix/</link>
		<comments>http://leenus2b.wordpress.com/2010/03/10/using-at-to-schedule-a-job-in-unix/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:44:55 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2010/03/10/using-at-to-schedule-a-job-in-unix/</guid>
		<description><![CDATA[Unix command &#8216;at&#8217; can be used to schedule a task at specific time.To get into &#8216;at&#62;&#8217; command prompt use command &#8216;batch&#8217;. [leenus@oracle ~]$ batch at&#62; at 5pm today at&#62; nohup tar -xzvf oracle.tgz &#62; ~/nohup.out at&#62; mail -s &#8220;Scheduled task &#8230; <a href="http://leenus2b.wordpress.com/2010/03/10/using-at-to-schedule-a-job-in-unix/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=43&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Unix command &#8216;at&#8217; can be used to schedule a task at specific time.To get into &#8216;at&gt;&#8217; command prompt use command &#8216;batch&#8217;.</p>
<p><font face="Courier New">[</font><a href="mailto:leenus@oracle"><font face="Courier New">leenus@oracle</font></a><font face="Courier New"> ~]$ batch</font></p>
<p><font face="Courier New">at&gt; at 5pm today</font></p>
<p><font face="Courier New">at&gt; nohup tar -xzvf oracle.tgz &gt; ~/nohup.out</font></p>
<p><font face="Courier New">at&gt; mail -s &#8220;Scheduled task Completed&#8221; </font><a href="mailto:me@myhost.com"><font face="Courier New">me@myhost.com</font></a><font face="Courier New"> &lt;&lt; ~/nohup.out</font></p>
<p><font face="Courier New">ctrl+d to save the job.</font></p>
<p>To see the scheduled jobs we can give<font face="Courier New"> atq</font></p>
<p>To remove the scheduled job execute <font face="Courier New">atrm -&lt;job_number&gt;</font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=43&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/03/10/using-at-to-schedule-a-job-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating partitions in linux</title>
		<link>http://leenus2b.wordpress.com/2010/02/25/creating-partitions-in-linux/</link>
		<comments>http://leenus2b.wordpress.com/2010/02/25/creating-partitions-in-linux/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:09:22 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/?p=40</guid>
		<description><![CDATA[I followed below procedure for creating various partitions in linux [root@ovmapp1 ~]# fdisk /dev/sdc Command (m for help): d Selected partition 1 Command (m for help): p ===&#62; print partition table Disk /dev/sdc: 5368 MB, 5368709120 bytes 255 heads, 63 &#8230; <a href="http://leenus2b.wordpress.com/2010/02/25/creating-partitions-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=40&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I followed below procedure for creating various partitions in linux</p>
<pre><strong><span style="color:#0000ff;">[root@ovmapp1 ~]# fdisk /dev/sdc</span></strong>

Command (m for help): d
Selected partition 1

<span style="color:#0000ff;"><strong>Command (m for help): p</strong></span> <span style="color:#ff0000;"> ===&gt; print partition table</span>

Disk /dev/sdc: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

 Device Boot      Start         End      Blocks   Id  System

<span style="color:#0000ff;"><strong>Command (m for help): n</strong></span>  <span style="color:#ff0000;">===&gt; New partition</span>
Command action
 e   extended
 p   primary partition (1-4)
p
Partition number (1-4):
Value out of range.
Partition number (1-4): 1
First cylinder (1-652, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-652, default 652):
Using default value 652

<span style="color:#0000ff;"><strong>Command (m for help): p</strong></span>

Disk /dev/sdc: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

 Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1         652     5237158+  83  Linux

Command (m for help):
<span style="color:#0000ff;"><strong>Command (m for help): w</strong></span>  <span style="color:#ff0000;">===&gt; write to partition tabel, If write is not given partion table will not be modified</span>
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
[root@ovmapp1 ~]#

<span style="color:#0000ff;"><strong>[root@ovmapp1 ~]# mkfs -t ext3 /dev/sdc1</strong></span>  <span style="color:#ff0000;">===&gt; Creating ext3 format file system</span>
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
655360 inodes, 1309289 blocks
65464 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1342177280
40 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
 32768, 98304, 163840, 229376, 294912, 819200, 884736

Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
<span style="color:#0000ff;"><strong>[root@ovmapp1 ~]# e2label /dev/sdc1 /arch </strong></span>  <span style="color:#ff0000;">===&gt; e2label command will assign label to the partition,</span>
[root@ovmapp1 ~]#
<span style="color:#ff0000;">Before mounting the new partition, below is the output of df -h</span>
<span style="color:#0000ff;">[root@ovmapp1 ~]# df -h</span>
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             9.0G  6.5G  2.1G  77% /
none                  295M     0  295M   0% /dev/shm
/dev/sda2             9.7G  6.2G  3.0G  68% /oracle
/dev/sdb1             9.9G   55M  9.3G   1% /oradata
[root@ovmapp1 ~]#
<span style="color:#0000ff;">[root@ovmapp1 ~]# mkdir /arch</span>
[root@ovmapp1 ~]#
<span style="color:#ff0000;"><span style="color:#000000;"><strong><span style="color:#0000ff;">[root@ovmapp1 ~]# mount -t ext3 /dev/sdc1 /arch</span></strong> </span> ===&gt; Mounting ext3 file system to a directory</span>
[root@ovmapp1 ~]#
[root@ovmapp1 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             9.0G  6.5G  2.1G  77% /
none                  295M     0  295M   0% /dev/shm
/dev/sda2             9.7G  6.2G  3.0G  68% /oracle
/dev/sdb1             9.9G   55M  9.3G   1% /oradata
<span style="color:#0000ff;">/dev/sdc1             5.0G   43M  4.7G   1% /arch</span>
[root@ovmapp1 ~]#
<span style="color:#ff0000;">Add the entries to /etc/fstab file to automount the new partition after evry reboot</span>
<span style="color:#0000ff;">[root@ovmapp1 ~]# cat /etc/fstab</span>
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/                 /                       ext3    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
LABEL=/oracle           /oracle                 ext3    defaults        1 2
LABEL=/oradata          /oradata                ext3    defaults        0 0
<span style="color:#ff0000;">LABEL=/arch             /arch                   ext3    defaults        0 0</span>
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
LABEL=SWAP-sda3         swap                    swap    defaults        0 0
/dev/hdc                /media/cdrom            auto    pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/fd0                /media/floppy           auto    pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=40&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/02/25/creating-partitions-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>12.914297 77.636948</georss:point>
		<geo:lat>12.914297</geo:lat>
		<geo:long>77.636948</geo:long>
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Script for sourcing environment for multiple SID&#8217;s sharing same HOME</title>
		<link>http://leenus2b.wordpress.com/2010/02/24/script-for-sourcing-environment-for-multiple-sids-sharing-same-home/</link>
		<comments>http://leenus2b.wordpress.com/2010/02/24/script-for-sourcing-environment-for-multiple-sids-sharing-same-home/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 10:19:02 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/?p=38</guid>
		<description><![CDATA[Below is simple script i created to set environment in RAC nodes &#38; instances sharing same oracle_home. export ORACLE_HOME=/oracle export PATH=$ORACLE_HOME/bin:$PATH echo &#8221; &#8220; echo &#8221; &#8220; echo &#8220;Please Enter SID : +ASM1 / RAC1 &#8220; read SID export ORACLE_SID=$SID &#8230; <a href="http://leenus2b.wordpress.com/2010/02/24/script-for-sourcing-environment-for-multiple-sids-sharing-same-home/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=38&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below is simple script i created to set environment in RAC nodes &amp; instances sharing same oracle_home.</p>
<p>export ORACLE_HOME=/oracle<br />
export PATH=$ORACLE_HOME/bin:$PATH<br />
echo &#8221; &#8220;<br />
echo &#8221; &#8220;<br />
echo &#8220;Please Enter SID : +ASM1 / RAC1 &#8220;<br />
read SID<br />
export ORACLE_SID=$SID<br />
echo &#8221; &#8220;<br />
echo &#8221; Environment set for $SID &#8220;<br />
echo &#8221; &#8220;<br />
echo &#8221; `env|grep ORACLE_SID` &#8220;<br />
echo &#8221; &#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=38&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/02/24/script-for-sourcing-environment-for-multiple-sids-sharing-same-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Weblogic Listen Port: In Weblogic</title>
		<link>http://leenus2b.wordpress.com/2010/02/13/change-weblogic-listen-port-in-weblogic/</link>
		<comments>http://leenus2b.wordpress.com/2010/02/13/change-weblogic-listen-port-in-weblogic/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 03:09:57 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2010/02/13/change-weblogic-listen-port-in-weblogic/</guid>
		<description><![CDATA[Change Weblogic Listen Port: In Weblogic server default Listen port is 7001. say, In DMZ servers open ports are between 10000-10999 in order to change Listen port (from back-end) we need to use WLST (weblogic scripting tool) utility if we &#8230; <a href="http://leenus2b.wordpress.com/2010/02/13/change-weblogic-listen-port-in-weblogic/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=37&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Change Weblogic Listen Port:<br />
In Weblogic server default Listen port is 7001. say, In  DMZ servers open ports are between 10000-10999 in order to change Listen port (from back-end) we need to use WLST (weblogic scripting tool)  utility if we need to change from back-end.</p>
<p>WLST tool can be invoken by wlst.sh from location $WEB_LOGIC_HOME /wlserver_10.3/common/bin</p>
<p>Idnetify the configured domain location , ( $WEB_LOGIC_HOME/domains/ )</p>
<p>wls:/offline&gt; readDomain(&#8216;/u10/app/HLDRET/orhldret/oracle/1013WCHome/WebLogic/wlserver_10.3/samples/domains/wl_server&#8217;);<br />
wls:/offline/wl_server&gt; cd(&#8216;Server&#8217;)<br />
wls:/offline/wl_server/Server&gt; ls()<br />
drw-   examplesServer      &#8212; This is my AdminServer<br />
wls:/offline/wl_server/Server&gt; cd(&#8216;examplesServer&#8217;)<br />
wls:/offline/wl_server/Server/examplesServer&gt; ls()</p>
<p>- &#8211; - -<br />
- &#8211; - -<br />
- &#8211; - -<br />
-rw-   ListenAddress                                All Local Addresses<br />
-rw-   ListenDelaySecs                              0<br />
-rw-   ListenPort                                   7001             &#8212; This Is default listen port<br />
- &#8211; - -<br />
- &#8211; - -<br />
- &#8211; - &#8211; </p>
<p>wls:/offline/wl_server/Server/examplesServer&gt; set(&#8216;ListenPort&#8217;,10890);<br />
wls:/offline/wl_server/Server/examplesServer&gt; updateDomain();<br />
wls:/offline/wl_server/Server/examplesServer&gt; exit();</p>
<p>Restart WebLogic server &amp; access the URL http://:/console<br />
Default login username/password : weblogic/weblogic</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=37&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/02/13/change-weblogic-listen-port-in-weblogic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Diff between 10.1.2.0.0 &amp; 10.1.2.0.2 For</title>
		<link>http://leenus2b.wordpress.com/2010/01/28/diff-between-10-1-2-0-0-10-1-2-0-2-for/</link>
		<comments>http://leenus2b.wordpress.com/2010/01/28/diff-between-10-1-2-0-0-10-1-2-0-2-for/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 13:37:58 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2010/01/28/diff-between-10-1-2-0-0-10-1-2-0-2-for/</guid>
		<description><![CDATA[Diff between 10.1.2.0.0 &#38; 10.1.2.0.2 For installation Oracle Retail workspace 13.1, which needs to be deployed in Oracle Webcenter 10.1.3.4 ( install 10.1.3.2 webcenter &#38; apply patch 7272722 ) , OID is mandatory product for managing users &#38; roles. While &#8230; <a href="http://leenus2b.wordpress.com/2010/01/28/diff-between-10-1-2-0-0-10-1-2-0-2-for/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=36&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Diff between 10.1.2.0.0 &amp; 10.1.2.0.2<br />
For installation  Oracle Retail workspace 13.1, which needs to be deployed in Oracle Webcenter  10.1.3.4 ( install 10.1.3.2 webcenter &amp; apply patch 7272722 ) , OID is mandatory product for managing users &amp; roles.<br />
While going through 10gAS-R2 , got a confusion on what version of Application Server needs to be installed.<br />
The  link gave me clarification  <a href="http://ow.ly/11kTx" rel="nofollow">http://ow.ly/11kTx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=36&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/01/28/diff-between-10-1-2-0-0-10-1-2-0-2-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>This is my TEST update to Word Press Blo</title>
		<link>http://leenus2b.wordpress.com/2010/01/27/this-is-my-test-update-to-word-press-blo/</link>
		<comments>http://leenus2b.wordpress.com/2010/01/27/this-is-my-test-update-to-word-press-blo/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 09:48:39 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2010/01/27/this-is-my-test-update-to-word-press-blo/</guid>
		<description><![CDATA[This is my TEST update to Word Press Blog from HootSuite.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=35&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my TEST update to Word Press  Blog from HootSuite.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=35&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2010/01/27/this-is-my-test-update-to-word-press-blo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Killing hung database process..</title>
		<link>http://leenus2b.wordpress.com/2009/11/02/killing-hung-database-process/</link>
		<comments>http://leenus2b.wordpress.com/2009/11/02/killing-hung-database-process/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 04:15:09 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2009/11/02/killing-hung-database-process/</guid>
		<description><![CDATA[Today We faced an issue, where an database process is kicking off again and again even we killed that in Database level.I identified that process was running as part of job in database&#160; (As the process corresponds to background process &#8230; <a href="http://leenus2b.wordpress.com/2009/11/02/killing-hung-database-process/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=34&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today We faced an issue, where an database process is kicking off again and again even we killed that in Database level.I identified that process was running as part of job in database&nbsp; (As the process corresponds to background process &#8211; j000 ) and followed the below procedure to kill that session.</p>
<p>I identified the job as &#8217;203&#8242; ,SID as &#8217;80&#8242;&nbsp; and username as &#8216;APEX_PUBLIC_USER&#8217; etc., from dba_jobs_running using below query.
<p><font face="Courier" size="4">select jr.job,s.username,s.sid,s.lockwait,s.logon_time<br />from dba_jobs_running jr,v$session s<br />where jr.sid = s.sid <br />order by jr.job;</font>
<p>I used below query to broke the job before killing the session.</p>
<p><font face="Courier" size="4">SQL&gt; execute dbms_job.broken(&#8217;203&#8242;,TRUE); <br />&nbsp;&nbsp; begin dbms_job.broken<br />&nbsp;&nbsp; * <br />ORA-23421; job number 572400 is not a job in the job queue <br />ORA-06512: at &#8220;SYS.DBMS_SYS_ERROR&#8221; line 86 <br />ORA-06512: at &#8220;SYS.DBMS_IJOB&#8221; line 514 <br />ORA-06512: at &#8220;SYSDBMS_JOB&#8221;, line 240 <br />ORA-06512: at line 1</font>&nbsp;
<p>I understood , I need to be the user who initiated the job to broke the job (or) have to use dbms_ijob package to broke the job as DBA.</p>
<p><font face="Courier" size="4">BEGIN SYS.DBMS_IJOB.BROKEN(&#8217;203&#8242;,TRUE); END;<br />&nbsp; 2&nbsp; / </font>
<p><font face="Courier" size="4">PL/SQL procedure successfully completed.</font>
<p>and used below command to kill the session and ensured no process is further kicked off..</p>
<p><font face="Courier" size="4">alter system kill session &#8216;SID,SERIAL#&#8217;;</font></p>
<p>Helpful Metalink Docs :</p>
<p>How to kill a hung automated materialized view refresh job : 341842.1<br />ORA-23421 OR ORA-03421 TRYING TO ALTER A JOB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 1029977.6
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font face="Cordia New" size="4"></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=34&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2009/11/02/killing-hung-database-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
		<item>
		<title>Generate Triggers in Siebel</title>
		<link>http://leenus2b.wordpress.com/2009/10/19/generate-triggers-in-siebel/</link>
		<comments>http://leenus2b.wordpress.com/2009/10/19/generate-triggers-in-siebel/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:25:43 +0000</pubDate>
		<dc:creator>leenus2b</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://leenus2b.wordpress.com/2009/10/19/generate-triggers-in-siebel/</guid>
		<description><![CDATA[&#160; General procedure for generating triggers is&#160; first removing triggers and then creating the triggers.To acheive this, we will submit the job Generate Triggers twice with different parameters. First for REMOVING triggers and next for CREATING triggers. For Removing triggers &#8230; <a href="http://leenus2b.wordpress.com/2009/10/19/generate-triggers-in-siebel/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=33&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;
<p>General procedure for generating triggers is&nbsp; first removing triggers and then creating the triggers.<br />To acheive this, we will submit the job Generate Triggers twice with different parameters.
<p>First for REMOVING triggers and next for CREATING triggers.</p>
<p>For Removing triggers we will give comp-specific parameter&nbsp; <br />REMOVE = TRUE&nbsp; <br />Trigger File Name = Trigger_remove.sql </p>
<p>For Creating triggers we will give comp-specific parameter&nbsp;&nbsp;&nbsp;&nbsp; <br />REMOVE = FALSE <br />Trigger File Name = Trigger_create.sql
<p><u>Navigation:</u>
<p>Sitemap &gt; Administration &#8211; Server management &gt; Jobs
<p>Create new job &gt; Generate Triggers
<p>From JOB PARAMETERS applet Select NEW and give the following component-specific parameters
<p>EXEC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ALL<br />MODE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ALL<br />Privileged User&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Table_owner (siebel_usr)<br />Privileged Pwd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Table_owner_pwd&nbsp;&nbsp;&nbsp; (Siebel_usr_pwd)<br />Remove&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRUE / False<br />Trigger File Name&nbsp;&nbsp; Trigger_remove.sql / Trigger_create.sql (These sql files will be create in siebsrvr root directory and needs to executed manually if EXEC parameter was given as FALSE while executing jobs).
<p>More info about triggers can be found at <a href="http://download.oracle.com/docs/cd/B40099_02/books/BPFWorkflow/BPFWorkflow_Admin_Policies4.html">http://download.oracle.com/docs/cd/B40099_02/books/BPFWorkflow/BPFWorkflow_Admin_Policies4.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/leenus2b.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/leenus2b.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/leenus2b.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=leenus2b.wordpress.com&amp;blog=2563116&amp;post=33&amp;subd=leenus2b&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://leenus2b.wordpress.com/2009/10/19/generate-triggers-in-siebel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/92d8d9b167fd9f34f263f47d9970a84a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">leenus2b</media:title>
		</media:content>
	</item>
	</channel>
</rss>
