<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1214084507992910584</id><updated>2012-02-09T04:27:11.986-05:00</updated><category term='Bollywood Movie Posters'/><category term='tamil'/><category term='.Net'/><category term='Photos'/><category term='Comics'/><category term='Kick ass websites'/><category term='Spiritual'/><category term='Indian Dress'/><category term='Windows'/><category term='Oracle'/><category term='BlackBerry'/><category term='Bollywood HQ'/><category term='Indian Food'/><category term='Videos'/><category term='Audio'/><category term='Plex Media Server'/><category term='Flex'/><category term='Hinduism'/><category term='Ubuntu'/><category term='Temples of India'/><category term='ASP.Net'/><category term='JavaScript'/><category term='Dropbox'/><category term='Tour India'/><category term='Tips and Tricks'/><category term='Funny'/><title type='text'>Quest</title><subtitle type='html'>Ramesh Manni's Blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default?start-index=101&amp;max-results=100'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>261</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-591392622483335113</id><published>2012-02-02T12:40:00.002-05:00</published><updated>2012-02-02T12:40:22.579-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.Net'/><title type='text'>How to disable FIPS</title><content type='html'>When you set up a new web application on Windows 2008 server, I get FIPS error.&lt;br /&gt;&lt;br /&gt;You can disable FIPS on registry, go the following path and set Enabled = 0&lt;br /&gt;&lt;br /&gt;HKLM\System\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-591392622483335113?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/591392622483335113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2012/02/how-to-disable-fips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/591392622483335113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/591392622483335113'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2012/02/how-to-disable-fips.html' title='How to disable FIPS'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4145818308496100354</id><published>2011-12-20T08:47:00.001-05:00</published><updated>2011-12-20T08:48:15.132-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><category scheme='http://www.blogger.com/atom/ns#' term='.Net'/><title type='text'>Flex: Cannot upload larger files</title><content type='html'>I had a very strange problem with my file upload in flex. While it was working for smaller files, it threw weird errors for large files ( files greater than 30MB or so)&lt;br /&gt;&lt;br /&gt;I got "Error #2038: File I/O Error." some times, and then "SecurityError: Error #2000: No active security context." error.&lt;br /&gt;&lt;br /&gt;After some wild google chase, figured out that the problem was coming from IIS Server and Flex is not reporting the error correctly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;By default, IIS rejects files larger than 4MB or so, In order to fix this I used to add the following.&lt;br /&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;&amp;lt;system.web&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;lt;httpRuntime maxRequestLength="102400" executionTimeout="600" /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- 100mb ,10 min--&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;lt;/system.web&amp;gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;but for IIS 6 or IIS 7, You also need a new section to allow large file uploads (100MB in my case)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: red;"&gt; &amp;lt;system.webServer&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;security&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestFiltering&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;requestLimits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxAllowedContentLength="100000000"&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/requestFiltering&amp;gt;&lt;/div&gt;&lt;div style="color: red;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/security&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/div&gt;&lt;div style="color: red;"&gt;&amp;nbsp; &amp;lt;/system.webServer&amp;gt;&lt;/div&gt;&lt;br /&gt;and this fixed it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4145818308496100354?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4145818308496100354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/flex-cannot-upload-larger-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4145818308496100354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4145818308496100354'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/flex-cannot-upload-larger-files.html' title='Flex: Cannot upload larger files'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2314105225012235135</id><published>2011-12-19T13:52:00.001-05:00</published><updated>2011-12-19T13:52:16.793-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr]</title><content type='html'>Launch SQL Plus from Oracle\bin folder ( not from Client folder)&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; conn sys/sys as sysdba&lt;br /&gt;Connected to an idle instance.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; SQL&amp;gt; startup mount;&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database open;&lt;br /&gt;alter database open&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr], [], [], [],&lt;br /&gt;[], [], [], [], [], [], [], []&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; SQL&amp;gt; shutdown immediate;&lt;br /&gt;ORA-01109: database not open&lt;br /&gt;Database dismounted.&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount;&lt;br /&gt;ORACLE instance started.&lt;br /&gt;Database mounted.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; recover database;&lt;br /&gt;Media recovery complete.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database open;&lt;br /&gt;Database altered.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; conn scott/tiger@orcldb&lt;br /&gt;Connected.&lt;br /&gt;&lt;br /&gt;Your database is good to go now, You better take a backup of your system.&lt;br /&gt; &lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2314105225012235135?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2314105225012235135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-00600-internal-error-code-arguments.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2314105225012235135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2314105225012235135'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-00600-internal-error-code-arguments.html' title='ORA-00600: internal error code, arguments: [kcratr_scan_lastbwr]'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4003803636398875821</id><published>2011-12-17T22:24:00.001-05:00</published><updated>2011-12-17T22:24:23.884-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Plex Media Server'/><title type='text'>Plex Media Server: Unable to connect</title><content type='html'>Installed Plex Media server on Windows 7 Ultimate, and I always got unable to connect to localhost.&lt;br /&gt;&lt;br /&gt;To fix, I just replaced Localhost in the URL with the IP Address as shown below, and it started working&lt;br /&gt;&lt;br /&gt;So, I changed URL from&lt;br /&gt;&lt;br /&gt;http://localhost:32400/manage&lt;br /&gt;&lt;br /&gt;&amp;nbsp;to&lt;br /&gt;&lt;br /&gt;http://127.0.1:32400/manage&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4003803636398875821?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4003803636398875821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/plex-media-server-unable-to-connect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4003803636398875821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4003803636398875821'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/plex-media-server-unable-to-connect.html' title='Plex Media Server: Unable to connect'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8793699144567132790</id><published>2011-12-15T15:23:00.000-05:00</published><updated>2011-12-15T15:23:20.605-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12560: TNS:protocol adapter error</title><content type='html'>ORA-12560: TNS:protocol adapter error&lt;br /&gt;&lt;br /&gt;You get this error when the listeners port numbers dont match.&lt;br /&gt;&lt;br /&gt;You have a port number (1521) specified in tnsnames.ora, There should be a correspondng listener running on the same port on the target database server. If the listener on the target database server is running on a different port, then you get this error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8793699144567132790?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8793699144567132790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12560-tnsprotocol-adapter-error.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8793699144567132790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8793699144567132790'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12560-tnsprotocol-adapter-error.html' title='ORA-12560: TNS:protocol adapter error'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1556222510215677896</id><published>2011-12-15T15:12:00.004-05:00</published><updated>2011-12-15T15:13:06.367-05:00</updated><title type='text'>ORA-12541: TNS:no listener</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;OK, Almost every body who have worked in Oracle would have seen this error message. This is one of most frustrating and most common error&lt;br /&gt;&lt;br /&gt;What does "ORA-12541: TNS:no listener"&amp;nbsp; mean ?&lt;br /&gt;&lt;br /&gt;This means, TNS Listener server is down on the target database server. Check if the listener is up and running. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If your database is running on a windows box, go to services on the database server and check the service is running.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-37CFJamNNIg/TupUm5QXYUI/AAAAAAAABSA/OZgRDB17zyI/s1600/tns.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="163" src="http://1.bp.blogspot.com/-37CFJamNNIg/TupUm5QXYUI/AAAAAAAABSA/OZgRDB17zyI/s640/tns.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1556222510215677896?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1556222510215677896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12541-tnsno-listener.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1556222510215677896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1556222510215677896'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12541-tnsno-listener.html' title='ORA-12541: TNS:no listener'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-37CFJamNNIg/TupUm5QXYUI/AAAAAAAABSA/OZgRDB17zyI/s72-c/tns.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2676866838323672480</id><published>2011-12-15T14:51:00.001-05:00</published><updated>2011-12-15T14:53:25.732-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12545: Connect failed because target host or object does not exist</title><content type='html'>OK, Almost everbody who has worked in Oracle would have seen this error message. This is one of most frustrating and most common error&lt;br /&gt;&lt;br /&gt;What does "ORA-12545: Connect failed because target host or object does not exist"&amp;nbsp; mean ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Say from SQLPlus, you are issuing the following command&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; Conn scott/tiger@orcldb;&lt;br /&gt;&lt;br /&gt;SO, SQLPlus, looks for the entry "orcldb" in your client tnsnames.ora file.&lt;br /&gt;&lt;br /&gt;In tnsnames.ora, you will find an entry something similar to this&lt;br /&gt;&lt;br /&gt;orcldb=&lt;br /&gt;&amp;nbsp; (DESCRIPTION =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS = (PROTOCOL = TCP)(HOST = &lt;span style="background-color: #ffd966; color: black;"&gt;&amp;lt;db_machine_name or ip address&amp;gt;&lt;/span&gt;)(PORT = 1521))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVER = DEDICATED)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVICE_NAME = db_name)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;br /&gt;&amp;nbsp; )&lt;br /&gt;&lt;br /&gt;so "ORA-12545: Connect failed because target host or object does not exist" means, either your db_machine_name/ip address is incorrect or your machine cannot connect to db_machinge_name/ip_address&lt;br /&gt;for various reasons like network issues etc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2676866838323672480?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2676866838323672480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12154-tnscould-not-resolve-connect_15.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2676866838323672480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2676866838323672480'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12154-tnscould-not-resolve-connect_15.html' title='ORA-12545: Connect failed because target host or object does not exist'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3850381933160876579</id><published>2011-12-15T14:45:00.002-05:00</published><updated>2011-12-15T14:45:30.748-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12154: TNS:could not resolve the connect identifier specified</title><content type='html'>OK, Almost everbody who has worked in Oracle would have seen this error message. This is one of most frustrating and most common error&lt;br /&gt;&lt;br /&gt;What does "ORA-12154: TNS:could not resolve the connect identifier specified"&amp;nbsp; mean ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Say from SQLPlus, you are issuing the following command&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; Conn scott/tiger@orcldb;&lt;br /&gt;&lt;br /&gt;SO, SQLPlus, looks for the entry "orcldb" in your client tnsnames.ora file.&lt;br /&gt;&lt;br /&gt;If it cannot find orcldb in tnsnames.ora, then you get ORA-12154: TNS:could not resolve the connect identifier specified&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Fix your tnsnames.ora, and you should be fine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3850381933160876579?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3850381933160876579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12154-tnscould-not-resolve-connect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3850381933160876579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3850381933160876579'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12154-tnscould-not-resolve-connect.html' title='ORA-12154: TNS:could not resolve the connect identifier specified'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1505547045711282384</id><published>2011-12-01T16:15:00.001-05:00</published><updated>2011-12-01T16:17:39.501-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12638: Credential retrieval failed</title><content type='html'>Toad threw this error today, but I was able to connect to the database using SqlPlus.&lt;br /&gt;&lt;br /&gt;The problem is coming from your sqlnet.ora&lt;br /&gt;&lt;br /&gt;Check if your SQLNET.AUTHENTICATION_SERVICES.&amp;nbsp; It should be set to NONE instead of NTS&lt;br /&gt;&lt;br /&gt;Old entry&lt;br /&gt;SQLNET.AUTHENTICATION_SERVICES= (NTS)&lt;br /&gt;&lt;br /&gt;Correct Entry&lt;br /&gt;&lt;span lang="EN"&gt;SQLNET.AUTHENTICATION_SERVICES= (NONE)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1505547045711282384?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1505547045711282384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12638-credential-retrieval-failed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1505547045711282384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1505547045711282384'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/12/ora-12638-credential-retrieval-failed.html' title='ORA-12638: Credential retrieval failed'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1431762117778154463</id><published>2011-11-14T14:51:00.001-05:00</published><updated>2011-11-14T14:53:10.976-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Disable button in Togglebuttonbar</title><content type='html'>say, you defined your toggle button bar as below&lt;br /&gt;&lt;br /&gt;&amp;lt;mx:ToggleButtonBar id="tbbModule" itemClick="tbbModule_Click(event)"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;mx:Array&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;mx:String&amp;gt;Home&amp;lt;/mx:String&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;mx:String&amp;gt;Module 1&amp;lt;/mx:String&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;mx:String&amp;gt;Module 2&amp;lt;/mx:String&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;/mx:Array&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;/mx:ToggleButtonBar&amp;gt;&lt;br /&gt;&lt;br /&gt;If you want to disable the first button, then &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;mx.controls.Button(tbbModule.getChildAt(0)).enabled =false;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1431762117778154463?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1431762117778154463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/11/flex-disable-button-in-togglebuttonbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1431762117778154463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1431762117778154463'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/11/flex-disable-button-in-togglebuttonbar.html' title='Flex: Disable button in Togglebuttonbar'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2199612306489984576</id><published>2011-08-03T10:20:00.003-04:00</published><updated>2011-08-03T10:31:57.323-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Regular expression to extract text from rtf string</title><content type='html'>After few trial and errors, figured out a way to extract text from rtf string format.&lt;br /&gt;&lt;br /&gt;with rtf as ( select&lt;br /&gt;'{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}{\f1\fswiss\fcharset0 Arial;}{\f2\froman\fcharset0 Times New Roman;}}&lt;br /&gt;{\colortbl ;\red0\green0\blue255;}&lt;br /&gt;\viewkind4\uc1\pard\lang1033\f0\fs17 This is first line of rtf string with 01/02/1950 and some $10.20 with +ive sign&lt;br /&gt;\par&lt;br /&gt;\par e-mail second line rtf@rtf.com&lt;br /&gt;\par \pard\sb100\sa100\cf1\lang1036\f1\fs24 Yes, Third line of rtf. \cf0\f2&lt;br /&gt;\par \f1\fs20  some text \f2\fs24 &lt;br /&gt;\par \f1\fs20 123 456 abc 7890\f2\fs24 &lt;br /&gt;\par \pard\lang1033\f0\fs17&lt;br /&gt;\par }' str from dual)&lt;br /&gt;select str, &lt;b&gt;&lt;span style="color: red;"&gt;regexp_replace(str, '({\\)(.*)(})|(\\[^ ]*)|(})')&lt;/span&gt; &lt;/b&gt; from rtf;&lt;br /&gt;&lt;br /&gt;Here is the break down of Regular expression. It has 3 parts&lt;br /&gt;&lt;b&gt;&lt;span style="color: red;"&gt;({\\)(.*)(}) &lt;/span&gt;| &lt;span style="color: blue;"&gt;(\\[^ ]*) &lt;/span&gt;| &lt;span style="color: purple;"&gt;(})&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Replace&lt;br /&gt;&lt;div style="color: red;"&gt;1) Anything that starts with {\ followed by any any character(s) and ends with }&lt;/div&gt;or&lt;br /&gt;&lt;div style="color: blue;"&gt;2) Any thing that starts with \ and not followed by a space&lt;/div&gt;or&lt;br /&gt;&lt;div style="color: purple;"&gt;3) Replace the last }&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2199612306489984576?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2199612306489984576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/08/regular-expression-to-extract-text-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2199612306489984576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2199612306489984576'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/08/regular-expression-to-extract-text-from.html' title='Oracle: Regular expression to extract text from rtf string'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1527900636284724468</id><published>2011-07-22T09:49:00.000-04:00</published><updated>2011-07-22T09:49:24.645-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex'/><title type='text'>Flex: Workspace in use or cannot be created</title><content type='html'>I have seen this annoying message more often in Flex Builder 3. It looks like the locks are not properly released when you quit Flex Builder.&lt;br /&gt;&lt;br /&gt;If you get this error, You have 2 options&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Option 1&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Go to Task Manager&lt;/li&gt;&lt;li&gt;Kill FlexBuilder.exe&lt;/li&gt;&lt;li&gt;Kill Javaaw.exe&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;b&gt;Option 2&lt;/b&gt;&lt;br /&gt;Restart your pc&lt;br /&gt;&lt;br /&gt;Either option will resolve this for you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1527900636284724468?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1527900636284724468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/07/flex-workspace-in-use-or-cannot-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1527900636284724468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1527900636284724468'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/07/flex-workspace-in-use-or-cannot-be.html' title='Flex: Workspace in use or cannot be created'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2298546947669009732</id><published>2011-07-21T10:48:00.000-04:00</published><updated>2011-07-21T10:48:39.815-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Data pump: Import multiple dump files</title><content type='html'>If the size of the dump file is large, usually they will be split into smaller chunks for easier ftp upload/download.&lt;br /&gt;&lt;br /&gt;If you are trying to import a dump file that is split into many chunks, then you need to modify the DUMPFILE paratermeter to include &lt;b&gt;%U&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If the dump files are named EXP_PROD_1.dmp, EXP_PROD_2.dmp etc , then &lt;br /&gt;&lt;br /&gt;DUMPFILE=EXP_PROD_&lt;b&gt;%U&lt;/b&gt;.DMP&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2298546947669009732?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2298546947669009732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/07/data-pump-import-multiple-dump-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2298546947669009732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2298546947669009732'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/07/data-pump-import-multiple-dump-files.html' title='Data pump: Import multiple dump files'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8190814869160709717</id><published>2011-07-19T23:12:00.002-04:00</published><updated>2011-07-19T23:14:04.957-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dropbox'/><title type='text'>Dropbox: How to get shareable links</title><content type='html'>I was trying to embed some of my pictures onto craigslist and couldn't get a shareable link.&lt;br /&gt;&lt;br /&gt;To activate shareable link&lt;br /&gt;&lt;br /&gt;1) log onto your dropbox account&lt;br /&gt;&lt;br /&gt;2) Click on the link &lt;a href="http://www.dropbox.com/enable_shmodel"&gt;Enable Share&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8190814869160709717?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8190814869160709717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/07/dropbox-how-to-get-shareable-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8190814869160709717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8190814869160709717'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/07/dropbox-how-to-get-shareable-links.html' title='Dropbox: How to get shareable links'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1154272502052182791</id><published>2011-06-17T23:55:00.000-04:00</published><updated>2011-06-17T23:55:29.845-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.Net'/><title type='text'>Merge dll into exe</title><content type='html'>1) Download &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=17630"&gt;ILMerge&lt;/a&gt;&lt;br /&gt;2) Install ILMerge&lt;br /&gt;3) Go to command prompt and type the command&lt;br /&gt;&lt;br /&gt;ilmerge.exe /target:winexe /out:combined_exename.exe orig_exe_name.exe orig_dll.dll&lt;br /&gt;&lt;br /&gt;Say you have your program ( test.exe) and dll (someDllName.dll) built into c:\temp&lt;br /&gt;&lt;br /&gt;"C:\Program Files\Microsoft\ILMerge\ilmerge.exe" /target:winexe /out:"C:\Temp\Combined.exe" "C:\Temp\Test.exe" "C:\Temp\somDllName.dll"&lt;br /&gt;&lt;br /&gt;To make things easier, Copy the above 2 lines into a new file and name it combine.bat. Double click the batch file, and it should generate the output for you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1154272502052182791?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1154272502052182791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/06/merge-dll-into-exe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1154272502052182791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1154272502052182791'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/06/merge-dll-into-exe.html' title='Merge dll into exe'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4908970734485349122</id><published>2011-05-23T15:16:00.000-04:00</published><updated>2011-05-23T15:16:33.041-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Location of Alert.log and trace files in Oracle 11g</title><content type='html'>There are 2 options.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;From SQLPlus&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Show Parameter dump_dest&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Using a Query&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;select * from v$diag_info&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4908970734485349122?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4908970734485349122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/05/location-of-alertlog-and-trace-files-in.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4908970734485349122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4908970734485349122'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/05/location-of-alertlog-and-trace-files-in.html' title='Location of Alert.log and trace files in Oracle 11g'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5428992433659757579</id><published>2011-05-20T21:50:00.001-04:00</published><updated>2011-05-20T22:02:01.978-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hinduism'/><title type='text'>Hindu Trinitiy</title><content type='html'>ஹிந்து மதத்தின் அடிப்படை கடவுள்கள் மொத்தம் முன்று. சுருக்கமாக மும்மூர்த்திகள்&lt;br /&gt;&lt;br /&gt;பிரம்மா:  இவரின் தொழில் படைப்பது, இதில் உலகம் முதல் உயிர் வாழும் அணைத்து ஜீவன்களும் அடக்கம்&lt;br /&gt;&lt;br /&gt;விஷ்ணு: இவரின் தொழில் காப்பது.&lt;br /&gt;&lt;br /&gt;சிவன் : இவரின் தொழில் அழிப்பது.&lt;br /&gt;&lt;br /&gt;இதில் ஆச்சிரியம் என்னவென்றால், காக்கும்  தொழிலும் , அழிக்கும் தொழிலையும் செய்யும் விஷ்ணுவையும், சிவனையும் வணங்கும் மக்கள், படைக்கும் தொழில் செய்யும் பிரம்மாவை வணங்குவது இல்லை&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5428992433659757579?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5428992433659757579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/05/hindu-trinitiy.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5428992433659757579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5428992433659757579'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/05/hindu-trinitiy.html' title='Hindu Trinitiy'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4717927676610529974</id><published>2011-05-20T21:32:00.005-04:00</published><updated>2011-07-28T16:32:38.088-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tamil'/><title type='text'>Types of Land defined in Tamil Literature</title><content type='html'>முன்னுரை:&lt;br /&gt;&lt;br /&gt;பள்ளி நாட்களில் விவரம் தெரிந்தோ தெரியாமலோ படித்த தமிழ் இலக்கியங்கள், செய்யுள்கள், ஹிந்து மத கதைகள் பற்றி ஒரு சிறிய தொகுப்பு.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Tamil literature classifies Land types into 5 types.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;நம் தமிழ் இலக்கியத்தில் நிலம் ஐவகைகளாய் பகுக்கப்பட்டுள்ளது. அவை:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;குறிஞ்சி :&lt;/b&gt;&amp;nbsp; மலையும் மலை சார்ந்த பகுதிகளும்.&lt;br /&gt;&lt;b&gt;முல்லை: &lt;/b&gt;காடும் காடு சார்ந்த பகுதிகளும்.&lt;br /&gt;&lt;b&gt;மருதம்:&lt;/b&gt; வயலும் வயல் சார்ந்த பகுதிகளும்.&lt;br /&gt;&lt;b&gt;நெய்தல:&lt;/b&gt; கடலும் கடல் சார்ந்த பகுதிகளும்.  &lt;br /&gt;&lt;b&gt;பாலை: &lt;/b&gt;நீரற்ற வற‌ண்ட பகுதி. உதாரணம்&amp;nbsp; பாலைவனம்&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4717927676610529974?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4717927676610529974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/05/tamil-literature.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4717927676610529974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4717927676610529974'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/05/tamil-literature.html' title='Types of Land defined in Tamil Literature'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4152044876635867245</id><published>2011-03-29T15:11:00.001-04:00</published><updated>2011-03-29T15:11:55.416-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: How to convert LONG to CLOB</title><content type='html'>It is very simple to convert a LONG column to CLOB.&lt;br /&gt;&lt;br /&gt;Create table test( col1 long);&lt;br /&gt;&lt;br /&gt;Alter table test modify col1  clob;&lt;br /&gt;&lt;br /&gt;That's it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4152044876635867245?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4152044876635867245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/03/oracle-how-to-convert-long-to-clob.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4152044876635867245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4152044876635867245'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/03/oracle-how-to-convert-long-to-clob.html' title='Oracle: How to convert LONG to CLOB'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2139193827331401134</id><published>2011-03-01T11:30:00.000-05:00</published><updated>2011-03-01T11:30:59.328-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-30004: when using SYS_CONNECT_BY_PATH function, cannot have seperator as part of column value</title><content type='html'>SYS_CONNECT_BY_PATH is used in hierarchial queries. It returns the path of column value from a root node&lt;br /&gt;&lt;br /&gt;example: SYS_CONNECT_BY_PATH(column_name, '/') where '/' is the seperator.&lt;br /&gt;&lt;br /&gt;If the column_name contains the separator character, then you get the above error&lt;br /&gt;"ORA-30004: when using SYS_CONNECT_BY_PATH function, cannot have seperator as part of column value"&lt;br /&gt;&lt;br /&gt;In my example below, foldername had values like "Tree for Case/Document". Since the foldername has "/" which matches your seperator, you get the error.&lt;br /&gt;&lt;br /&gt;select f.foldername, sys_connect_by_path(f.foldername,'/') dir&lt;br /&gt;from folder f&lt;br /&gt;connect by parentfolderkey = prior folderkey&lt;br /&gt;start with casekey = 7457950&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To remove the error, make sure that your seperator is unique, The error disappeared when I replaced the seperator "/" with "//"&lt;br /&gt;&lt;br /&gt;select f.foldername, sys_connect_by_path(f.foldername,'//') dir&lt;br /&gt;from folder f&lt;br /&gt;connect by parentfolderkey = prior folderkey&lt;br /&gt;start with casekey = 7457950&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2139193827331401134?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2139193827331401134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/03/ora-30004-when-using-sysconnectbypath.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2139193827331401134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2139193827331401134'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/03/ora-30004-when-using-sysconnectbypath.html' title='ORA-30004: when using SYS_CONNECT_BY_PATH function, cannot have seperator as part of column value'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5113474317296865114</id><published>2011-02-14T15:02:00.000-05:00</published><updated>2011-02-14T15:02:22.331-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr]</title><content type='html'>I have an Oracle 11g R2 database on a Vista box. I got this error twice, and in both occasions, it was due to Vista crashing (ran out of battery, blue screen)&lt;br /&gt;&lt;br /&gt;Here are the steps I performed to resolve this error&lt;br /&gt;&lt;br /&gt;Launch SQL Plus from Oracle\bin folder ( not from Client folder)&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; conn sys/sys as sysdba&lt;br /&gt;Connected to an idle instance.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database recover;&lt;br /&gt;Database altered.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database open;&lt;br /&gt;alter database open&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],&lt;br /&gt;[136], [65730], [65738], [], [], [], [], [], [], []&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; shutdown immediate;&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database recover until cancel using backup controlfile;&lt;br /&gt;alter database recover until cancel using backup controlfile&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00279: change 3997604 generated at 02/11/2011 21:08:59 needed for thread 1&lt;br /&gt;ORA-00289: suggestion :&lt;br /&gt;C:\APP\RMANNI\RECOVERY_AREA\ORCLDB11G\ARCHIVELOG\2011_02_14\O1_MF_1_136_%U_.ARC&lt;br /&gt;ORA-00280: change 3997604 for thread 1 is in sequence #136&lt;br /&gt;&lt;br /&gt;Since my database is not running in archive log mode, I couldn't find the file specified in the above error message. I proceeded with the following&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database recover continue default;&lt;br /&gt;alter database recover continue default&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-00308: cannot open archived log&lt;br /&gt;'C:\APP\RMANNI\RECOVERY_AREA\ORCLDB11G\ARCHIVELOG\2011_02_14\O1_MF_1_136_%U_.ARC'&lt;br /&gt;ORA-27041: unable to open file&lt;br /&gt;OSD-04002: unable to open file&lt;br /&gt;O/S-Error: (OS 2) The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database recover cancel;&lt;br /&gt;Database altered.&lt;br /&gt;&lt;br /&gt;If the above step errored out, then proceed with the lines shown below inbetween the dotted lines, if not&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database open resetlogs;&lt;br /&gt;Database altered.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; Your database is good to go, You should now be able to connect&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-----------If Alter database recover cancel Failed ------------------&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database recover cancel;&lt;br /&gt;alter database recover cancel&lt;br /&gt;*&lt;br /&gt;ERROR at line 1:&lt;br /&gt;ORA-10879: error signaled in parallel recovery slave&lt;br /&gt;ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below&lt;br /&gt;ORA-01194: file 1 needs more recovery to be consistent&lt;br /&gt;ORA-01110: data file 1: 'C:\APP\RMANNI\ORADATA\ORCLDB\SYSTEM01.DBF'&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; recover database using backup controlfile until cancel;&lt;br /&gt;ORA-00275: media recovery has already been started&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; shutdown immediate;&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;Now, when you try to recover, Oracle will provide a suggestion,provide the path for your REDO log files. One of the log files will fix your database. I started with Redo03, but Redo01 fixed my database. You probably don't need to shutdown and restart the database for each Redo log flies.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; recover database using backup controlfile until cancel;&lt;br /&gt;&lt;br /&gt;ORA-00279: change 2448238 generated at 11/16/2010 22:05:53 needed for thread 1&lt;br /&gt;ORA-00289: suggestion :&lt;br /&gt;C:\APP\RMANNI\FLASH_RECOVERY_AREA\ORCLDB\ARCHIVELOG\2011_02_14\O1_MF_1_67_%U_.ARC&lt;br /&gt;ORA-00280: change 2448238 for thread 1 is in sequence #67&lt;br /&gt;&lt;br /&gt;Specify log: {&lt;ret&gt;=suggested | filename | AUTO | CANCEL}&lt;br /&gt;&lt;span style="color: #6fa8dc;"&gt;C:\app\rmanni\oradata\ORCLDB\REDO03.LOG&lt;/span&gt;&lt;br /&gt;ORA-00310: archived log contains sequence 66; sequence 67 required&lt;br /&gt;ORA-00334: archived log: 'C:\APP\RMANNI\ORADATA\ORCLDB\REDO03.LOG'&lt;br /&gt;ORA-10879: error signaled in parallel recovery slave&lt;br /&gt;ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below&lt;br /&gt;ORA-01194: file 1 needs more recovery to be consistent&lt;br /&gt;ORA-01110: data file 1: 'C:\APP\RMANNI\ORADATA\ORCLDB\SYSTEM01.DBF'&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; shutdown immediate;&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; recover database using backup controlfile until cancel;&lt;br /&gt;ORA-00279: change 2448238 generated at 11/16/2010 22:05:53 needed for thread 1&lt;br /&gt;ORA-00289: suggestion :&lt;br /&gt;C:\APP\RMANNI\FLASH_RECOVERY_AREA\ORCLDB\ARCHIVELOG\2011_02_14\O1_MF_1_67_%U_.ARC&lt;br /&gt;ORA-00280: change 2448238 for thread 1 is in sequence #67&lt;br /&gt;&lt;br /&gt;Specify log: {&lt;ret&gt;=suggested | filename | AUTO | CANCEL}&lt;br /&gt;&lt;span style="color: #6fa8dc;"&gt;C:\app\rmanni\oradata\ORCLDB\REDO02.LOG&lt;/span&gt;&lt;br /&gt;ORA-00310: archived log contains sequence 65; sequence 67 required&lt;br /&gt;ORA-00334: archived log: 'C:\APP\RMANNI\ORADATA\ORCLDB\REDO02.LOG'&lt;br /&gt;ORA-10879: error signaled in parallel recovery slave&lt;br /&gt;ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below&lt;br /&gt;ORA-01194: file 1 needs more recovery to be consistent&lt;br /&gt;ORA-01110: data file 1: 'C:\APP\RMANNI\ORADATA\ORCLDB\SYSTEM01.DBF'&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; Shutdown immediate;&lt;br /&gt;ORACLE instance shut down.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; startup mount;&lt;br /&gt;ORACLE instance started.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; recover database using backup controlfile until cancel;&lt;br /&gt;ORA-00279: change 2448238 generated at 11/16/2010 22:05:53 needed for thread 1&lt;br /&gt;ORA-00289: suggestion :&lt;br /&gt;C:\APP\RMANNI\FLASH_RECOVERY_AREA\ORCLDB\ARCHIVELOG\2011_02_14\O1_MF_1_67_%U_.ARC&lt;br /&gt;ORA-00280: change 2448238 for thread 1 is in sequence #67&lt;br /&gt;&lt;br /&gt;Specify log: {&lt;ret&gt;=suggested | filename | AUTO | CANCEL}&lt;br /&gt;&lt;span style="color: #3d85c6;"&gt;C:\app\rmanni\oradata\ORCLDB\REDO01.log&lt;/span&gt;&lt;br /&gt;Log applied.&lt;br /&gt;Media recovery complete.&lt;br /&gt;&lt;br /&gt;SQL&amp;gt; alter database open resetlogs;&lt;br /&gt;Database altered.&lt;br /&gt;&lt;br /&gt;-----------If Alter database recover cancel Failed ------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/ret&gt;&lt;/ret&gt;&lt;/ret&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5113474317296865114?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5113474317296865114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2011/02/ora-00600-internal-error-code-arguments.html#comment-form' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5113474317296865114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5113474317296865114'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2011/02/ora-00600-internal-error-code-arguments.html' title='ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr]'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3867462312067247881</id><published>2010-12-22T22:49:00.000-05:00</published><updated>2011-01-31T15:34:15.563-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Disable Archive log mode</title><content type='html'>&lt;div class="post-header"&gt;  &lt;/div&gt;  Launch SQLPLUS and login  as SYS&lt;br /&gt;&lt;br /&gt;Determine if the database is setup in archive log mode&lt;br /&gt;&lt;br /&gt;SQL&gt; Select log_mode from v$database&lt;br /&gt;&lt;br /&gt;SQL&gt; archive log list;&lt;br /&gt;&lt;br /&gt;Archive  log list gives a little bit detailed information about your archive log  setup. By default, when you enable archive log, all the archive log  files are written into flash_recovery_area.Below command will show you  the OS path&lt;br /&gt;&lt;br /&gt;sql&gt;  show parameter recovery_file_dest&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;To Disable Archive log&lt;/span&gt;&lt;br /&gt;SQL&gt;  shutdown immediate&lt;br /&gt;SQL&gt;  startup mount&lt;br /&gt;SQL&gt; alter database noarchivelog&lt;br /&gt;SQL&gt;  alter database open&lt;br /&gt;SQL&gt;  archive log list&lt;br /&gt;&lt;br /&gt;Your database is now running in NO archive log mode&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3867462312067247881?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3867462312067247881/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-disable-archive-log-mode.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3867462312067247881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3867462312067247881'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-disable-archive-log-mode.html' title='Oracle: Disable Archive log mode'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2699176878273015311</id><published>2010-12-22T22:41:00.000-05:00</published><updated>2011-01-31T15:34:15.577-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Enable Archive log mode</title><content type='html'>Launch SQLPLUS and login  as SYS&lt;br /&gt;&lt;br /&gt;Determine if the database is setup in archive log mode&lt;br /&gt;&lt;br /&gt;SQL&gt; Select log_mode from v$database&lt;br /&gt;&lt;br /&gt;SQL&gt; archive log list;&lt;br /&gt;&lt;br /&gt;Archive log list gives a little bit detailed information about your archive log setup. By default, when you enable archive log, all the archive log files are written into flash_recovery_area.Below command will show you the OS path&lt;br /&gt;&lt;br /&gt;SQL&gt; show parameter recovery_file_dest&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;To Enable Archive log&lt;/span&gt;&lt;br /&gt;SQL&gt; shutdown immediate&lt;br /&gt;SQL&gt; startup mount&lt;br /&gt;SQL&gt; alter database archivelog&lt;br /&gt;SQL&gt; alter database open&lt;br /&gt;SQL&gt; archive log list&lt;br /&gt;&lt;br /&gt;Your database is now running in archive log mode&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2699176878273015311?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2699176878273015311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-enable-archive-log-mode.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2699176878273015311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2699176878273015311'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-enable-archive-log-mode.html' title='Oracle: Enable Archive log mode'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7765003777155898753</id><published>2010-12-09T09:52:00.001-05:00</published><updated>2011-02-17T17:19:38.355-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Import 11g data dump into 10g</title><content type='html'>You can use Oracle data dump to export data dump from 11g server, and import into 10g using the data Pump parameter called Version. When you use Version, Datapump exports all objects that are compatible for your target version&lt;br /&gt;&lt;br /&gt;So, If your database is 11g and you want to export 11g and import into 10g&lt;br /&gt;&lt;br /&gt;from 11g db cmd promt&amp;gt; expdp Test_schema_name/passs directory=datapump schemas=Test_Schema_Name &lt;span style="color: red; font-weight: bold;"&gt;Version=10.2.0.4.0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once the export is done, you do the regular import from 10g server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7765003777155898753?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7765003777155898753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-import-11g-data-dump-into-10g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7765003777155898753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7765003777155898753'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/12/oracle-import-11g-data-dump-into-10g.html' title='Oracle: Import 11g data dump into 10g'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2966848000738476675</id><published>2010-11-23T10:41:00.000-05:00</published><updated>2011-01-31T15:34:15.605-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Convert XMLType to Varchar2</title><content type='html'>Use &lt;span style="font-weight: bold;"&gt;xmltype.getStringVal() &lt;/span&gt;or &lt;span style="font-weight: bold;"&gt;xmltype.getClobVal()&lt;/span&gt; based on the size.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;declare&lt;br /&gt;myxml_type xmltype;&lt;br /&gt;mystr Varchar2(4000);&lt;br /&gt;begin&lt;br /&gt; mystr :=myxml_type.getStringVal();&lt;br /&gt;end;&lt;br /&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2966848000738476675?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2966848000738476675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/11/oracle-convert-xmltype-to-varchar2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2966848000738476675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2966848000738476675'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/11/oracle-convert-xmltype-to-varchar2.html' title='Oracle: Convert XMLType to Varchar2'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1370783664770846277</id><published>2010-11-22T14:58:00.000-05:00</published><updated>2011-01-31T15:34:15.619-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Explain Plan table in Toad</title><content type='html'>There are 2 options&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Use PLAN_TABLE that comes with the schema&lt;/li&gt;&lt;li&gt;Use TOAD_PLAN_TABLE (Created by Toad)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Option 1&lt;br /&gt;&lt;br /&gt;Query user table for PLAN_TABLE&lt;br /&gt;&lt;br /&gt;Select * from user_tables where table_name ='PLAN_TABLE'&lt;br /&gt;&lt;br /&gt;Set this table in Toad Menu&lt;br /&gt;&lt;br /&gt;View-&gt;Toad Options-&gt; Select Oracle&lt;br /&gt;&lt;br /&gt;on the right had side, you will see options for Explain Plan&lt;br /&gt;&lt;br /&gt;Option 2&lt;br /&gt;&lt;br /&gt;You can create TOAD_PLAN_TABLE, by running TOADPREP.SQL (Found in older version of Toads). This is no longer available in Toad 10&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1370783664770846277?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1370783664770846277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/11/explain-plan-table-in-toad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1370783664770846277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1370783664770846277'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/11/explain-plan-table-in-toad.html' title='Explain Plan table in Toad'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8847330568970662548</id><published>2010-11-11T10:31:00.000-05:00</published><updated>2011-01-31T15:34:15.632-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-01172:recovery of thread 1 stuck at block xxxx of file x</title><content type='html'>Lately, I've been plagued with all sorts of Oracle start up errors on my Vista box. I have Oracle 11gR2 installed, and it seems to crash everytime I force reboot my vista box&lt;br /&gt;&lt;br /&gt;Yesterday I got, &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;ORA-01172:recovery of thread 1 stuck at block xxxx of file x&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To solve&lt;br /&gt;&lt;br /&gt;1) Open SqlPlus from Oracle Bin folder, login as sys/zzz as sysdba&lt;br /&gt;2) Since the database is not open, you can only query on fixed tables/Views&lt;br /&gt;3) Query on v$datafile for the file name in the error message&lt;br /&gt;&lt;br /&gt;If the error is "ORA-01172:recovery of thread 1 stuck at block 1241 of file 3",&lt;br /&gt;&lt;br /&gt;then &lt;span style="font-weight:bold;"&gt;Select name from v$datafile where file#=3&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;4) &lt;span style="font-weight:bold;"&gt;Recover datafile &lt;span style="font-style:italic;"&gt;name_from_the_above_select&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;5) If file is recovered, then try &lt;br /&gt;Alter database open&lt;br /&gt;&lt;br /&gt;6) In my case, I got some weird ora-6000 [4194], So I did a shutdown and startup force, which resovled my issue&lt;br /&gt;&lt;br /&gt;7) Shutdown immediate&lt;br /&gt;8) Startup force&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8847330568970662548?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8847330568970662548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/11/ora-01172recovery-of-thread-1-stuck-at.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8847330568970662548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8847330568970662548'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/11/ora-01172recovery-of-thread-1-stuck-at.html' title='ORA-01172:recovery of thread 1 stuck at block xxxx of file x'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3717152307021375052</id><published>2010-11-07T00:56:00.000-04:00</published><updated>2011-01-31T15:34:15.644-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Ubuntu Wireless driver for Dell</title><content type='html'>After installing Ubuntu, go to additional drivers and install Broadcam STA Wireless driver.&lt;br /&gt;&lt;br /&gt;This driver enabled my Wireless card ( Dell Wireless 1510), and works great.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3717152307021375052?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3717152307021375052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/11/ubuntu-wireless-driver-for-dell.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3717152307021375052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3717152307021375052'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/11/ubuntu-wireless-driver-for-dell.html' title='Ubuntu Wireless driver for Dell'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7327177067306232524</id><published>2010-10-28T13:31:00.000-04:00</published><updated>2010-10-28T13:33:14.812-04:00</updated><title type='text'>Moved blog address</title><content type='html'>Please visit my new blog for updates&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rmanni.blogspot.com"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;http://rmanni.blogspot.com&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7327177067306232524?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7327177067306232524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/10/moved-blog-address.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7327177067306232524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7327177067306232524'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/10/moved-blog-address.html' title='Moved blog address'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6667393086924675607</id><published>2010-10-28T13:25:00.000-04:00</published><updated>2011-01-31T15:34:15.656-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12528: TNS:Listener: All Appropriate instances are blocking new connections</title><content type='html'>&lt;ul&gt;&lt;li&gt;Go to the database server box&lt;/li&gt;&lt;li&gt;Navigate to the bin folder and launch SQLPLUS (Usually C:\app\rmanni\product\11.1.0\db_1\BIN )&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Luanch sqlplus and connect to the database as SYS &lt;span style="font-weight: bold;"&gt;without using @TNSAlias&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;ex: conn sys/sys as sysdba&lt;br /&gt;&lt;br /&gt;Once you are in, do a&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Shutdown&lt;/li&gt;&lt;li&gt;Startup&lt;/li&gt;&lt;/ul&gt;You are good to go.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6667393086924675607?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6667393086924675607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/10/ora-12528-tnslistener-all-appropriate.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6667393086924675607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6667393086924675607'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/10/ora-12528-tnslistener-all-appropriate.html' title='ORA-12528: TNS:Listener: All Appropriate instances are blocking new connections'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7357534481850197343</id><published>2010-10-26T14:42:00.000-04:00</published><updated>2011-01-31T15:34:15.669-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle 11g Installation: File not found</title><content type='html'>Oracle 11g Release 2 Installation files contains 2 zip files.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;win32_11gR2_database_1of2.zip&lt;/li&gt;&lt;li&gt;win32_11gR2_database_2of2.zip&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;You need to unzip both the files into the same location. Unzipping the first one, will not unzip the second file.&lt;br /&gt;&lt;br /&gt;Pretty lame, but you have to unzip both.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7357534481850197343?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7357534481850197343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/10/oracle-11g-installation-file-not-found.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7357534481850197343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7357534481850197343'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/10/oracle-11g-installation-file-not-found.html' title='Oracle 11g Installation: File not found'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3935039862040751202</id><published>2010-10-21T16:53:00.000-04:00</published><updated>2011-01-31T15:34:15.681-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-12514: TNS:listener does not currently know of service requested in connect descriptor</title><content type='html'>&lt;span style="font-weight: bold;"&gt;ORA-12514: TNS:listener does not currently know of service requested in connect descriptor&lt;/span&gt; is the most common and most frustrating error in Oracle&lt;br /&gt;&lt;br /&gt;What it means is, In tnsnams.ora, the service_name parameter is in correct or not available&lt;br /&gt;&lt;br /&gt;TNS_Service =&lt;br /&gt;  (DESCRIPTION =&lt;br /&gt;    (ADDRESS = (PROTOCOL = TCP)(HOST = machine_name)(PORT = 1521))&lt;br /&gt;    (&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;CONNECT_DATA&lt;/span&gt; =&lt;br /&gt;      (SERVER = DEDICATED)&lt;br /&gt;      (&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;SERVICE_NAME = Database_Name&lt;/span&gt;)&lt;br /&gt;    )&lt;br /&gt;  )&lt;br /&gt;&lt;br /&gt;In my instance, I have Oracle hosted on a Windows box,  and my OracleService&lt;span style="font-style: italic;"&gt;Database_Name&lt;/span&gt;&lt;br /&gt;was not started.&lt;br /&gt;&lt;br /&gt;Once I started the Windows service , I was able to connect to the database&lt;br /&gt;&lt;br /&gt;Start-&gt;Run-&gt;Services.msc&lt;br /&gt;&lt;br /&gt;Locate the OracleService&lt;span style="font-style: italic;"&gt;Database_Name, and right click and start the service.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3935039862040751202?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3935039862040751202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/10/ora-12514-tnslistener-does-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3935039862040751202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3935039862040751202'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/10/ora-12514-tnslistener-does-not.html' title='ORA-12514: TNS:listener does not currently know of service requested in connect descriptor'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4385532115170409415</id><published>2010-08-19T15:29:00.001-04:00</published><updated>2011-01-31T15:34:15.699-05:00</updated><title type='text'>CTRL ALT DEL on Remote Desktop</title><content type='html'>If you remote into desktop, and the desktop locks out, CTRL ALT DEL, will only bring your machine's screen.&lt;br /&gt;&lt;br /&gt;To send CTRL ATL DEL for Remote pc, use&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;CTRL ALT END&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4385532115170409415?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4385532115170409415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/08/ctrl-alt-del-on-remote-desktop_19.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4385532115170409415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4385532115170409415'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/08/ctrl-alt-del-on-remote-desktop_19.html' title='CTRL ALT DEL on Remote Desktop'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8892884237860569594</id><published>2010-08-19T15:29:00.000-04:00</published><updated>2010-09-10T23:57:25.080-04:00</updated><title type='text'>CTRL ALT DEL on Remote Desktop</title><content type='html'>If you remote into desktop, and the desktop locks out, CTRL ALT DEL, will only bring your machine's screen.&lt;br /&gt;&lt;br /&gt;To send CTRL ATL DEL for Remote pc, use&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;CTRL ALT END&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8892884237860569594?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8892884237860569594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/08/ctrl-alt-del-on-remote-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8892884237860569594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8892884237860569594'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/08/ctrl-alt-del-on-remote-desktop.html' title='CTRL ALT DEL on Remote Desktop'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4458746341028828957</id><published>2010-07-19T15:16:00.000-04:00</published><updated>2010-09-10T23:57:25.090-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Regular expression to split comma separated values</title><content type='html'>with test as &lt;br /&gt; (select '5/10/2007,36352737,,"first_name, last_name Jr.",211001,7204,-75.00' str from dual)&lt;br /&gt;Select regexp_substr(str,'".*"|[^,]+', 1, level)&lt;br /&gt;from test&lt;br /&gt;connect by  regexp_substr(str,'".*"|[^,]+', 1, level) is not null&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4458746341028828957?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4458746341028828957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/07/regular-expression-to-split-comma.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4458746341028828957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4458746341028828957'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/07/regular-expression-to-split-comma.html' title='Regular expression to split comma separated values'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2691228686440355821</id><published>2010-07-15T14:04:00.000-04:00</published><updated>2010-09-10T23:57:25.099-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Spool to Excel from SQLPlus</title><content type='html'>Spooling the output from SQLPlus to log file is often in unreadable format.&lt;br /&gt;&lt;br /&gt;To Spool SQLPLus output to Excel (.xls) file, the trick is to turn On "MARKUP HTML"&lt;br /&gt;&lt;br /&gt;SQL&gt;set markup html on&lt;br /&gt;SQL&gt;set feedback off&lt;br /&gt;&lt;br /&gt;SQL&gt;spool c:\test.xls&lt;br /&gt;&lt;br /&gt;SQL&gt;select * from user_objects where rownum &lt;= 20;&lt;br /&gt;SQL&gt;spool off&lt;br /&gt;&lt;br /&gt;SQL&gt;set markup html off&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2691228686440355821?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2691228686440355821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/07/oracle-spool-to-excel-from-sqlplus.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2691228686440355821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2691228686440355821'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/07/oracle-spool-to-excel-from-sqlplus.html' title='Oracle: Spool to Excel from SQLPlus'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3468444731163978572</id><published>2010-07-12T23:51:00.001-04:00</published><updated>2011-01-31T15:34:15.751-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>2 more reasons to be vegetarian</title><content type='html'>Lara Dutta for Peta&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/TDvjHAhKEkI/AAAAAAAABJE/Xdufy5ZIaqE/s1600/laraduttafull300.jpg"&gt;&lt;img style="cursor: pointer; width: 283px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/TDvjHAhKEkI/AAAAAAAABJE/Xdufy5ZIaqE/s400/laraduttafull300.jpg" alt="" id="BLOGGER_PHOTO_ID_5493233880046113346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/TDvjG2G70vI/AAAAAAAABI8/8KQZKUtmpWE/s1600/laraduttacrop300.jpg"&gt;&lt;img style="cursor: pointer; width: 283px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/TDvjG2G70vI/AAAAAAAABI8/8KQZKUtmpWE/s400/laraduttacrop300.jpg" alt="" id="BLOGGER_PHOTO_ID_5493233877251773170" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3468444731163978572?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3468444731163978572/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/07/2-more-reasons-to-be-vegetarian_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3468444731163978572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3468444731163978572'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/07/2-more-reasons-to-be-vegetarian_12.html' title='2 more reasons to be vegetarian'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/TDvjHAhKEkI/AAAAAAAABJE/Xdufy5ZIaqE/s72-c/laraduttafull300.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2004939892753883662</id><published>2010-07-04T22:32:00.001-04:00</published><updated>2011-01-31T15:34:15.769-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Funny'/><title type='text'>GPS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://media.rd.com/rd/images/rdc/cartoons/1006-T-Russell-Harris-d.jpg"&gt;&lt;img style="cursor: pointer; width: 432px; height: 360px;" src="http://media.rd.com/rd/images/rdc/cartoons/1006-T-Russell-Harris-d.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2004939892753883662?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2004939892753883662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/07/gps_04.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2004939892753883662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2004939892753883662'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/07/gps_04.html' title='GPS'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7736206063140007541</id><published>2010-07-01T11:17:00.000-04:00</published><updated>2010-09-10T23:57:25.126-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Forgot SYS and SYSTEM password</title><content type='html'>If you forget or lost both SYS and SYSTEM password, you can reset them without logging in to the database.&lt;br /&gt;&lt;br /&gt;Here is a cool utility to reset SYS and SYSTEM password, if you ever loose or forget the passwords for these account.&lt;br /&gt;&lt;br /&gt;This is tested in Windows box only ( orapwd should work in Unix too)&lt;br /&gt;---------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;1) Go to services ( start -&gt; Run-&gt;Services.msc)&lt;br /&gt;2) Stop all Oracle services.&lt;br /&gt;3) Find PWDxxxx.ora file. It is usually located in the Oracle\product\10.x\db_x\database.  xxxx stands for your Oracle SID. For example, if you database is called ORCL, then the file will be PWDorcl.ora&lt;br /&gt;4) Back up the existing file (just rename the file)&lt;br /&gt;5) Generate new PWDxxxx.ora file using orapwd utility.&lt;br /&gt;6) Go to command prompt, type&lt;br /&gt;  ORAPWD file=path_to_the_PWDxxx.ora_file password=zzzz&lt;br /&gt;zzzz will the new password for both SYS and SYSTEM account&lt;br /&gt;7) Now you will see a new PWDxxx.ora file generated.&lt;br /&gt;8) Restart your Oracle service&lt;br /&gt;9) You should be able to connect to the database with the new password.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/TCyzP_w0exI/AAAAAAAABIo/5dFgs0kel3I/s1600/reset_sys_passowrd.bmp"&gt;&lt;img style="cursor: pointer; width: 400px; height: 252px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/TCyzP_w0exI/AAAAAAAABIo/5dFgs0kel3I/s400/reset_sys_passowrd.bmp" alt="" id="BLOGGER_PHOTO_ID_5488959133253401362" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7736206063140007541?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7736206063140007541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/07/oracle-forgot-sys-and-system-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7736206063140007541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7736206063140007541'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/07/oracle-forgot-sys-and-system-password.html' title='Oracle: Forgot SYS and SYSTEM password'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/TCyzP_w0exI/AAAAAAAABIo/5dFgs0kel3I/s72-c/reset_sys_passowrd.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1767468752237711910</id><published>2010-05-18T18:20:00.000-04:00</published><updated>2010-09-10T23:57:25.135-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-04028: cannot generate diana for object</title><content type='html'>ORA-04028: cannot generate diana for object object_name&lt;br /&gt;&lt;br /&gt;Goes away if you recreate the object in question&lt;br /&gt;&lt;br /&gt;I got this error when compiling a package. The error said "Cannot generate Diana for a particular view".&lt;br /&gt;&lt;br /&gt;There was nothing wrong with view, and select * from view_name ran fine with no errors.&lt;br /&gt;&lt;br /&gt;I dropped and recreated the view, the Diana message went away.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1767468752237711910?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1767468752237711910/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/05/ora-04028-cannot-generate-diana-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1767468752237711910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1767468752237711910'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/05/ora-04028-cannot-generate-diana-for.html' title='ORA-04028: cannot generate diana for object'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6663645045712561322</id><published>2010-05-12T15:48:00.000-04:00</published><updated>2010-09-10T23:57:25.144-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Regular expression to remove html tags</title><content type='html'>There are two ways to strip HTML tags from a string&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) Try to extract everything between end html tag(&gt;)and next starting html tag (&lt;)  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) First approach becomes complicated when you have nested tags.  So the solution is to replace everything that is between (&lt;) and (&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL below replaces all the tags with space.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;Select Regexp_Replace('&lt;&lt;/span&gt;&lt;start style="color: rgb(255, 102, 0);" tag=""&gt;&gt;source string&lt;&lt;bold&gt;&gt;bold&lt;&lt;/bold&gt;&gt; with html tags&lt;&lt;/start&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&gt;', '&lt;[^&gt;]+&gt;','')  from dual&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;*Note: just put some tags between &lt;&gt; to test, google is not displaying the tags properly. The inner tags (before and after bold ) simulate nested tags.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6663645045712561322?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6663645045712561322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/05/oracle-regular-expression-to-remove.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6663645045712561322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6663645045712561322'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/05/oracle-regular-expression-to-remove.html' title='Oracle: Regular expression to remove html tags'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1953826558402421020</id><published>2010-05-09T00:02:00.002-04:00</published><updated>2011-02-03T11:13:18.914-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Bollywood Models</title><content type='html'>Bhairavi Gowswami&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0EJz_c-I/AAAAAAAABHo/bLhxAEC31l8/s1600/bhairavi-gowswami.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 393px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0EJz_c-I/AAAAAAAABHo/bLhxAEC31l8/s400/bhairavi-gowswami.jpg" alt="Bhairavi Gowswami"  TITLE="Bhairavi Gowswami" id="BLOGGER_PHOTO_ID_5469116043446154210" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Kaveri Jha&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0D-a4SbI/AAAAAAAABHg/AVRWP6mrojc/s1600/kaveri-jha.jpg"&gt;&lt;img style="cursor: pointer; width: 282px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0D-a4SbI/AAAAAAAABHg/AVRWP6mrojc/s400/kaveri-jha.jpg" alt="Kaveri Jha" TITLE="Kaveri Jha"  id="BLOGGER_PHOTO_ID_5469116040388037042" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Neetu Chandra&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0DtYlAyI/AAAAAAAABHY/NCl-HqOG0vg/s1600/neetu-chandra.jpg"&gt;&lt;img style="cursor: pointer; width: 308px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0DtYlAyI/AAAAAAAABHY/NCl-HqOG0vg/s400/neetu-chandra.jpg" alt="Neetu Chandra" TITLE="Neetu Chandra" id="BLOGGER_PHOTO_ID_5469116035814982434" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1953826558402421020?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1953826558402421020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/05/bollywood-models_08.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1953826558402421020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1953826558402421020'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/05/bollywood-models_08.html' title='Bollywood Models'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/S-Y0EJz_c-I/AAAAAAAABHo/bLhxAEC31l8/s72-c/bhairavi-gowswami.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4632466915512958098</id><published>2010-05-05T13:14:00.000-04:00</published><updated>2010-09-10T23:57:25.164-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: How to replace non printable characters in a string</title><content type='html'>You can replace non printable characters in a string using regexp_replace&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;select regexp_replace('Test'||chr(10)||chr(13)||chr(1)||' String ', '([^[:print:]])',' ') from dual&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you want to retain the the new line characters like chr(10) and chr(13) then&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;Select regexp_replace(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;'Test'||chr(10)||chr(13)||chr(1)||'  String '&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;,'['||chr(1)||'-'||chr(9)||']|['||chr(11)||'-'||chr(12)||']|['||chr(14)||'-'||chr(31)||']',' ')  from dual&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Above sql is removing chr from 1-9, 11-12 and 14-31&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is SQL to identify printable, non printable, control characters&lt;br /&gt;&lt;br /&gt;select level,CHR(level),&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:graph:]]'), '*') is_graph, --printable character&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:blank:]]'), '*') is_blank,&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:alnum:]]'), '*') is_alnum, --Any alphanumeric character, [A-Za-z0-9]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:alpha:]]'), '*') is_alpha, -- Any letter, [A-Za-z]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:digit:]]'), '*') is_digit, -- Any digit, [0-9]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:cntrl:]]'), '*') is_cntrl, --Any character not part of the character classes: [:upper:], [:lower:], [:alpha:], [:digit:], [:punct:], [:graph:], [:print:], [:xdigit:]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:lower:]]'), '*') is_lower, --  Any lowercase letter, [a-z]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:upper:]]'), '*') is_upper, --Any uppercase letter, [A-Z]&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:print:]]'), '*') is_print, --Any printable character&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:punct:]]'), '*') is_punct, --Any punctuation character: START ! ' # S % &amp;amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ / ] ^ _ { | } ~  END&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:space:]]'), '*') is_space, --A tab, new line, vertical tab, form feed, carriage return, or space&lt;br /&gt;     decode(chr(level), regexp_substr(chr(level), '[[:xdigit:]]'), '*') is_xdigit  --Any hexadecimal digit, [0-9A-Fa-f]&lt;br /&gt;from dual&lt;br /&gt;where level between 0 and 255&lt;br /&gt;connect by level &lt;= 256&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4632466915512958098?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4632466915512958098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/05/oracle-how-to-replace-non-printable.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4632466915512958098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4632466915512958098'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/05/oracle-how-to-replace-non-printable.html' title='Oracle: How to replace non printable characters in a string'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-567501726703032401</id><published>2010-05-02T11:30:00.001-04:00</published><updated>2011-01-31T15:34:15.868-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Anushka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S92fmi1sxBI/AAAAAAAABG4/dD57krBDOfM/s1600/244Anushka_wall_001.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S92fmi1sxBI/AAAAAAAABG4/dD57krBDOfM/s400/244Anushka_wall_001.jpg" alt="" id="BLOGGER_PHOTO_ID_5466701007233532946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-567501726703032401?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/567501726703032401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/05/anushka_02.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/567501726703032401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/567501726703032401'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/05/anushka_02.html' title='Anushka'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/S92fmi1sxBI/AAAAAAAABG4/dD57krBDOfM/s72-c/244Anushka_wall_001.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5860713575462754275</id><published>2010-04-30T00:09:00.001-04:00</published><updated>2011-01-31T15:34:15.886-05:00</updated><title type='text'>Vedas</title><content type='html'>Vedas are holy books of Hinduism, written in Sanskrit sometime between 1500 and 500BC&lt;br /&gt;&lt;br /&gt;There are 4 Vedas (Sacred Texts)&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;   Rig Veda : Knowledge of Praise. It contains Hymns(verses) praising gods&lt;/li&gt;&lt;li&gt;   Sama Veda : Knowledge of Sacred Songs(chants). It contains Hymns recited as  religious  services&lt;/li&gt;&lt;li&gt;   Yajur Veda : Knowledge of Rites(Sacrifices).Its divided into 2 parts, Black Yajurveda  Taittiriy &amp;amp; White Yajurveda Vajasaneyi&lt;/li&gt;&lt;li&gt;   Athara Veda :&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;More to come...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5860713575462754275?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5860713575462754275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/04/vedas_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5860713575462754275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5860713575462754275'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/04/vedas_29.html' title='Vedas'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8969506336616719572</id><published>2010-04-30T00:09:00.000-04:00</published><updated>2010-09-10T23:57:25.181-04:00</updated><title type='text'>Vedas</title><content type='html'>Vedas are holy books of Hinduism, written in Sanskrit sometime between 1500 and 500BC&lt;br /&gt;&lt;br /&gt;There are 4 Vedas (Sacred Texts)&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;   Rig Veda : Knowledge of Praise. It contains Hymns(verses) praising gods&lt;/li&gt;&lt;li&gt;   Sama Veda : Knowledge of Sacred Songs(chants). It contains Hymns recited as  religious  services&lt;/li&gt;&lt;li&gt;   Yajur Veda : Knowledge of Rites(Sacrifices).Its divided into 2 parts, Black Yajurveda  Taittiriy &amp;amp; White Yajurveda Vajasaneyi&lt;/li&gt;&lt;li&gt;   Athara Veda :&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;More to come...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8969506336616719572?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8969506336616719572/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/04/vedas.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8969506336616719572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8969506336616719572'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/04/vedas.html' title='Vedas'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7445908855782659807</id><published>2010-04-29T23:49:00.001-04:00</published><updated>2011-01-31T15:34:15.907-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tamil'/><title type='text'></title><content type='html'>&lt;span id="kpg"&gt;கடவுள் இல்லை என்பவனை நம்பலாம்....&lt;br /&gt;கடவுள் இருக்கு  என்பவனையும் நம்பலாம் ..&lt;br /&gt;ஆனால் நான் தான் கடவுள் என்று சொல்பவனை என்றும்  நம்பவே கூடாது&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7445908855782659807?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7445908855782659807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/04/blog-post_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7445908855782659807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7445908855782659807'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/04/blog-post_29.html' title=''/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2581348829914864751</id><published>2010-04-29T17:55:00.000-04:00</published><updated>2010-09-10T23:57:25.199-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>PLS-00306 WRONG number or types of arguments in call to XMLAGG</title><content type='html'>This a bug in Oracle. This error is thrown when you use ORDER BY clause with XMLAGG in PL/SQL.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;Work Around: Remove the ORDER BY Clause&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Funny part is, the SQL will work fine in SQLPLUS, but when you use in PL/SQL it will throws the above error.&lt;br /&gt;&lt;br /&gt;&lt;b style="color: rgb(51, 102, 255);"&gt;Versions &lt;i&gt;confirmed&lt;/i&gt; as being affected: 9.2.0.2 to 9.2.0.6&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;This bug is fixed from 9.2.0.7 onwards&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2581348829914864751?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2581348829914864751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/04/pls-00306-wrong-number-or-types-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2581348829914864751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2581348829914864751'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/04/pls-00306-wrong-number-or-types-of.html' title='PLS-00306 WRONG number or types of arguments in call to XMLAGG'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5834047808364544760</id><published>2010-04-02T10:58:00.001-04:00</published><updated>2011-01-31T15:34:15.940-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Temples of India'/><title type='text'>Meenakshi Amman Temple</title><content type='html'>Thanks to http://www.view360.in/, you can see 360 degree view of several places.&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://view360.in/virtualtour/madurai/"&gt;Click here --&gt; Madurai Meenakshi Amman Temple&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(255, 0, 0);" href="http://www.view360.in/"&gt;Click&lt;/a&gt; for more&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5834047808364544760?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5834047808364544760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/04/meenakshi-amman-temple_02.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5834047808364544760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5834047808364544760'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/04/meenakshi-amman-temple_02.html' title='Meenakshi Amman Temple'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5797404015070933295</id><published>2010-03-30T11:04:00.001-04:00</published><updated>2011-01-31T15:34:15.955-05:00</updated><title type='text'>Dell: AC Power Adapter Type Cannot Be Determined</title><content type='html'>&lt;span class="fullpost"&gt;Well, My New XPS 13 started to act strange, It wont charge when I plug in the power adapter and would display "&lt;/span&gt;&lt;br /&gt;&lt;h3&gt;AC Power Adapter Type Cannot Be Determined"&lt;/h3&gt;&lt;br /&gt;After struggling for hours, found the issue.&lt;br /&gt;&lt;br /&gt;If you look at the power cable that plugs into your laptop, you should see a small pin (male pin) inside. This pin was broke in my case, and hence my battery wont charge and Dell displays a strange message.&lt;br /&gt;&lt;br /&gt;I bought a cheap replacement power cable from ebay ( $10-$15)  and problem is gone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5797404015070933295?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5797404015070933295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/dell-ac-power-adapter-type-cannot-be_30.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5797404015070933295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5797404015070933295'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/dell-ac-power-adapter-type-cannot-be_30.html' title='Dell: AC Power Adapter Type Cannot Be Determined'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-19217224317385178</id><published>2010-03-30T11:04:00.000-04:00</published><updated>2010-09-10T23:57:25.216-04:00</updated><title type='text'>Dell: AC Power Adapter Type Cannot Be Determined</title><content type='html'>&lt;span class="fullpost"&gt;Well, My New XPS 13 started to act strange, It wont charge when I plug in the power adapter and would display "&lt;/span&gt;&lt;br /&gt;&lt;h3&gt;AC Power Adapter Type Cannot Be Determined"&lt;/h3&gt;&lt;br /&gt;After struggling for hours, found the issue.&lt;br /&gt;&lt;br /&gt;If you look at the power cable that plugs into your laptop, you should see a small pin (male pin) inside. This pin was broke in my case, and hence my battery wont charge and Dell displays a strange message.&lt;br /&gt;&lt;br /&gt;I bought a cheap replacement power cable from ebay ( $10-$15)  and problem is gone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-19217224317385178?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/19217224317385178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/dell-ac-power-adapter-type-cannot-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/19217224317385178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/19217224317385178'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/dell-ac-power-adapter-type-cannot-be.html' title='Dell: AC Power Adapter Type Cannot Be Determined'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-9037420298089590652</id><published>2010-03-16T10:52:00.000-04:00</published><updated>2010-09-10T23:57:25.225-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-38104: Columns referenced in the ON Clause cannot be updated</title><content type='html'>When you use Merge statement, you cannot update the columns reference in the ON Clause.&lt;br /&gt;&lt;br /&gt;Not many know that, Merge supports "WHERE Clause".&lt;br /&gt;&lt;br /&gt;Add a Where Clause to your Update statement under "When Matched"&lt;br /&gt;&lt;br /&gt;Merge Into ...&lt;br /&gt;Using ()&lt;br /&gt;When Matched then&lt;br /&gt;  Update ...&lt;br /&gt; &lt;span style="font-weight: bold;"&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;Where ...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;When Not Matched then&lt;br /&gt; ......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-9037420298089590652?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/9037420298089590652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-38104-columns-referenced-in-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9037420298089590652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9037420298089590652'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-38104-columns-referenced-in-on.html' title='ORA-38104: Columns referenced in the ON Clause cannot be updated'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1437353264370201890</id><published>2010-03-10T09:07:00.001-05:00</published><updated>2011-01-31T15:34:16.242-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-28056: Writing audit records to Windows Event Log failed</title><content type='html'>I started getting this error after installing Oracle llg database.&lt;br /&gt;&lt;br /&gt;Here are couple of options to fix it. &lt;br /&gt;&lt;br /&gt;Open Event Viewer: Click Start, click Control Panel,click Administrative Tools,&lt;br /&gt;and then double-click Event Viewer. &lt;br /&gt;&lt;br /&gt;1) Clear Application log. Right click on Application, Select clear all events&lt;br /&gt;&lt;br /&gt;2) Or, Increase the Application log size. Right click on Application, Select properties, Increase Maximum log size.&lt;br /&gt;&lt;br /&gt;3) Or, Change Max log size Over write options. Select "Overwrite events as needed"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1437353264370201890?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1437353264370201890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-28056-writing-audit-records-to_10.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1437353264370201890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1437353264370201890'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-28056-writing-audit-records-to_10.html' title='ORA-28056: Writing audit records to Windows Event Log failed'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1362771735903805543</id><published>2010-03-09T12:30:00.001-05:00</published><updated>2011-01-31T15:34:16.257-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Shruti Hassan : South Indian Style</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5aF7CSJdAI/AAAAAAAABFg/tcqektBwKgI/s1600-h/Sruthi+Hassan.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 399px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5aF7CSJdAI/AAAAAAAABFg/tcqektBwKgI/s400/Sruthi+Hassan.jpg" border="0" alt="Shruti Hassan" title="Shruti Hassan" id="BLOGGER_PHOTO_ID_5446688048622957570" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1362771735903805543?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1362771735903805543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/shruti-hassan-south-indian-style_09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1362771735903805543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1362771735903805543'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/shruti-hassan-south-indian-style_09.html' title='Shruti Hassan : South Indian Style'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/S5aF7CSJdAI/AAAAAAAABFg/tcqektBwKgI/s72-c/Sruthi+Hassan.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4505447015412994552</id><published>2010-03-06T15:59:00.001-05:00</published><updated>2011-01-31T15:34:16.274-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Aishwarya Rai Loreal Photo shoot</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCatpHHlI/AAAAAAAABE8/KJ-hdx2wNDc/s1600-h/aishwarya_rai_-532__3_.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 261px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCatpHHlI/AAAAAAAABE8/KJ-hdx2wNDc/s400/aishwarya_rai_-532__3_.jpg" border="0" alt="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5445628663628766802" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCaE2JmzI/AAAAAAAABE0/SST6t5yUkp4/s1600-h/aishwarya_rai_-532__4_.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 263px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCaE2JmzI/AAAAAAAABE0/SST6t5yUkp4/s400/aishwarya_rai_-532__4_.jpg" border="0" alt="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5445628652677602098" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/S5LCZ2NP2dI/AAAAAAAABEs/YprhHWodI5w/s1600-h/aishwarya_rai_-532__1_.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 261px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/S5LCZ2NP2dI/AAAAAAAABEs/YprhHWodI5w/s400/aishwarya_rai_-532__1_.jpg" border="0" alt="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5445628648747948498" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCZlc_u3I/AAAAAAAABEk/e9iLUTGEwkg/s1600-h/aishwarya_rai_532__2_.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 264px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCZlc_u3I/AAAAAAAABEk/e9iLUTGEwkg/s400/aishwarya_rai_532__2_.jpg" border="0" alt="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5445628644250598258" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4505447015412994552?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4505447015412994552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/aishwarya-rai-loreal-photo-shoot_06.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4505447015412994552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4505447015412994552'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/aishwarya-rai-loreal-photo-shoot_06.html' title='Aishwarya Rai Loreal Photo shoot'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/S5LCatpHHlI/AAAAAAAABE8/KJ-hdx2wNDc/s72-c/aishwarya_rai_-532__3_.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4738724159484900729</id><published>2010-03-05T14:14:00.001-05:00</published><updated>2011-01-31T15:34:16.290-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-06553: PLS-306: wrong number or types of arguments in call to 'OGC_X'</title><content type='html'>Can't figure out why your SELECT statement is throwing 'OGC_X' error ?&lt;br /&gt;&lt;br /&gt;1) Most probably, your SELECT has a table with an alias "x"&lt;br /&gt;2) Your oracle is version is lower than 11g&lt;br /&gt;3) You probably mistyped column name&lt;br /&gt;&lt;br /&gt;Solution&lt;br /&gt;Prior to Oracle 11g, Oracle by default comes with a synonym 'X' defined for "OGC_X".&lt;br /&gt;&lt;br /&gt;1) In your SELECT, if you mistype the column name from the table aliased as "x", Oracle tries to use the Synonym object "OGC_X", and hence you get the error.&lt;br /&gt;&lt;br /&gt;Following SQL works&lt;br /&gt;select * from dual x where x.dummy = 'X'&lt;br /&gt;&lt;br /&gt;Now change, x.dummy to x.fummy (wrong column name), you will the error&lt;br /&gt;&lt;br /&gt;select * from dual x where x.fummy = 'X'&lt;br /&gt;&lt;br /&gt;In summary, if your table alias matches any synonym in your database and you typed the column name of the aliased table wrong, you get the error "ORA-06553: PLS-306: wrong number or types of arguments in call to ..."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4738724159484900729?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4738724159484900729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-06553-pls-306-wrong-number-or-types_05.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4738724159484900729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4738724159484900729'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/03/ora-06553-pls-306-wrong-number-or-types_05.html' title='ORA-06553: PLS-306: wrong number or types of arguments in call to &amp;#39;OGC_X&amp;#39;'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2755160075744738184</id><published>2010-01-28T22:54:00.001-05:00</published><updated>2011-01-31T15:34:16.307-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Nandana Sen</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/S2JcHJPzuHI/AAAAAAAABEE/dhuNt_8OK_A/s1600-h/nandana+sen.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/S2JcHJPzuHI/AAAAAAAABEE/dhuNt_8OK_A/s400/nandana+sen.jpg" border="0" alt="Nandana Sen" id="BLOGGER_PHOTO_ID_5432005378373302386" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2755160075744738184?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2755160075744738184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/01/nandana-sen_28.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2755160075744738184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2755160075744738184'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/01/nandana-sen_28.html' title='Nandana Sen'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/S2JcHJPzuHI/AAAAAAAABEE/dhuNt_8OK_A/s72-c/nandana+sen.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4207808300064072397</id><published>2010-01-26T15:43:00.000-05:00</published><updated>2010-09-10T23:57:25.278-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Indian Dress'/><title type='text'>Indian Dress: Saree</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/S19UFw6l31I/AAAAAAAABD8/n3NbqGvYHAo/s1600-h/0201113060large.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 256px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/S19UFw6l31I/AAAAAAAABD8/n3NbqGvYHAo/s400/0201113060large.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5431152133638840146" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4207808300064072397?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4207808300064072397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/01/indian-dress-saree.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4207808300064072397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4207808300064072397'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/01/indian-dress-saree.html' title='Indian Dress: Saree'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/S19UFw6l31I/AAAAAAAABD8/n3NbqGvYHAo/s72-c/0201113060large.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3009902657475717148</id><published>2010-01-21T18:10:00.001-05:00</published><updated>2011-01-31T15:34:16.353-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Celina</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/S1jfKuZGn3I/AAAAAAAABD0/-pkjLlz53Yc/s1600-h/Celina.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/S1jfKuZGn3I/AAAAAAAABD0/-pkjLlz53Yc/s400/Celina.JPG" border="0" alt="Celina" id="BLOGGER_PHOTO_ID_5429334726140141426" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3009902657475717148?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3009902657475717148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/01/celina_21.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3009902657475717148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3009902657475717148'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/01/celina_21.html' title='Celina'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FlcGDX5Gez4/S1jfKuZGn3I/AAAAAAAABD0/-pkjLlz53Yc/s72-c/Celina.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7129368707451593626</id><published>2010-01-06T21:54:00.001-05:00</published><updated>2011-01-31T15:34:16.371-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips and Tricks'/><title type='text'>Ultra Edit option missing in right click Context Menu</title><content type='html'>If you don't see Ultra Edit in your context menu&lt;br /&gt;&lt;br /&gt;Open UltraEdit, Click Menu Advanced-&gt;Configuration-&gt;File Associations -&gt; Check Intergrate with Explorer as check box&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7129368707451593626?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7129368707451593626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2010/01/ultra-edit-option-missing-in-right_06.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7129368707451593626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7129368707451593626'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2010/01/ultra-edit-option-missing-in-right_06.html' title='Ultra Edit option missing in right click Context Menu'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2464732549705694309</id><published>2009-12-29T10:54:00.001-05:00</published><updated>2011-01-31T15:34:16.385-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Happy New Year</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SzomYzf7fPI/AAAAAAAABDs/k6xfwddxOZs/s1600-h/shriya.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 266px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SzomYzf7fPI/AAAAAAAABDs/k6xfwddxOZs/s400/shriya.jpg" border="0" alt="Shreya" title="Shreya" id="BLOGGER_PHOTO_ID_5420687309076659442" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SzomYhAOGZI/AAAAAAAABDk/rN0w2CtbYBI/s1600-h/Meghna-Naidu1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SzomYhAOGZI/AAAAAAAABDk/rN0w2CtbYBI/s400/Meghna-Naidu1.jpg" border="0" alt="Meghna Naidu" title="Meghna Naidu" id="BLOGGER_PHOTO_ID_5420687304111823250" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2464732549705694309?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2464732549705694309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/12/happy-new-year_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2464732549705694309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2464732549705694309'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/12/happy-new-year_29.html' title='Happy New Year'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FlcGDX5Gez4/SzomYzf7fPI/AAAAAAAABDs/k6xfwddxOZs/s72-c/shriya.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2312125238722709139</id><published>2009-12-16T19:54:00.000-05:00</published><updated>2010-09-10T23:57:25.314-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tour India'/><title type='text'>Gwalior Fort, Madhya Pradesh</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBq3WTOXI/AAAAAAAABC8/1b8wGCKpNYc/s1600-h/Gwalior+Fort,+Gwalior+2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 266px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBq3WTOXI/AAAAAAAABC8/1b8wGCKpNYc/s400/Gwalior+Fort,+Gwalior+2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5416002600301705586" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SymBqT4O8WI/AAAAAAAABC0/uxb3eEelUJ4/s1600-h/Gwalior+Fort,+Gwalior.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 266px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SymBqT4O8WI/AAAAAAAABC0/uxb3eEelUJ4/s400/Gwalior+Fort,+Gwalior.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5416002590780354914" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBp7azhBI/AAAAAAAABCs/ym0K4kHg89Y/s1600-h/Gwalior+Fort,+Gwalior+4.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 266px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBp7azhBI/AAAAAAAABCs/ym0K4kHg89Y/s400/Gwalior+Fort,+Gwalior+4.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5416002584214471698" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBpjnY7VI/AAAAAAAABCk/LjtqHCjxeEA/s1600-h/Gwalior+Fort,+Gwalior+3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 263px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBpjnY7VI/AAAAAAAABCk/LjtqHCjxeEA/s400/Gwalior+Fort,+Gwalior+3.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5416002577824804178" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2312125238722709139?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2312125238722709139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/12/gwalior-fort-madhya-pradesh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2312125238722709139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2312125238722709139'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/12/gwalior-fort-madhya-pradesh.html' title='Gwalior Fort, Madhya Pradesh'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/SymBq3WTOXI/AAAAAAAABC8/1b8wGCKpNYc/s72-c/Gwalior+Fort,+Gwalior+2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6062548171599757999</id><published>2009-12-08T11:17:00.001-05:00</published><updated>2011-01-31T15:34:16.424-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Temples of India'/><title type='text'>Darasuram Ayravatheswarar temple, Kumbhakonam Tamil Nadu</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sx58Wv1huRI/AAAAAAAABBc/HC7EO1hGIJY/s1600-h/Darasuram+Ayravatheswarar+temple.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sx58Wv1huRI/AAAAAAAABBc/HC7EO1hGIJY/s400/Darasuram+Ayravatheswarar+temple.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5412900532385855762" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sx58WYnNyeI/AAAAAAAABBU/LfdTJmBzAYk/s1600-h/Darasuram+Ayravatheswarar+temple2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sx58WYnNyeI/AAAAAAAABBU/LfdTJmBzAYk/s400/Darasuram+Ayravatheswarar+temple2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5412900526151813602" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Sx58WKfVbLI/AAAAAAAABBM/ZeLseoly9NI/s1600-h/Darasuram+Ayravatheswarar+temple3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 267px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Sx58WKfVbLI/AAAAAAAABBM/ZeLseoly9NI/s400/Darasuram+Ayravatheswarar+temple3.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5412900522360663218" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sx58V-gMDjI/AAAAAAAABBE/azxKi2NKwkQ/s1600-h/Darasuram+Ayravatheswarar+temple4.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sx58V-gMDjI/AAAAAAAABBE/azxKi2NKwkQ/s400/Darasuram+Ayravatheswarar+temple4.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5412900519143018034" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6062548171599757999?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6062548171599757999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/12/darasuram-ayravatheswarar-temple_08.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6062548171599757999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6062548171599757999'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/12/darasuram-ayravatheswarar-temple_08.html' title='Darasuram Ayravatheswarar temple, Kumbhakonam Tamil Nadu'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/Sx58Wv1huRI/AAAAAAAABBc/HC7EO1hGIJY/s72-c/Darasuram+Ayravatheswarar+temple.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6944531444378570760</id><published>2009-12-05T21:13:00.001-05:00</published><updated>2011-01-31T15:34:16.444-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Temples of India'/><title type='text'>Ellora Maharashtra</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s1600-h/1004205737_4edd98eaf8_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 307px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s400/1004205737_4edd98eaf8_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411942447400373938" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsUjxN8IBI/AAAAAAAABAc/7qJXdXuhtvI/s1600-h/1005165468_729fe139b2_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 268px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsUjxN8IBI/AAAAAAAABAc/7qJXdXuhtvI/s400/1005165468_729fe139b2_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941981955563538" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SxsUjq6k2JI/AAAAAAAABAU/OOzBrpsxSjk/s1600-h/1005152714_87b5fa4fbf_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 287px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SxsUjq6k2JI/AAAAAAAABAU/OOzBrpsxSjk/s400/1005152714_87b5fa4fbf_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941980263733394" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUjBDpWYI/AAAAAAAABAM/brH7ZDdjH3w/s1600-h/1004261763_d897d6f21f_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 246px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUjBDpWYI/AAAAAAAABAM/brH7ZDdjH3w/s400/1004261763_d897d6f21f_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941969027488130" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUi4euo1I/AAAAAAAABAE/h5VRCIvtIFg/s1600-h/1004229151_477549db49_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 298px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUi4euo1I/AAAAAAAABAE/h5VRCIvtIFg/s400/1004229151_477549db49_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941966725161810" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6944531444378570760?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6944531444378570760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/12/ellora-maharashtra_05.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6944531444378570760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6944531444378570760'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/12/ellora-maharashtra_05.html' title='Ellora Maharashtra'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s72-c/1004205737_4edd98eaf8_o.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2148095118530962426</id><published>2009-12-05T21:13:00.000-05:00</published><updated>2010-09-10T23:57:25.332-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Temples of India'/><title type='text'>Ellora Maharashtra</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s1600-h/1004205737_4edd98eaf8_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 307px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s400/1004205737_4edd98eaf8_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411942447400373938" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsUjxN8IBI/AAAAAAAABAc/7qJXdXuhtvI/s1600-h/1005165468_729fe139b2_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 268px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsUjxN8IBI/AAAAAAAABAc/7qJXdXuhtvI/s400/1005165468_729fe139b2_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941981955563538" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SxsUjq6k2JI/AAAAAAAABAU/OOzBrpsxSjk/s1600-h/1005152714_87b5fa4fbf_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 287px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SxsUjq6k2JI/AAAAAAAABAU/OOzBrpsxSjk/s400/1005152714_87b5fa4fbf_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941980263733394" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUjBDpWYI/AAAAAAAABAM/brH7ZDdjH3w/s1600-h/1004261763_d897d6f21f_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 246px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUjBDpWYI/AAAAAAAABAM/brH7ZDdjH3w/s400/1004261763_d897d6f21f_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941969027488130" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUi4euo1I/AAAAAAAABAE/h5VRCIvtIFg/s1600-h/1004229151_477549db49_o.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 298px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SxsUi4euo1I/AAAAAAAABAE/h5VRCIvtIFg/s400/1004229151_477549db49_o.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5411941966725161810" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2148095118530962426?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2148095118530962426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/12/ellora-maharashtra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2148095118530962426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2148095118530962426'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/12/ellora-maharashtra.html' title='Ellora Maharashtra'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FlcGDX5Gez4/SxsU-3IoTrI/AAAAAAAABAk/NjlHPV0vODE/s72-c/1004205737_4edd98eaf8_o.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2704076280931991107</id><published>2009-11-10T16:53:00.000-05:00</published><updated>2010-09-10T23:57:25.341-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Shilpa Shetty</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Svng8OP64RI/AAAAAAAAA_k/kra6YuFTvO8/s1600-h/Shilpa+Shetty.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Svng8OP64RI/AAAAAAAAA_k/kra6YuFTvO8/s400/Shilpa+Shetty.jpg" border="0" alt="Shilpa Shetty"id="BLOGGER_PHOTO_ID_5402596553229263122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/Svng7nLHzMI/AAAAAAAAA_c/WUBjQPv0dUA/s1600-h/Shilpa+Shetty3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 266px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/Svng7nLHzMI/AAAAAAAAA_c/WUBjQPv0dUA/s400/Shilpa+Shetty3.jpg" border="0" alt="Shilpa Shetty"id="BLOGGER_PHOTO_ID_5402596542740155586" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2704076280931991107?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2704076280931991107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/shilpa-shetty.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2704076280931991107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2704076280931991107'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/shilpa-shetty.html' title='Shilpa Shetty'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/Svng8OP64RI/AAAAAAAAA_k/kra6YuFTvO8/s72-c/Shilpa+Shetty.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4650919428567275938</id><published>2009-11-09T10:00:00.001-05:00</published><updated>2011-01-31T15:34:16.475-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>SQL to Concat Rows into a list.</title><content type='html'>Create table emp ( deptno int, ename varchar2(20));&lt;br /&gt;&lt;br /&gt;SET DEFINE OFF;&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (10, 'Mike');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (10, 'Nick');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (10, 'Carol');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (20, 'Jack');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (20, 'Joe');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (20, 'Janis');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (20, 'Chris');&lt;br /&gt;Insert into EMP   (DEPTNO, ENAME) Values   (30, 'Adam');&lt;br /&gt;COMMIT;&lt;br /&gt;&lt;br /&gt;Select deptno,substr(max(sys_connect_by_path(ename,';')),2) ename_list&lt;br /&gt;from (&lt;br /&gt;Select deptno, ename, row_number() over(partition by deptno order by ename) r&lt;br /&gt;from emp )&lt;br /&gt;start with r = 1&lt;br /&gt;connect by prior deptno = deptno&lt;br /&gt;and  prior r+1 = r&lt;br /&gt;group by deptno&lt;br /&gt;&lt;br /&gt;Though the sql looks complex, If you analyze the sql, there is&lt;br /&gt;1) Row_number() which generates a running sequential number per deptno.&lt;br /&gt;2) Connect by Deptno and rownumber&lt;br /&gt;3) Get the max of the list using sys_connect_by_path and group by &lt;br /&gt;4) Substr to remove the first delimiter.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4650919428567275938?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4650919428567275938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/sql-to-concat-rows-into-list_09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4650919428567275938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4650919428567275938'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/sql-to-concat-rows-into-list_09.html' title='SQL to Concat Rows into a list.'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7194338994143888502</id><published>2009-11-08T12:55:00.001-05:00</published><updated>2011-01-31T15:34:16.491-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Audio'/><title type='text'>How to convert flac to Wav</title><content type='html'>Install &lt;a href="http://flac.sourceforge.net/download.html"&gt;Flac.exe &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Open Command Prompt, Navigate to Flac.exe ( Usually c:\Program files\Flac)&lt;br /&gt;&lt;br /&gt;flac -d "c:\Temp\Your_Song.flac"&lt;br /&gt;&lt;br /&gt;Your_Song.wav will be generated in the same folder&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7194338994143888502?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7194338994143888502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/how-to-convert-flac-to-wav_08.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7194338994143888502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7194338994143888502'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/how-to-convert-flac-to-wav_08.html' title='How to convert flac to Wav'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8529836717825425528</id><published>2009-11-07T18:01:00.001-05:00</published><updated>2011-01-31T15:34:16.506-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tamil'/><title type='text'>தமிழ் கவிதை: சொந்த மண்ணில்</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SvX8liXHBuI/AAAAAAAAA_M/b21rpFG7gDY/s1600-h/kavithai.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 291px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SvX8liXHBuI/AAAAAAAAA_M/b21rpFG7gDY/s400/kavithai.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5401501049909872354" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8529836717825425528?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8529836717825425528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/blog-post_07.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8529836717825425528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8529836717825425528'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/blog-post_07.html' title='தமிழ் கவிதை: சொந்த மண்ணில்'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FlcGDX5Gez4/SvX8liXHBuI/AAAAAAAAA_M/b21rpFG7gDY/s72-c/kavithai.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-3765008963252809448</id><published>2009-11-04T16:07:00.001-05:00</published><updated>2011-01-31T15:34:16.521-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>How to move tablespace from one folder to another</title><content type='html'>This method only works for User created tablespaces.  It does not require to shutdown your database.&lt;br /&gt;&lt;br /&gt;If you need to move SYSTEM tablespaces, refer to &lt;a href="http://mrrame.blogspot.com/2008/09/oracle-how-to-move-data-files-from-c-to.html"&gt;link&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In my example, I have 2 tablespaces named contm_data and contm_indx. They were created in Datapump folder by mistake. I had to move them one folder up.&lt;br /&gt;&lt;br /&gt;Log in as SYS&lt;br /&gt;&lt;br /&gt;Alter tablesapce contm_data offline;&lt;br /&gt;Alter tablesapce contm_indx offline;&lt;br /&gt;&lt;br /&gt;Manually copy/move the data files from old location ('E:\Oracle\OraData\PRODDB\DATAPUMP) to new location ('E:\Oracle\OraData\PRODDB)&lt;br /&gt;&lt;br /&gt;alter tablespace contm_data rename datafile 'E:\Oracle\OraData\PRODDB\DATAPUMP\CONTM_DATA.DBF' to 'E:\Oracle\OraData\PRODDB\CONTM_DATA.DBF';&lt;br /&gt;&lt;br /&gt;alter tablespace contm_indx rename datafile 'E:\Oracle\OraData\PRODDB\DATAPUMP\CONTM_INDX.DBF' to 'E:\Oracle\OraData\PRODDB\CONTM_INDX.DBF';&lt;br /&gt;&lt;br /&gt;Alter tablesapce contm_data online;&lt;br /&gt;Alter tablesapce contm_indx online;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-3765008963252809448?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/3765008963252809448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/how-to-move-tablespace-from-one-folder_04.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3765008963252809448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/3765008963252809448'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/how-to-move-tablespace-from-one-folder_04.html' title='How to move tablespace from one folder to another'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8182012523550820819</id><published>2009-11-03T16:29:00.001-05:00</published><updated>2011-01-31T15:34:16.540-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Sharing TNSNames.Ora</title><content type='html'>If you have multiple oracle client installations (9i, 10g, 11i)  on your box and don't want to configure tnsnames.ora for each oracle home, you can use tnsname sharing.&lt;br /&gt;&lt;br /&gt;By sharing, you maintain 1 tnsnames.ora file and point all other tnsnames.ora (from all other home)&lt;br /&gt;to the main file.  Use &lt;span style="font-weight: bold;"&gt;ifile  &lt;/span&gt;parameter to point to another location&lt;br /&gt;&lt;br /&gt;example:&lt;br /&gt;&lt;br /&gt;tnsnames.ora from 11i client will just have the following line. In this example it points to 10g client.&lt;br /&gt;&lt;br /&gt;ifile=C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8182012523550820819?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8182012523550820819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/sharing-tnsnamesora_03.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8182012523550820819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8182012523550820819'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/sharing-tnsnamesora_03.html' title='Sharing TNSNames.Ora'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-862027900784370801</id><published>2009-11-03T00:21:00.000-05:00</published><updated>2010-09-10T23:57:25.540-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Shilpa Shetty</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/Su--F-NsQjI/AAAAAAAAA_E/NsxaN9mROnY/s1600-h/Shilpa+Shetty2.jpg"&gt;&lt;img style="cursor: pointer; width: 300px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/Su--F-NsQjI/AAAAAAAAA_E/NsxaN9mROnY/s400/Shilpa+Shetty2.jpg" alt="" id="BLOGGER_PHOTO_ID_5399743488049562162" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-862027900784370801?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/862027900784370801/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/shilpa-shetty_02.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/862027900784370801'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/862027900784370801'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/shilpa-shetty_02.html' title='Shilpa Shetty'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FlcGDX5Gez4/Su--F-NsQjI/AAAAAAAAA_E/NsxaN9mROnY/s72-c/Shilpa+Shetty2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5232416702912866753</id><published>2009-11-03T00:20:00.000-05:00</published><updated>2010-09-10T23:57:25.548-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Koena Mitra</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Su-9zMIYQeI/AAAAAAAAA-8/rBbzJp65vR4/s1600-h/Koena+Mitra.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 266px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Su-9zMIYQeI/AAAAAAAAA-8/rBbzJp65vR4/s400/Koena+Mitra.jpg" alt="" id="BLOGGER_PHOTO_ID_5399743165367861730" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Su-9ynKyELI/AAAAAAAAA-0/Wl9DvVeRDgI/s1600-h/Koena+Mitra2.jpg"&gt;&lt;img style="cursor: pointer; width: 266px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Su-9ynKyELI/AAAAAAAAA-0/Wl9DvVeRDgI/s400/Koena+Mitra2.jpg" alt="" id="BLOGGER_PHOTO_ID_5399743155445829810" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5232416702912866753?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5232416702912866753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/11/koena-mitra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5232416702912866753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5232416702912866753'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/11/koena-mitra.html' title='Koena Mitra'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/Su-9zMIYQeI/AAAAAAAAA-8/rBbzJp65vR4/s72-c/Koena+Mitra.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6552285712162877219</id><published>2009-10-29T23:41:00.001-04:00</published><updated>2011-01-31T15:34:16.596-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>How to find patches installed on Oracle</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Launch command prompt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) Navigate to Oracle Home Directory&lt;br /&gt;&lt;br /&gt;Your Command prompt should look like&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;c:\app\machine_name\product\11.x.x.\db_1&gt;&lt;/span&gt;   for 11g&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;c:\oracle\product\10.x.x\db_1&gt;&lt;/span&gt;   for 10g.&lt;br /&gt;&lt;br /&gt;2) Now set Oracle_HOME to the Oracle homes path, In my case for 10g&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;c:\oracle\product\10.x.x\db_1&gt; &lt;span style="font-weight: bold;"&gt;SET ORACLE_HOME= c:\oracle\product\10.x.x\db_1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3) Navigate to Opatch directory&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;c:\oracle\product\10.x.x\db_1&gt;&lt;span style="font-weight: bold;"&gt; cd opatch&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;c:\oracle\product\10.x.x\db_1\opatch&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4) type &lt;span style="font-weight: bold;"&gt;opatch lsinventory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;c:\oracle\product\10.x.x\db_1\opatch&gt;&lt;span style="font-weight: bold;"&gt;opatch lsinventory&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will get a report on the patches installed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6552285712162877219?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6552285712162877219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-find-patches-installed-on-oracle_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6552285712162877219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6552285712162877219'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-find-patches-installed-on-oracle_29.html' title='How to find patches installed on Oracle'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2631604824328183380</id><published>2009-10-18T23:35:00.000-04:00</published><updated>2010-09-10T23:57:25.564-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>how to export all filenames in a folder to a text file</title><content type='html'>Well, I found a very simple solution to this.&lt;br /&gt;&lt;br /&gt;Launch Windows command prompt, Navigate to the root folder ( say c:\temp)&lt;br /&gt;&lt;br /&gt;C:\Temp&gt; dir /s /b &gt; filenames.txt&lt;br /&gt;&lt;br /&gt;/s -&gt; includes all subdirectories&lt;br /&gt;&lt;br /&gt;/b -&gt; will inlcude only file name ( no attributes, date created etc)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2631604824328183380?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2631604824328183380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-export-all-filenames-in-folder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2631604824328183380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2631604824328183380'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-export-all-filenames-in-folder.html' title='how to export all filenames in a folder to a text file'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5008630334425833630</id><published>2009-10-17T00:30:00.000-04:00</published><updated>2010-09-10T23:57:25.572-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Lara Dutta</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlInVrv0zI/AAAAAAAAA90/EXg-0qJbLtY/s1600-h/Lara+Dutta.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlInVrv0zI/AAAAAAAAA90/EXg-0qJbLtY/s400/Lara+Dutta.jpg" border="0" alt="Lara Dutta" title="Lara Dutta" id="BLOGGER_PHOTO_ID_5393421869425611570" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlImwEDyUI/AAAAAAAAA9s/xUE00ovAIg4/s1600-h/Lara+Dutta2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 299px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlImwEDyUI/AAAAAAAAA9s/xUE00ovAIg4/s400/Lara+Dutta2.jpg" border="0" alt="Lara Dutta" title="Lara Dutta" id="BLOGGER_PHOTO_ID_5393421859327035714" /&gt;&lt;/a&gt;&lt;br /&gt;In the movie BLUE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5008630334425833630?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5008630334425833630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/lara-dutta.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5008630334425833630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5008630334425833630'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/lara-dutta.html' title='Lara Dutta'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/StlInVrv0zI/AAAAAAAAA90/EXg-0qJbLtY/s72-c/Lara+Dutta.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7233049237798434115</id><published>2009-10-17T00:25:00.000-04:00</published><updated>2010-09-10T23:57:25.580-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Sheryln Chopra</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlHj5rF_uI/AAAAAAAAA9k/reTYSC7Mc7k/s1600-h/Sheryln+Chopra.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlHj5rF_uI/AAAAAAAAA9k/reTYSC7Mc7k/s400/Sheryln+Chopra.JPG" border="0" alt="Sheryln Chopra" title="Sheryln Chopra" id="BLOGGER_PHOTO_ID_5393420710855442146" /&gt;&lt;/a&gt;&lt;td/&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/StlHi3tCIjI/AAAAAAAAA9U/lKAobeVkb9E/s1600-h/Sheryln+Chopra3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 266px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/StlHi3tCIjI/AAAAAAAAA9U/lKAobeVkb9E/s400/Sheryln+Chopra3.jpg" border="0"  alt="Sheryln Chopra" title="Sheryln Chopra" id="BLOGGER_PHOTO_ID_5393420693146837554" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/StlHjbdMRlI/AAAAAAAAA9c/ufd0OZKDyrY/s1600-h/Sheryln+Chopra2.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/StlHjbdMRlI/AAAAAAAAA9c/ufd0OZKDyrY/s400/Sheryln+Chopra2.JPG" border="0"  alt="Sheryln Chopra" title="Sheryln Chopra" id="BLOGGER_PHOTO_ID_5393420702744069714" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7233049237798434115?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7233049237798434115/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/sheryln-chopra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7233049237798434115'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7233049237798434115'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/sheryln-chopra.html' title='Sheryln Chopra'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/StlHj5rF_uI/AAAAAAAAA9k/reTYSC7Mc7k/s72-c/Sheryln+Chopra.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6930061310980460880</id><published>2009-10-17T00:21:00.000-04:00</published><updated>2010-09-10T23:57:25.589-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Mugdha Godse</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlGp4HFJTI/AAAAAAAAA9M/XP_PR6OOAIs/s1600-h/Mugdha+Godse.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 266px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/StlGp4HFJTI/AAAAAAAAA9M/XP_PR6OOAIs/s400/Mugdha+Godse.jpg" border="0" alt="Mugdha Godse" title="Mugdha Godse" id="BLOGGER_PHOTO_ID_5393419714003543346" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;td/&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGpTkZbFI/AAAAAAAAA9E/P1ib9uEwORI/s1600-h/Mugdha+Godse2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGpTkZbFI/AAAAAAAAA9E/P1ib9uEwORI/s400/Mugdha+Godse2.jpg" border="0"  alt="Mugdha Godse" title="Mugdha Godse" id="BLOGGER_PHOTO_ID_5393419704194395218" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGozsrvTI/AAAAAAAAA88/Q_IANMFPmGo/s1600-h/Mugdha+Godse3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGozsrvTI/AAAAAAAAA88/Q_IANMFPmGo/s400/Mugdha+Godse3.jpg" border="0"  alt="Mugdha Godse" title="Mugdha Godse" id="BLOGGER_PHOTO_ID_5393419695639215410" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;td/&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGobhBRLI/AAAAAAAAA80/ujo4vGVTAbo/s1600-h/Mugdha+Godse4.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/StlGobhBRLI/AAAAAAAAA80/ujo4vGVTAbo/s400/Mugdha+Godse4.jpg" border="0"  alt="Mugdha Godse" title="Mugdha Godse" id="BLOGGER_PHOTO_ID_5393419689147843762" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6930061310980460880?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6930061310980460880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/mugdha-godse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6930061310980460880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6930061310980460880'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/mugdha-godse.html' title='Mugdha Godse'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/StlGp4HFJTI/AAAAAAAAA9M/XP_PR6OOAIs/s72-c/Mugdha+Godse.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1323238796375122339</id><published>2009-10-14T11:19:00.001-04:00</published><updated>2011-01-31T15:34:16.683-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle: Sql to find table and column comments</title><content type='html'>Select t.table_name,tc.comments table_comments,c.column_name,data_type,cc.comments column_comments&lt;br /&gt;from user_tables t, user_tab_columns c,user_tab_comments tc,user_col_comments cc&lt;br /&gt;where t.table_name = c.table_name&lt;br /&gt;and   t.table_name = tc.table_name(+)&lt;br /&gt;and   c.table_name = cc.table_name (+)&lt;br /&gt;and   c.column_name = cc.column_name (+)&lt;br /&gt;order by table_name,column_id&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1323238796375122339?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1323238796375122339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/oracle-sql-to-find-table-and-column_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1323238796375122339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1323238796375122339'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/oracle-sql-to-find-table-and-column_14.html' title='Oracle: Sql to find table and column comments'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4524849446583327958</id><published>2009-10-09T13:57:00.001-04:00</published><updated>2011-01-31T15:34:16.700-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>enq: TM - contention</title><content type='html'>It took me a while to resolve this issue on my database. Every single resource on the Net pointed to "missing indexes on foreign key columns", but I found it was due to another session locking my database.&lt;br /&gt;&lt;br /&gt;The following query gave me a list of blocking sessions. Once I killed those sessions, &lt;br /&gt;"enq: TM - contention" went away.&lt;br /&gt;&lt;br /&gt;Select v.sid,s.blocking_session, s.event, v.type,v.lmode,v.request,o.object_name, o.object_type&lt;br /&gt;from v$lock v ,dba_objects o, v$session s&lt;br /&gt;where v.id1 = o.object_id&lt;br /&gt;and v.sid = s.sid&lt;br /&gt;and owner ="Put_your_Owner_Name_Here"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4524849446583327958?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4524849446583327958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/enq-tm-contention_09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4524849446583327958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4524849446583327958'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/enq-tm-contention_09.html' title='enq: TM - contention'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7612846976297549214</id><published>2009-10-09T13:57:00.000-04:00</published><updated>2010-09-10T23:57:25.606-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>enq: TM - contention</title><content type='html'>It took me a while to resolve this issue on my database. Every single resource on the Net pointed to "missing indexes on foreign key columns", but I found it was due to another session locking my database.&lt;br /&gt;&lt;br /&gt;The following query gave me a list of blocking sessions. Once I killed those sessions, &lt;br /&gt;"enq: TM - contention" went away.&lt;br /&gt;&lt;br /&gt;Select v.sid,s.blocking_session, s.event, v.type,v.lmode,v.request,o.object_name, o.object_type&lt;br /&gt;from v$lock v ,dba_objects o, v$session s&lt;br /&gt;where v.id1 = o.object_id&lt;br /&gt;and v.sid = s.sid&lt;br /&gt;and owner ="Put_your_Owner_Name_Here"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7612846976297549214?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7612846976297549214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/enq-tm-contention.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7612846976297549214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7612846976297549214'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/enq-tm-contention.html' title='enq: TM - contention'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8836523177384386167</id><published>2009-10-07T15:24:00.000-04:00</published><updated>2010-09-10T23:57:25.614-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Funny'/><title type='text'>How to clean your monitor</title><content type='html'>&lt;embed src="http://sites.google.com/site/mrrame/home/screenclean.swf" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="100%" width="100%"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8836523177384386167?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8836523177384386167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-clean-your-monitor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8836523177384386167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8836523177384386167'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/how-to-clean-your-monitor.html' title='How to clean your monitor'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5190687152472454474</id><published>2009-10-05T11:01:00.001-04:00</published><updated>2011-01-31T15:34:16.744-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>ORA-39149: cannot link privileged user to non-privileged user</title><content type='html'>When you use Network_link parameter to import a database dump, you will get the error&lt;br /&gt;"ORA-39149: cannot link privileged user to non-privileged user", if the EXP_FULL_DATABASE privilege is missing on the source schema.&lt;br /&gt;&lt;br /&gt;Log in as SYS/System and grant the following privilege.&lt;br /&gt;&lt;br /&gt;Grant EXP_FULL_DATABASE TO schema_owner;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5190687152472454474?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5190687152472454474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/10/ora-39149-cannot-link-privileged-user_05.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5190687152472454474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5190687152472454474'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/10/ora-39149-cannot-link-privileged-user_05.html' title='ORA-39149: cannot link privileged user to non-privileged user'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-391136114667058094</id><published>2009-09-29T10:18:00.000-04:00</published><updated>2010-09-10T23:57:25.638-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Script to enable all Constraints</title><content type='html'>declare&lt;br /&gt;Cursor cCons is select table_name,constraint_name &lt;br /&gt;                    from user_constraints &lt;br /&gt;                    where status = 'DISABLED';&lt;br /&gt;                    --order by decode(constraint_type,'R','A',constraint_type);&lt;br /&gt;type t is table of cCons%rowtype index by binary_integer;&lt;br /&gt;all_constraints t;&lt;br /&gt;&lt;br /&gt;nLimit int := 100;&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;open cCons;&lt;br /&gt;    loop&lt;br /&gt;        Fetch cCons Bulk Collect into all_constraints limit nLimit;&lt;br /&gt;&lt;br /&gt;            for i in 1..all_constraints.count loop&lt;br /&gt;                begin&lt;br /&gt;                execute immediate 'Alter table '||all_constraints(i).table_name||'  modify constraint '|| all_constraints(i).constraint_name ||' enable validate';&lt;br /&gt;                --Exception&lt;br /&gt;                  --  WHEN Others then&lt;br /&gt;                    --    null; -- to ignore globalmedi_intermedia system generated constriants&lt;br /&gt;                end;&lt;br /&gt;            end loop;&lt;br /&gt;&lt;br /&gt;            exit when all_constraints.count &lt; nLimit;&lt;br /&gt;    end loop;&lt;br /&gt;    Close cCons;&lt;br /&gt;&lt;br /&gt;end;  &lt;br /&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-391136114667058094?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/391136114667058094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-enable-all-constraints.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/391136114667058094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/391136114667058094'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-enable-all-constraints.html' title='Script to enable all Constraints'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2464564493338690780</id><published>2009-09-29T10:17:00.000-04:00</published><updated>2010-09-10T23:57:25.646-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Script to Enable All Triggers</title><content type='html'>Declare&lt;br /&gt;Cursor cTriggers is Select table_name from user_tables;                    &lt;br /&gt;type t is table of cTriggers%rowtype index by binary_integer;&lt;br /&gt;all_triggers t;&lt;br /&gt;nLimit int := 100;&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;Open cTriggers;&lt;br /&gt;loop&lt;br /&gt;    Fetch cTriggers Bulk Collect into all_triggers limit nLimit;&lt;br /&gt;    &lt;br /&gt;    for i in 1..all_triggers.count loop&lt;br /&gt;        Execute Immediate ' Alter table '||all_triggers(i).table_name||' enable all triggers';&lt;br /&gt;    end loop;&lt;br /&gt;    &lt;br /&gt;    Exit when all_triggers.count &lt; nLimit;&lt;br /&gt;end loop;&lt;br /&gt;Close cTriggers;&lt;br /&gt;end;       &lt;br /&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2464564493338690780?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2464564493338690780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-enable-all-triggers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2464564493338690780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2464564493338690780'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-enable-all-triggers.html' title='Script to Enable All Triggers'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5563247131361227645</id><published>2009-09-29T10:14:00.000-04:00</published><updated>2010-09-10T23:57:25.655-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Script to disable All Constraints</title><content type='html'>declare&lt;br /&gt;Cursor cCons is select table_name,constraint_name &lt;br /&gt;                    from user_constraints &lt;br /&gt;                    where status = 'ENABLED'&lt;br /&gt;                    order by decode(constraint_type,'R','A',constraint_type);&lt;br /&gt;type t is table of cCons%rowtype index by binary_integer;&lt;br /&gt;all_constraints t;&lt;br /&gt;&lt;br /&gt;nLimit int := 100;&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;open cCons;&lt;br /&gt;    loop&lt;br /&gt;        Fetch cCons Bulk Collect into all_constraints limit nLimit;&lt;br /&gt;&lt;br /&gt;            for i in 1..all_constraints.count loop&lt;br /&gt;                begin&lt;br /&gt;                execute immediate 'Alter table '||all_constraints(i).table_name||'  disable constraint '|| all_constraints(i).constraint_name;&lt;br /&gt;                Exception&lt;br /&gt;                    WHEN Others then&lt;br /&gt;                        null; -- to ignore any system generated constriants for BLOB/CLOB columns&lt;br /&gt;                end;&lt;br /&gt;            end loop;&lt;br /&gt;&lt;br /&gt;            exit when all_constraints.count &lt; nLimit;&lt;br /&gt;    end loop;&lt;br /&gt;    Close cCons;&lt;br /&gt;&lt;br /&gt;end;&lt;br /&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5563247131361227645?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5563247131361227645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-disable-all-constraints.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5563247131361227645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5563247131361227645'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-disable-all-constraints.html' title='Script to disable All Constraints'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5570483894676576698</id><published>2009-09-29T10:12:00.000-04:00</published><updated>2010-09-10T23:57:25.664-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Script to disable All Triggers</title><content type='html'>Declare&lt;br /&gt;Cursor cTriggers is Select table_name from user_tables;                    &lt;br /&gt;type t is table of cTriggers%rowtype index by binary_integer;&lt;br /&gt;all_triggers t;&lt;br /&gt;nLimit int := 100;&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;Open cTriggers;&lt;br /&gt;loop&lt;br /&gt;    Fetch cTriggers Bulk Collect into all_triggers limit nLimit;&lt;br /&gt;    &lt;br /&gt;    for i in 1..all_triggers.count loop&lt;br /&gt;        Execute Immediate ' Alter table '||all_triggers(i).table_name||' disable all triggers';&lt;br /&gt;    end loop;&lt;br /&gt;    &lt;br /&gt;    Exit when all_triggers.count &lt; nLimit;&lt;br /&gt;end loop;&lt;br /&gt;Close cTriggers;&lt;br /&gt;end;       &lt;br /&gt;/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5570483894676576698?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5570483894676576698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-disable-all-triggers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5570483894676576698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5570483894676576698'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/script-to-disable-all-triggers.html' title='Script to disable All Triggers'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1722482768117315792</id><published>2009-09-22T10:24:00.001-04:00</published><updated>2011-01-31T15:34:16.834-05:00</updated><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s1600-h/aishwaryarai1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 275px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s400/aishwaryarai1.jpg" border="0" alt="Aishwarya Rai" title="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5384297760247792338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjeR1UdU9I/AAAAAAAAA7E/wtj2a16zYbw/s1600-h/13942_malaika_arora__122_1084lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjeR1UdU9I/AAAAAAAAA7E/wtj2a16zYbw/s400/13942_malaika_arora__122_1084lo.jpg" border="0" alt="Malaika Arora" title="Malaika Arora" id="BLOGGER_PHOTO_ID_5384297752473457618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrjeRbhF97I/AAAAAAAAA68/EJDGfh4GagI/s1600-h/04818_Amisha_p2_122_989lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 288px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrjeRbhF97I/AAAAAAAAA68/EJDGfh4GagI/s400/04818_Amisha_p2_122_989lo.jpg" border="0" alt="Amisha Patel" title="Amisha Patel" id="BLOGGER_PHOTO_ID_5384297745547130802" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1722482768117315792?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1722482768117315792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/aishwarya-rai_22.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1722482768117315792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1722482768117315792'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/aishwarya-rai_22.html' title=''/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s72-c/aishwaryarai1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-4059204489287949132</id><published>2009-09-22T10:24:00.000-04:00</published><updated>2010-09-10T23:57:25.674-04:00</updated><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s1600-h/aishwaryarai1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 275px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s400/aishwaryarai1.jpg" border="0" alt="Aishwarya Rai" title="Aishwarya Rai" id="BLOGGER_PHOTO_ID_5384297760247792338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjeR1UdU9I/AAAAAAAAA7E/wtj2a16zYbw/s1600-h/13942_malaika_arora__122_1084lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjeR1UdU9I/AAAAAAAAA7E/wtj2a16zYbw/s400/13942_malaika_arora__122_1084lo.jpg" border="0" alt="Malaika Arora" title="Malaika Arora" id="BLOGGER_PHOTO_ID_5384297752473457618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrjeRbhF97I/AAAAAAAAA68/EJDGfh4GagI/s1600-h/04818_Amisha_p2_122_989lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 288px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrjeRbhF97I/AAAAAAAAA68/EJDGfh4GagI/s400/04818_Amisha_p2_122_989lo.jpg" border="0" alt="Amisha Patel" title="Amisha Patel" id="BLOGGER_PHOTO_ID_5384297745547130802" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-4059204489287949132?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/4059204489287949132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/aishwarya-rai.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4059204489287949132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/4059204489287949132'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/aishwarya-rai.html' title=''/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjeSSSAQtI/AAAAAAAAA7M/93EvVajNaPI/s72-c/aishwaryarai1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-7239785999176371188</id><published>2009-09-22T10:14:00.001-04:00</published><updated>2011-01-31T15:34:16.853-05:00</updated><title type='text'>Amruta Patki</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s1600-h/48889_amruta_patki-__122_1001lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 221px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s400/48889_amruta_patki-__122_1001lo.jpg" border="0" alt="Amruta Patki"id="BLOGGER_PHOTO_ID_5384295096192021826" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-7239785999176371188?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/7239785999176371188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/amruta-patki_22.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7239785999176371188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/7239785999176371188'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/amruta-patki_22.html' title='Amruta Patki'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s72-c/48889_amruta_patki-__122_1001lo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-1618301731252218838</id><published>2009-09-22T10:14:00.000-04:00</published><updated>2010-09-10T23:57:25.682-04:00</updated><title type='text'>Amruta Patki</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s1600-h/48889_amruta_patki-__122_1001lo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 221px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s400/48889_amruta_patki-__122_1001lo.jpg" border="0" alt="Amruta Patki"id="BLOGGER_PHOTO_ID_5384295096192021826" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-1618301731252218838?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/1618301731252218838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/amruta-patki.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1618301731252218838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/1618301731252218838'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/amruta-patki.html' title='Amruta Patki'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/Srjb3N5nNUI/AAAAAAAAA60/N9yk3bNKr4k/s72-c/48889_amruta_patki-__122_1001lo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-2581460449434725618</id><published>2009-09-22T10:11:00.000-04:00</published><updated>2010-09-10T23:57:25.692-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Nisha Kothari</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjbHINMWvI/AAAAAAAAA6s/Vt7HOl-wne0/s1600-h/nishakothariswimsuitpho.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 297px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjbHINMWvI/AAAAAAAAA6s/Vt7HOl-wne0/s400/nishakothariswimsuitpho.jpg" border="0" alt="Nisha Kothari"id="BLOGGER_PHOTO_ID_5384294270029814514" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrjbGmLNWjI/AAAAAAAAA6k/Xvzp7u5hqLI/s1600-h/nishakothariswimsuitpho.2jpg.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 303px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrjbGmLNWjI/AAAAAAAAA6k/Xvzp7u5hqLI/s400/nishakothariswimsuitpho.2jpg.jpg" border="0" alt="Nisha Kothari"id="BLOGGER_PHOTO_ID_5384294260894685746" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjbGUnU-VI/AAAAAAAAA6c/6lIVFUi1j9k/s1600-h/nishakothariswims3uitpho.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 265px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrjbGUnU-VI/AAAAAAAAA6c/6lIVFUi1j9k/s400/nishakothariswims3uitpho.jpg" border="0" alt="Nisha Kothari"id="BLOGGER_PHOTO_ID_5384294256180787538" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-2581460449434725618?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/2581460449434725618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2581460449434725618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/2581460449434725618'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari.html' title='Nisha Kothari'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FlcGDX5Gez4/SrjbHINMWvI/AAAAAAAAA6s/Vt7HOl-wne0/s72-c/nishakothariswimsuitpho.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-5863077514464797950</id><published>2009-09-20T18:04:00.001-04:00</published><updated>2011-01-31T15:34:16.886-05:00</updated><title type='text'>Gauhar Khan</title><content type='html'>New face&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s1600-h/Gauhar+Khan.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 266px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s400/Gauhar+Khan.jpg" border="0" alt="Gauhar Khan" id="BLOGGER_PHOTO_ID_5383674618325715090" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-5863077514464797950?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/5863077514464797950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/gauhar-khan_20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5863077514464797950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/5863077514464797950'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/gauhar-khan_20.html' title='Gauhar Khan'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s72-c/Gauhar+Khan.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-317947411048818623</id><published>2009-09-20T18:04:00.000-04:00</published><updated>2010-09-10T23:57:25.701-04:00</updated><title type='text'>Gauhar Khan</title><content type='html'>New face&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s1600-h/Gauhar+Khan.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 266px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s400/Gauhar+Khan.jpg" border="0" alt="Gauhar Khan" id="BLOGGER_PHOTO_ID_5383674618325715090" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-317947411048818623?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/317947411048818623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/gauhar-khan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/317947411048818623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/317947411048818623'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/gauhar-khan.html' title='Gauhar Khan'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/SranipuXSJI/AAAAAAAAA6U/EaS2y_I7LEg/s72-c/Gauhar+Khan.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-9038325451681214908</id><published>2009-09-20T18:01:00.000-04:00</published><updated>2010-09-10T23:57:25.709-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Udita Goswami</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SramPNQghlI/AAAAAAAAA6M/0rnLJuGHKhM/s1600-h/Udita+Goswami.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SramPNQghlI/AAAAAAAAA6M/0rnLJuGHKhM/s400/Udita+Goswami.jpg" border="0" alt="Udita Goswami" title="Udita Goswami" id="BLOGGER_PHOTO_ID_5383673184755156562" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-9038325451681214908?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/9038325451681214908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/udita-goswami.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9038325451681214908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9038325451681214908'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/udita-goswami.html' title='Udita Goswami'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FlcGDX5Gez4/SramPNQghlI/AAAAAAAAA6M/0rnLJuGHKhM/s72-c/Udita+Goswami.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-9202807703837020974</id><published>2009-09-20T17:51:00.000-04:00</published><updated>2010-09-10T23:57:25.717-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Shilpa &amp; Shamita Shetty</title><content type='html'>&lt;table&gt;&lt;Tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrakROoiJiI/AAAAAAAAA58/72c7557g2CQ/s1600-h/Shilpa.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrakROoiJiI/AAAAAAAAA58/72c7557g2CQ/s400/Shilpa.jpg" border="0" alt="Shilpa Shetty" title="Shilpa Shetty" id="BLOGGER_PHOTO_ID_5383671020460844578" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrakctpGXII/AAAAAAAAA6E/-ilRtanrSDI/s1600-h/shamita.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 230px; height: 400px;" src="http://1.bp.blogspot.com/_FlcGDX5Gez4/SrakctpGXII/AAAAAAAAA6E/-ilRtanrSDI/s400/shamita.jpg" border="0" alt="Shamita Shetty" title="Shamita Shetty"id="BLOGGER_PHOTO_ID_5383671217763277954" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-9202807703837020974?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/9202807703837020974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/shilpa-shamita-shetty.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9202807703837020974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/9202807703837020974'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/shilpa-shamita-shetty.html' title='Shilpa &amp;amp; Shamita Shetty'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FlcGDX5Gez4/SrakROoiJiI/AAAAAAAAA58/72c7557g2CQ/s72-c/Shilpa.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-6697757305428856704</id><published>2009-09-20T17:45:00.001-04:00</published><updated>2011-01-31T15:34:16.944-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Nisha Kothari</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s1600-h/3900694479.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 267px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s400/3900694479.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669382112399186" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SraiwoSXifI/AAAAAAAAA5c/0N6kswPIkeA/s1600-h/1318416092.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 268px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SraiwoSXifI/AAAAAAAAA5c/0N6kswPIkeA/s400/1318416092.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669360899885554" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SraixsPcpnI/AAAAAAAAA5s/3IP5y-vV1ms/s1600-h/906282075.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SraixsPcpnI/AAAAAAAAA5s/3IP5y-vV1ms/s400/906282075.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669379141248626" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sraiw8cLV9I/AAAAAAAAA5k/eI-TbIwcfW4/s1600-h/1838330958.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sraiw8cLV9I/AAAAAAAAA5k/eI-TbIwcfW4/s400/1838330958.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669366309738450" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-6697757305428856704?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/6697757305428856704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari_1285.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6697757305428856704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/6697757305428856704'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari_1285.html' title='Nisha Kothari'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s72-c/3900694479.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8769875310198576492</id><published>2009-09-20T17:45:00.000-04:00</published><updated>2010-09-10T23:57:25.725-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bollywood HQ'/><title type='text'>Nisha Kothari</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s1600-h/3900694479.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 267px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s400/3900694479.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669382112399186" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SraiwoSXifI/AAAAAAAAA5c/0N6kswPIkeA/s1600-h/1318416092.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 268px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SraiwoSXifI/AAAAAAAAA5c/0N6kswPIkeA/s400/1318416092.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669360899885554" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SraixsPcpnI/AAAAAAAAA5s/3IP5y-vV1ms/s1600-h/906282075.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SraixsPcpnI/AAAAAAAAA5s/3IP5y-vV1ms/s400/906282075.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669379141248626" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sraiw8cLV9I/AAAAAAAAA5k/eI-TbIwcfW4/s1600-h/1838330958.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/Sraiw8cLV9I/AAAAAAAAA5k/eI-TbIwcfW4/s400/1838330958.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5383669366309738450" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8769875310198576492?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8769875310198576492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari_20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8769875310198576492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8769875310198576492'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/nisha-kothari_20.html' title='Nisha Kothari'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FlcGDX5Gez4/Sraix3T0z1I/AAAAAAAAA50/gTVba0UgXJk/s72-c/3900694479.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8496993964867471795</id><published>2009-09-20T09:25:00.000-04:00</published><updated>2010-09-10T23:57:25.736-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Indian Dress'/><title type='text'>Indian Dress: Sarees</title><content type='html'>&lt;table&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYuj5lWXQI/AAAAAAAAA5U/e8JfPZFW-Pg/s1600-h/Saree+6.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYuj5lWXQI/AAAAAAAAA5U/e8JfPZFW-Pg/s400/Saree+6.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383541598855781634" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYtlFflARI/AAAAAAAAA5M/FgVPLMKeUnY/s1600-h/Saree+5.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYtlFflARI/AAAAAAAAA5M/FgVPLMKeUnY/s400/Saree+5.jpg" border="0" alt="Saree"id="BLOGGER_PHOTO_ID_5383540519721042194" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrYtkvbc0HI/AAAAAAAAA5E/swYojbKGEcM/s1600-h/Saree+4.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 265px; height: 400px;" src="http://3.bp.blogspot.com/_FlcGDX5Gez4/SrYtkvbc0HI/AAAAAAAAA5E/swYojbKGEcM/s400/Saree+4.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383540513798148210" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrYtkCmnF_I/AAAAAAAAA48/1xCg5yvmp7Y/s1600-h/Saree+3.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrYtkCmnF_I/AAAAAAAAA48/1xCg5yvmp7Y/s400/Saree+3.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383540501765363698" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYtjqy7EKI/AAAAAAAAA40/En3Fq-YMeQo/s1600-h/Saree+2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYtjqy7EKI/AAAAAAAAA40/En3Fq-YMeQo/s400/Saree+2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383540495374553250" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrYtjciyrII/AAAAAAAAA4s/WxbHHGvojhg/s1600-h/Saree+1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 267px; height: 400px;" src="http://4.bp.blogspot.com/_FlcGDX5Gez4/SrYtjciyrII/AAAAAAAAA4s/WxbHHGvojhg/s400/Saree+1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5383540491548798082" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8496993964867471795?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8496993964867471795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/indian-dress-sarees.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8496993964867471795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8496993964867471795'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/indian-dress-sarees.html' title='Indian Dress: Sarees'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FlcGDX5Gez4/SrYuj5lWXQI/AAAAAAAAA5U/e8JfPZFW-Pg/s72-c/Saree+6.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1214084507992910584.post-8853143724484603267</id><published>2009-09-19T00:46:00.000-04:00</published><updated>2010-09-10T23:57:25.745-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Windows: Task Manager won't open</title><content type='html'>You may have virus/Malware installed on your computer.&lt;br /&gt;&lt;br /&gt;Click Start- &gt; Run -&gt; TaskMgr.exe&lt;br /&gt;&lt;br /&gt;It it doesn't open&lt;br /&gt;&lt;br /&gt;Start -&gt;Run-&gt;Regedit&lt;br /&gt;&lt;br /&gt;Navigate to &lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe&lt;br /&gt;&lt;br /&gt;Remove the value for the Field Debugger.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1214084507992910584-8853143724484603267?l=mrrame.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mrrame.blogspot.com/feeds/8853143724484603267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mrrame.blogspot.com/2009/09/windows-task-manager-won-open.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8853143724484603267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1214084507992910584/posts/default/8853143724484603267'/><link rel='alternate' type='text/html' href='http://mrrame.blogspot.com/2009/09/windows-task-manager-won-open.html' title='Windows: Task Manager won&amp;#39;t open'/><author><name>Ramesh Manni</name><uri>http://www.blogger.com/profile/06705291968283863872</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://2.bp.blogspot.com/_FlcGDX5Gez4/SmfR4HDwtAI/AAAAAAAAA1U/p6xwUhYAAgM/S220/DSC_2153.JPG'/></author><thr:total>0</thr:total></entry></feed>
