<?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>Satendrakumar's Weblog</title>
	<atom:link href="http://satendrakumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://satendrakumar.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 28 Jan 2012 14:05:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='satendrakumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Satendrakumar's Weblog</title>
		<link>http://satendrakumar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://satendrakumar.wordpress.com/osd.xml" title="Satendrakumar&#039;s Weblog" />
	<atom:link rel='hub' href='http://satendrakumar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to get time difference between two date columns in oracle Sql</title>
		<link>http://satendrakumar.wordpress.com/2011/12/30/how-to-get-time-difference-between-two-date-columns-in-oracle-sql/</link>
		<comments>http://satendrakumar.wordpress.com/2011/12/30/how-to-get-time-difference-between-two-date-columns-in-oracle-sql/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 14:26:28 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[date time diffirence]]></category>
		<category><![CDATA[numtodsinterval]]></category>
		<category><![CDATA[time difference between date columns]]></category>
		<category><![CDATA[time difference in oracle sql]]></category>
		<category><![CDATA[using numtodsinterval]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=91</guid>
		<description><![CDATA[First all both column should have time stored in it wether it in date Datatype or Datetime Datatype . To get time  diff between two date column you can use this single  sql statement Select substr(numtodsinterval([END_TIME]-[START_TIME],0),&#8217;day&#8217;),12,5)  from [TABLE_NAME]; Where [TABLE_NAME] si table where column is stored and [END_TIME],[START_TIME] are the come with date datatype having [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=91&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First all both column should have time stored in it wether it in date Datatype or Datetime Datatype .</p>
<p>To get time  diff between two date column you can use this single  sql statement</p>
<p><em><strong>Select substr(numtodsinterval([END_TIME]-[START_TIME],0),&#8217;day&#8217;),12,5)  from [TABLE_NAME];</strong></em></p>
<p>Where [TABLE_NAME] si table where column is stored and [END_TIME],[START_TIME] are the come with date datatype having time stored in it. Out put will be rounded to minutes.</p>
<p>E.g</p>
<p>if  Start_Time=<strong>12/25/2011 8:40:21 AM</strong></p>
<p>and End_time= <strong>12/25/2011 5:20:21 PM  </strong></p>
<p>output will be         <strong> 08:40  </strong></p>
<p>It saves my lot of time to convert and apply math on date columns. Hope its use full for some&#8230;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=91&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2011/12/30/how-to-get-time-difference-between-two-date-columns-in-oracle-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to see all compilation errors when creating a database object</title>
		<link>http://satendrakumar.wordpress.com/2011/12/30/show-error-in-sqlplus/</link>
		<comments>http://satendrakumar.wordpress.com/2011/12/30/show-error-in-sqlplus/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 12:22:41 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[Compilation warnings]]></category>
		<category><![CDATA[dba_errors]]></category>
		<category><![CDATA[getting all oracle error]]></category>
		<category><![CDATA[Show Error]]></category>
		<category><![CDATA[show error is not showing compilation warnings]]></category>
		<category><![CDATA[sqlplus show error]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=86</guid>
		<description><![CDATA[Some times Sql plus does not show any error by &#8220;Show Error&#8221; command however if you  compile  a pl/sql code it shows  Compilation Warnings. For that there is another way to see all errors occured in compiling  pl/sql code of any database object  from any oracle Client e.g Sql plus,Toad,Pl/sql Developer etc.You can see all error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=86&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some times Sql plus does not show any error by &#8220;Show Error&#8221; command however if you  compile  a pl/sql code it shows  Compilation Warnings.</p>
<p>For that there is another way to see all errors occured in compiling  pl/sql code of any database object  from any oracle Client e.g Sql plus,Toad,Pl/sql Developer etc.You can see all error using following query</p>
<p><em><strong>select text from dba_errors where name = &#8216;[OBJECT_NAME]&#8216; and owner = &#8216;[OBJECT_OWNER]&#8216;;</strong></em></p>
<p>Where [OBJECT_NAME] is then name of Database object which is created by this code</p>
<p>[OBJECT_OWNER] is the name of schema in which you are trying to create object.</p>
<p>Hope it will help&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=86&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2011/12/30/show-error-in-sqlplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to do validation before KEY-NEXT-ITEM trigger in Oracle Forms</title>
		<link>http://satendrakumar.wordpress.com/2011/12/30/how-to-do-validation-before-key-next-item-trigger-in-oracle-forms/</link>
		<comments>http://satendrakumar.wordpress.com/2011/12/30/how-to-do-validation-before-key-next-item-trigger-in-oracle-forms/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 11:37:23 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[key next item]]></category>
		<category><![CDATA[oracle forms]]></category>
		<category><![CDATA[validating item before key next item]]></category>
		<category><![CDATA[validation before key next item]]></category>
		<category><![CDATA[validation scope]]></category>
		<category><![CDATA[WHEN-VALIDATE-ITEM]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=73</guid>
		<description><![CDATA[Yesterday i found a good tip about Oracle Forms Item validation . I was having a form  which had a item with both Trigger WHEN-VALIDATE-ITEM and KEY-NEXT-ITEM . As you know we can not navigate in validation trigger so there was hell lot of code written on key next item trigger so if any user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=73&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday i found a good tip about Oracle Forms Item validation . I was having a form  which had a item with both Trigger WHEN-VALIDATE-ITEM and KEY-NEXT-ITEM . As you know we can not navigate in validation trigger so there was hell lot of code written on key next item trigger so if any user entered wrong data ( character instead of number or decimal instead of integer) then it crashed.</p>
<p>To change the validation scope  you should write following line on top of KEY-NEXT-ITEM&#8212;</p>
<p dir="ltr"><em><strong>validate(item_scope); </strong></em></p>
<p dir="ltr"><em><strong>if form_failure then</strong></em></p>
<p dir="ltr"><em><strong> raise form_trigger_failure; </strong></em></p>
<p dir="ltr"><em><strong> end if;</strong></em></p>
<p dir="ltr">Now it will fire WHEN-VALIDATE-ITEM first and validate input before getting into code written on KEY-NEXT-ITEM.</p>
<p dir="ltr">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=73&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2011/12/30/how-to-do-validation-before-key-next-item-trigger-in-oracle-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle not available Shared memory realm doesnot exist</title>
		<link>http://satendrakumar.wordpress.com/2011/06/11/oracle-not-available-shared-memory-realm-doesnot-exist/</link>
		<comments>http://satendrakumar.wordpress.com/2011/06/11/oracle-not-available-shared-memory-realm-doesnot-exist/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 06:49:17 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle not available]]></category>
		<category><![CDATA[shared memory realm]]></category>
		<category><![CDATA[Shared memory realm does not exist]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=58</guid>
		<description><![CDATA[After Restarting the machine, when I tried to log on database through sql I got the problem.It says “oracle not available” &#8220;Shared memory realm does not exist” Solution done by me after searching google:&#8211; 1.&#62; through Sql conn / as sysdba; 2.&#62; startup nomount; It shows the message ORACLE instance started. Total System Global Area [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=58&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After Restarting the machine, when I tried to log on database through sql I got the<br />
problem.It says</p>
<p>“oracle not available”<br />
&#8220;Shared memory realm does not exist”</p>
<p>Solution done by me after searching google:&#8211;</p>
<p>1.&gt; through Sql<br />
conn / as sysdba;</p>
<p>2.&gt; startup nomount;<br />
It shows the message</p>
<p>ORACLE instance started.</p>
<p>Total System Global Area 113246208 bytes</p>
<p>Fixed Size 787708 bytes</p>
<p>Variable Size 61864708 bytes</p>
<p>Database Buffers 50331648 bytes</p>
<p>Redo Buffers 262144 bytes</p>
<p>3.&gt;alter database mount;</p>
<p>4.&gt; alter database open;</p>
<p>Now your data base is ready to use.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=58&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2011/06/11/oracle-not-available-shared-memory-realm-doesnot-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>The password will expire within 10 days 11g database</title>
		<link>http://satendrakumar.wordpress.com/2011/06/11/the-password-will-expire-within-10-days-11g-database/</link>
		<comments>http://satendrakumar.wordpress.com/2011/06/11/the-password-will-expire-within-10-days-11g-database/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 06:25:37 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[case sensitiveness]]></category>
		<category><![CDATA[disabling password expiry in oracle 11g]]></category>
		<category><![CDATA[ORA-28002]]></category>
		<category><![CDATA[oracle 11g]]></category>
		<category><![CDATA[password expiry limit]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=54</guid>
		<description><![CDATA[If you get the following error in 11 g ORA-28002: the password will expire within 10 days Follow these Steps 1.connect to system/manager 2.ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; Then reset all users passwords e.g  alter user hr identified by hr; alter user scott identified by tiger; and so on then you will never need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=54&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you get the following error in 11 g</p>
<p><span style="text-decoration:underline;">ORA-28002: the password will expire within 10 days</span></p>
<p>Follow these Steps</p>
<p>1.connect to system/manager</p>
<p>2.ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;</p>
<p>Then reset all users passwords</p>
<p>e.g  alter user hr identified by hr;</p>
<p>alter user scott identified by tiger;</p>
<p>and so on then you will never need to reset password.It will set expiry limit of all password unlimited.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=54&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2011/06/11/the-password-will-expire-within-10-days-11g-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://satendrakumar.wordpress.com/2010/11/18/38/</link>
		<comments>http://satendrakumar.wordpress.com/2010/11/18/38/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 09:25:16 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
		
		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=38</guid>
		<description><![CDATA[After a long time i am here for blogging again . During these days i was unable to blog due to various reasons.Any way it was  a  great and mature journey for me. I have learned many things in this period during working on some Projects . I hope all people are enjoying their life [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=38&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long time i am here for blogging again . During these days i was unable to blog due to various reasons.Any way it was  a  great and mature journey for me.</p>
<p>I have learned many things in this period during working on some Projects . I hope all people are enjoying their life .Thanks to all of you who liked my post and very sorry for not to reply some comments.</p>
<p>Lets start a new journey for exploring new things and share the knowledge .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=38&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2010/11/18/38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How To disable Case Sensitive logon feature in Oracle Database 11g</title>
		<link>http://satendrakumar.wordpress.com/2010/01/06/how-to-disable-case-sensitive-logon-feature-in-oracle-database-11g/</link>
		<comments>http://satendrakumar.wordpress.com/2010/01/06/how-to-disable-case-sensitive-logon-feature-in-oracle-database-11g/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 05:16:55 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[case sensitiveness]]></category>
		<category><![CDATA[disable case sensitiveness]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[senstive]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=36</guid>
		<description><![CDATA[The New Feature of Oracle Database 11g is having Case Sensitive Logon. But In some cases where a form application which having hard coded username &#38; password running smooth on oracle database 10g will not work on 11g. then we got only two option either we have to change all hard coded password on each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=36&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The New Feature of Oracle Database 11g is having Case Sensitive Logon.</p>
<p>But In some cases where a form application which having hard coded username &amp; password running smooth on oracle database 10g will not work on 11g.</p>
<p>then we got only two option either we have to change all hard coded password on each form or disable the case sensitive logon in 11g.</p>
<p>First option generally not feasible when an application having large no. of forms &amp; reports.Actully if you choose not to disable case sensitive logon then you have to agree with capital password because when a form trying to run a report then it send the userid &amp; password to report server in capital . So you have to change password of all user in capital letters &amp; write the same on all Forms.</p>
<p>For Second Option just run the following Command &amp; u will be able to run same application on 11g as it was running on 10g..</p>
<p><em><strong>ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = false</strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=36&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2010/01/06/how-to-disable-case-sensitive-logon-feature-in-oracle-database-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to send an email to group of contacts using gmail</title>
		<link>http://satendrakumar.wordpress.com/2009/09/19/how-to-send-an-email-to-group-of-contacts-using-gmail/</link>
		<comments>http://satendrakumar.wordpress.com/2009/09/19/how-to-send-an-email-to-group-of-contacts-using-gmail/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 08:00:51 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[group mailing list]]></category>
		<category><![CDATA[multiple contact]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=33</guid>
		<description><![CDATA[Do you send emails to more than one recipient often? Are the recipients often the same? You can turn these contacts into a group in Gmail and address messages to all of them much easier and faster. Instead of entering the addressees individually, you just type the group name and let Gmail do the rest. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=33&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you send emails to more than one recipient often? Are the recipients often the same?</p>
<p>You can turn these contacts into a group in Gmail and address messages to all of them much easier and faster. Instead of entering the addressees individually, you just type the group name and let Gmail do the rest.</p>
<h3>Set up an Address Book Group for List Mailing in Gmail</h3>
<p>To create a group for list mailing from existing contacts in Gmail:</p>
<ul>
<li>Select <em>Contacts</em> from the left side navigation bar in Gmail.</li>
</ul>
<ul>
<li>Check all the contacts you want to add to the new list.</li>
<li>Click the <em>Add to group &#8230;</em> drop-down menu.</li>
<li>Select <em>New group &#8230;</em> from the menu.
<ul>
<li>To add the selected contacts to an existing group, select it instead.</li>
</ul>
</li>
<li>Type the name by which you want the new address book group to go.</li>
<li>Click <em>OK</em>.</li>
</ul>
<p>Of course, you can also create an empty group:</p>
<ul>
<li>Select <em>Contacts</em> from the left navigation bar.</li>
<li>Go to the <em>Groups</em> tab.</li>
<li>Click <em>Create Group</em>.</li>
<li>Type the desired name of the group under <em>Group name:</em>.</li>
<li>Enter an initial set of members under <em>Add contacts:</em>.
<ul>
<li>You can add contacts already in your Gmail address book but type fresh email addresses, too. The latter will be added to your regular address book as well.</li>
</ul>
</li>
</ul>
<h3>Edit the Members of a Gmail Group</h3>
<p>To add new members to a group in Gmail, proceed as above. To remove or edit members of a mailing list:</p>
<ul>
<li>Select <em>Contacts</em> from the left navigation bar.</li>
<li>Go to the <em>Groups</em> tab.</li>
<li>Click the name of the group you want to edit.</li>
<li>Check members and choose <em>Remove from group</em> to delete them from the group.</li>
<li>Click on individual contacts to edit their details.</li>
</ul>
<h3>Send Group Mail in Gmail</h3>
<p>With your groups set up and populated, you can now send messages to all members easily and swiftly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=33&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2009/09/19/how-to-send-an-email-to-group-of-contacts-using-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to unlock OE schema to follow Oracle Forms &amp; Reports whitepaper</title>
		<link>http://satendrakumar.wordpress.com/2009/08/30/how-to-unlock-oe-schema-to-follow-oracle-forms-reports-whitepaper/</link>
		<comments>http://satendrakumar.wordpress.com/2009/08/30/how-to-unlock-oe-schema-to-follow-oracle-forms-reports-whitepaper/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:15:28 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[Build Internet Application]]></category>
		<category><![CDATA[OE schema]]></category>
		<category><![CDATA[Sample OE schema]]></category>
		<category><![CDATA[Sample schema for Oracle forms exercise]]></category>
		<category><![CDATA[unlock OE schema]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=30</guid>
		<description><![CDATA[For working with tutorial of Build Internet Application with Oracle Forms 9i &#38; Reports 9i. you need to work on the tables which is locked in oracle. for Unlocking these tables you have to follow these steps 1. Login in sqlplus or sqlplus or isqlplus as a user &#8220;system&#8221; with respective password. 2. Execute the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=30&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For working with tutorial of Build Internet Application with Oracle Forms 9i &amp; Reports 9i. you need to work on the tables which is locked in oracle. for Unlocking these tables you have to follow these steps</p>
<p>1. Login in sqlplus or sqlplus or isqlplus as a user <strong>&#8220;system&#8221;</strong> with respective password.</p>
<p>2. Execute the following command</p>
<p><strong>ALTER USER OE IDENTIFIED BY <em>password </em>ACCOUNT UNLOCK;</strong></p>
<p>here password is your passord which you want to use for your account remember this password for further use.</p>
<p>3. Login in with user HR with password specified above</p>
<p>Now you can use all tables specified in tutorial of Oracle Forms &amp; Reports 9i with all table.</p>
<p>Please leave your comment If you encounter any problem&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=30&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2009/08/30/how-to-unlock-oe-schema-to-follow-oracle-forms-reports-whitepaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>How to  Install Oracle 9i on Windows XP/2000</title>
		<link>http://satendrakumar.wordpress.com/2009/02/12/how-to-install-oracle-9i-on-windows-xp2000/</link>
		<comments>http://satendrakumar.wordpress.com/2009/02/12/how-to-install-oracle-9i-on-windows-xp2000/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 05:49:53 +0000</pubDate>
		<dc:creator>Satendra Kumar</dc:creator>
				<category><![CDATA[free download oracle 9i]]></category>
		<category><![CDATA[installing oracle 9i]]></category>
		<category><![CDATA[installing oracle 9i on windows xp]]></category>

		<guid isPermaLink="false">http://satendrakumar.wordpress.com/?p=18</guid>
		<description><![CDATA[Installing Oracle 9i on Windows NT/2000 The following outline describes the steps required to install Oracle9i (version 9.0.1.1 or 9.0.2.1) on the Microsoft Windows NT/2000 operating system. It is assumed that this is a fresh install and that no other Oracle products are installed at this time. If this is not the case, then these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=18&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Installing Oracle 9i on Windows NT/2000</h2>
<p>The following outline describes the steps required to install Oracle9i (version 9.0.1.1 or 9.0.2.1) on the Microsoft Windows NT/2000 operating system. It is assumed that this is a fresh install and that no other Oracle products are installed at this time. If this is not the case, then these instructions may not work on your system.</p>
<p><span id="more-18"></span></p>
<h2>Where to get Oracle9i for Windows NT/2000</h2>
<ul>
<li>Join Oracle TechNet at http://technet.oracle.com and download a trial copy.Register at TechNet, then look into Products under the category of &#8220;Oracle9i Database&#8221;. (Do not get the &#8220;9i Application Server&#8221;Oracle9i for Windows NT/2000 is about 1.5 Gigabytes (two 550 megabyte ZIP files and one 200 MB Zip file)</li>
<li>Purchase a trial copy &#8220;CD Pak&#8221; from the Oracle Store at http://www.oracle.com. Each CD Pak costs about $40 for shipping and handling.</li>
<li>Buy a full copy of Oracle9i from Oracle.</li>
</ul>
<p>These instructions may or may not be applicable for other versions of Oracle (such as Personal Oracle9i, Oracle9i <em>Lite</em>) or for other Microsoft Windows operating systems (such as Windows 98 or Windows 95). <strong>For the record: No Oracle Product will work on Windows ME or Windows XP Home Edition so don&#8217;t even bother.</strong></p>
<h3>Checklist</h3>
<p>Before you even start this process you should have:</p>
<ul>
<li>A Pentium III or Pentium 4 based PC with at least 800 MHz processor, 256 MB of RAM (512 is much better) and at least 10 Gigabytes of free disk space.</li>
<li>If you only have 256 MB of RAM, make sure you have Windows manage at least 400 MB swap file (virtual memory).</li>
<li>This machine MUST be running Windows 2000 with service pack 1 or (preferably) 2 installed. If you are running MS IIS, disable the web server (running on Port 80 by default) before starting the Oracle 9i installation.</li>
<li>At least 10 GB of free disk space:
<pre>   Space to download or copy source ZIP files:  1.5 GB
   Space to unpack source ZIP files:            1.5 GB
   Space to install Oralce9i Software:          2.0 GB
   Space for Oracle data files (varies):        2.0 to 5.0 GB</pre>
</li>
</ul>
<h2>The Installation Process</h2>
<p>As with most Windows installation programs, inserting the CD-ROM (ordered or purchased from Oracle) into the CD-ROM drive automatically executes the setup program. (If this does not happen, use the Windows Explorer to view the contents of your CD-ROM drive and double click on the &#8220;setup&#8221; program there).</p>
<p>If you downloaded the Oracle9i from Oracle Technet, then you need to unzip the files into a three temporary directories and double click on the setup.exe program in the <tt>Disk1</tt> directory) to get the installation process started.</p>
<p>The following Welcome window will appear:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step01.jpg" alt="" width="517" height="404" /></p>
<p>It is assumed that this is a fresh install so no other Oracle products should be installed at this time.</p>
<p>Click on the <tt>Next</tt> button to move to the File Locations screen as shown below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step02.jpg" alt="" width="517" height="404" /></p>
<p>In this screen, the Source and Destination locations must be selected.</p>
<p>The Source path should reflect either your CD-ROM or the directory in which you unzipped the source files. Leave this as the default. In the example above, the source files were unzipped into c:\source\Oralce\9i\NT20009011\Disk1 directory.</p>
<p>For the Destination, leave the Oracle Home named <tt>OraHome90</tt> as the default. Choose a hard disk drive that has at least 10 gigabytes of free space. In the example here, we are using the <tt>C:</tt> drive.</p>
<p>Leave the <tt>\Oracle\Ora90</tt> path as it is (the default). If you must change this to a different drive, only change the drive letter and not the directories.</p>
<p>Click on the <tt>Next</tt> button to load the Product information. This may take up to 2 minutes (depending on the speed of your machine). Once the product information has been read, the following 3 &#8220;Available Products&#8221; options are presented:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step03.jpg" alt="" width="517" height="404" /></p>
<p>Make sure the <tt> Oracle9i Database 9.0.1.1.1 </tt> is selected and click on the <tt>Next</tt> button.</p>
<p>The &#8220;Installation Types&#8221; screen will appear next. For this installation, we chose the Enterprise Edition.</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step04.jpg" alt="" width="517" height="404" /></p>
<p>The &#8220;Database Configuration&#8221; screen will appear next:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step05.jpg" alt="" width="517" height="404" /></p>
<p>For this install, we chose the &#8220;General Purpose&#8221; Database option. Click on the <tt>Next</tt> button to continue.</p>
<p>The next step is to identify the database using the Global database name:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step06.jpg" alt="" width="517" height="404" /></p>
<p>If some default Global database name and SID are given, keep them. Otherwise, use the following (make a note of these for later on):</p>
<p>Global Database Name is <tt>orcl</tt></p>
<p>Oracle SID is <tt>orcl</tt></p>
<p>Click on the <tt>Next</tt> button to continue to the &#8220;Data File Location &#8221; screen</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step07.jpg" alt="" width="517" height="404" /></p>
<p>In this step, you need to select where the Oracle data files will be located. In large operations, we typically keep the data files on a separate disk (or disks), however, for this install, we are storing the data files in the same <tt>C:\oracle</tt> directory tree. Keep the default as shown and click on the <tt>Next</tt> button to continue.</p>
<p>In the next screen, choose the default character set for the database:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step08.jpg" alt="" width="517" height="404" /></p>
<p>Click on the <tt>Next</tt> button to move to the &#8220;Summary&#8221; screen:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step09.jpg" alt="" width="517" height="404" /></p>
<p>In this screen (shown above), the products and files that will be installed are summarized. Note that in this example, it will take 1.5 GB MB of disk space for the installation of the software. Additional space will be required for the default database.</p>
<p>If everything looks OK at this point, click on the <tt>Install</tt> button to begin the installation.</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step10.jpg" alt="" width="517" height="404" /></p>
<p>During the install, you will notice various Oracle products being copied over to the hard disk. For example, in the above figure, a portion of the Oracle Enterprise Manager is being installed.</p>
<p>Once the installation is completed, the next step will be to configure the various additional services and the database. This is shown below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step11.jpg" alt="" width="517" height="404" /></p>
<p>Each of the configuration programs will be executed in turn. The HTTP Server (Oracle/Apache) should launch automatically and open up TCP/IP port 80. You should notice a new Command window as follows:</p>
<pre>Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1
mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24 running...</pre>
<p>The Net Configuration Assistant and Oracle Intelligent Agent should run automatically and not prsent any sustained screens.</p>
<p>The Oracle Database Configuration Assistant will appear for some time while the default database is created and opened. As below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step13.jpg" alt="" /></p>
<p>Once the default database has been installed, the following screen will appear:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step14.jpg" alt="" /></p>
<p>Clicking on the <tt>Password Management</tt> button and change the default passwords for the SYS, SYSTEM, SCOTT and DBSNMP accounts as shown below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step15.jpg" alt="" width="540" height="360" /></p>
<p>Click the <tt>OK</tt> button when done.</p>
<p>This should conclude the configuration of the database and the &#8220;End of Installation&#8221; screen should appear as below. Click on the <tt>Exit</tt> button and click on the following <tt>Yes</tt> button to confirm exiting the Installation program.</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step16.jpg" alt="" width="517" height="404" /></p>
<p>At this point, be sure to reboot your computer so any final changes can take affect. In particular, the path <tt>c:\oracle\ora90\bin</tt> will be added to the PATH environment variable.</p>
<hr />
<h2>New Program Groups</h2>
<p>After Oracle9i is installed, you will notice several new program groups in the Start menu.</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step17.jpg" alt="" /></p>
<p>These include:</p>
<ul>
<li><strong>Oracle Installation Products</strong>Tools to help manage the installation and removal of Oracle products on the machine.</li>
<li><strong>Oracle &#8211; OraHome90</strong>The set of tools used to work with Oracle90. These include:
<ul>
<li><strong>Application Development</strong> &#8211; Tools to develop Oracle applications including SQL*Plus</li>
<li><strong>Configuration and Migration Tools</strong> &#8211; Tools to migrate older Oracle databases to version 9i</li>
<li><strong>Enterprise Management Packs</strong></li>
<li><strong>Enterprise Manager Quick Tours</strong></li>
<li><strong>Integrated Management Tools</strong></li>
<li><strong>Oracle HTTP Server</strong></li>
</ul>
</li>
</ul>
<hr />
<h2>Starting and Stopping the Database</h2>
<p>Under Windows NT and Windows 2000, the Oracle 9i database runs automatically as a service. Below is a view of the Windows 2000 Services mangement console showing the services installed by default:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step18.jpg" alt="" width="536" height="215" /></p>
<p>Note the last one <tt>OracleServerORCL</tt> is the actual database process itself. <tt>OracleOraHome90TNSListener</tt> is the listener process for remote connections to the database. <tt>OracleOraHome90Agent</tt> is the Oracle Agent used to communicate with management services. Finally, the <tt>OracleOraHome90HTTPServer</tt> is the Oracle/Apache web server.</p>
<p>Since the <tt>OracleServerORCL</tt> service is set to start automatically, the database wll start and mount each time the computer is started up. To manage the database processes directly, one can use the Enterprise Manager Console in Stand-alone mode. From the Start menu, choose <tt>Programs -&gt; Oracle - OraHome90 -&gt; Enterprise Manager Console </tt> and select <tt>Launch Standalone</tt>. The following screen should appear:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step19.jpg" alt="" width="490" height="446" /></p>
<p>Click on the plus sign to expand the <tt>Databases</tt> branch and then once again to expand the <tt>ORCL</tt> branch. When prompted for username and password, use the <tt>SYSTEM</tt> account and choose to log in as <tt>SYSDBA</tt>. In <tt>SYSDBA</tt> mode, the SYSTEM user can perform most any manipulation of the database.</p>
<p>Once logged in, clicking on the <tt>Instance</tt> tree and then the <tt>Configuration</tt> tree should display the current state of the database:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step20.jpg" alt="" width="624" height="446" /></p>
<hr />
<h2>Testing the Installation</h2>
<p>Once the database is running, the SQL*Plus tool can be used to connect to the database.</p>
<p>Go to the <tt>Start -&gt; Programs -&gt; Oracle - OraHome90 -&gt; Application Development</tt> program group and run the <tt>SQL Plus</tt> application. Once SQL Plus is running, you will be prompted for 3 things: Username, password and Host String.</p>
<p>The default Database Administrator&#8217;s account has a username of <tt>SYSTEM</tt> and a default password of <tt>MANAGER</tt>. You may have changed the SYSTEM account password in a previous step so use the new password.</p>
<p>Fill in the Username and password fields with the SYSTEM account and <strong>leave the Host String field blank.</strong> Since we are connecting to a local Oracle database, no Host String is required. Click on the OK button as shown below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step21.jpg" alt="" /></p>
<p>If the database is running and the username and password are typed correctly, SQL*Plus should log the SYSTEM user in and present the SQL&gt; prompt as shown below:</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step22.png" alt="" width="538" height="324" /></p>
<p>By default, you can also log in with the SCOTT/TIGER account. That is, there is a demo account already set up in the database with username SCOTT and password TIGER. Many of the examples in the Oracle documentation use the tables included in the SCOTT user&#8217;s account. &lt;!&#8211;</p>
<hr />
<h2>Configuring Net8 to Connect to Nash at Baruch</h2>
<p>If you have Personal Oracle8i installed on a PC at work or at home and you have a connection to the Internet, it is possible to connect the SQL*Plus tool to your student Oracle account at Baruch. You will need to configure the Net8 middleware by setting up a service name (host string, database or alias as it is sometimes called). At Baruch, this service name will be called <tt>Tcp-nash</tt> and it will be associated with a connection to the host <tt>nash.baruch.cuny.edu</tt>, at TCP/IP port number 1521 and Oracle instance <tt>ORCL</tt>. Before you start this procedure, be sure you are connected to the Internet. You may wish to run the ping program in an MS-DOS shell to see if you can reach the Nash server. Try: <tt>ping nash.baruch.cuny.edu</tt> and see if you get a response.</p>
<p>You can also test by trying to reach the Nash server&#8217;s web server by going to http://nash.baruch.cuny.edu/oracle with your web browser. The following figures illustrate configuring this new host string using the Net8 Easy Config wizard. The first step is to launch the Net8 Easy Config wizard by going to the <tt>Start -&gt; Programs -&gt; Oracle - OraHome81 -&gt; Network Administration </tt> program group and selecting <tt>Net8 Easy Config</tt>. <img src="p8i_18.jpg" alt="" /> The following Welcome screen will appear: <img src="p8i_19.jpg" alt="" /> Since we want to create a new service name (host string), make sure the <tt>Create</tt> option is highlighted under the Actions area and then type in <tt>Tcp-nash</tt> in the field under <tt>New Net Service Name</tt>. Then click on the <tt>Next</tt> button to continue. In this next page, we will need to select a communications protocol: <img src="p8i_20.jpg" alt="" /> In this case, since we are communicating over the Internet, choose TCP/IP protocol and click the <tt>Next</tt> button. In the following screen, we will need to specify the Internet host name and the TCP/IP port number where the Oracle server is listening. Fill in the fields as below:</p>
<p>Host name: <tt>nash.baruch.cuny.edu</tt></p>
<p>Port Number: <tt>1521</tt> <img src="p8i_21.jpg" alt="" /> Click the Next button when done. In the next screen, we will need to specify the Oracle SID. The SID is an identifier that indicates the specific instance of Oracle running on the server. Since Nash currently runs Oracle 8.0, select the second option as shown below and specify the SID as <tt>ORCL</tt> <img src="p8i_22.jpg" alt="" /> Click the Next button to continue. At this point, Net8 has all of the information it needs to make a connection to the Nash Oracle database. The next step is to test this connection and if something is not working properly, we can go back (using the <tt>Back</tt> buttons) to correct it. By default, the Net8 test attempts to connect to the database server using the SCOTT/TIGER account. However, for publicly accessible servers, we almost always delete this account since the username and password are so well known. In order to test the connection, the Net8 Easy Config will first attempt to connect as SCOTT/TIGER. Click on the <tt>Test</tt> button as shown below: <img src="p8i_23.jpg" alt="" /> As can be seen in the figure below, Net8 Easy Config attempts to connect as SCOTT/TIGER but the connection fails. <img src="p8i_24.jpg" alt="" /> To continue the test, click on the <tt>Change Login</tt> button at the bottom of the screen. When the dialog box appears, type in your own Oracle username and password as shown in the example below: <img src="p8i_25.jpg" alt="" /> After you have typed in your username and password, click the <tt>OK</tt> button. Click on the <tt>Test</tt> button for Net8 Easy Config to attempt to connect using the new username and password you just supplied. In the figure below, the connection test was successful. If the test was not successful, make a note of the error code and message. Then close the test screen and go back through the steps of the wizard again to make sure everything was specified correctly. Also make sure you can ping the Nash server (as described above) to make sure your Internet connection is working properly. <img src="p8i_26.jpg" alt="" /> Click the <tt>Close</tt> button to get out of the Test screen. Finally, click the <tt>Finish</tt> button to close the Net8 Easy Config wizard. <img src="p8i_27.jpg" alt="" /></p>
<h3>Testing the Net8 Connection</h3>
<p>Now that a new service name called <tt>Tcp-nash</tt> has been created, the connection can be tested using the SQL*Plus tool. Run SQL*Plus and when the dialog box appears, supply your Oracle username and password for the Nash Oracle server and then type in <tt>Tcp-nash</tt> for the Host String as shown below. <img src="p8i_28.jpg" alt="" /> Click OK to log in to the Nash Oracle server. <img src="p8i_29.jpg" alt="" /> &#8211;&gt;</p>
<hr />
<h2>Using the On-Line Help</h2>
<p>If you elected to install the Personal Oracle8i documentation to your hard disk, you can access the HTML help files by going to the <tt>Start -&gt; Programs -&gt; Oracle - OraHome90</tt> program group and selecting the <tt>Release Documentation</tt> item.</p>
<p>Your default web browser will be launched and the opening page for the Oracle documentation will be displayed.</p>
<p><img src="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step23.png" alt="" width="564" height="478" /></p>
<p><tt>Materials to be added</tt></p>
<hr />
<p>Last updated: Thu Sep 20 17:12:14 EDT 2001</p>
<p>Copyright 2001 <a href="mailto:richard_holowczak@baruch.cuny.edu">R. Holowczak</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/satendrakumar.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/satendrakumar.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/satendrakumar.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=satendrakumar.wordpress.com&amp;blog=4983706&amp;post=18&amp;subd=satendrakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://satendrakumar.wordpress.com/2009/02/12/how-to-install-oracle-9i-on-windows-xp2000/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a36f4d6dad9c55344ebe5c69dd1c1835?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">satendrakumar</media:title>
		</media:content>

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step01.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step02.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step03.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step04.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step05.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step06.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step07.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step08.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step09.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step10.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step11.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step13.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step14.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step15.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step16.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step17.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step18.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step19.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step20.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step21.jpg" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step22.png" medium="image" />

		<media:content url="http://cisnet.baruch.cuny.edu/holowczak/oracle/install/9i/step23.png" medium="image" />
	</item>
	</channel>
</rss>
