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

<channel>
	<title>Oracle-Tips and Tricks | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/category/oracle/oracle-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 26 Jul 2013 11:35:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>Oracle-Tips and Tricks | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>How To &#8211; Find the locking object and release object lock</title>
		<link>https://varindersandhu.in/2013/07/26/how-to-find-the-locking-object-and-release-object-lock/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 26 Jul 2013 11:00:41 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[database transactions]]></category>
		<category><![CDATA[locking object]]></category>
		<category><![CDATA[performance issue]]></category>
		<category><![CDATA[row lock]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3231</guid>

					<description><![CDATA[<p>Many time we faced the performance issue because of Locks on rows and it cause the delay to finishing the other transactions. So with the help of following steps you will able to find the locking objects and can release the object locks in Oracle Database. Let us create the</p>
<p>The post <a href="https://varindersandhu.in/2013/07/26/how-to-find-the-locking-object-and-release-object-lock/">How To – Find the locking object and release object lock</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3231</post-id>	</item>
		<item>
		<title>Toad &#8211; SQLNET Editor and TNS Names Editor Disabled</title>
		<link>https://varindersandhu.in/2013/05/16/toad-sqlnet-editor-and-tns-names-editor-disabled/</link>
					<comments>https://varindersandhu.in/2013/05/16/toad-sqlnet-editor-and-tns-names-editor-disabled/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 16 May 2013 16:00:52 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Oracle-Utilities]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Environmental Variables]]></category>
		<category><![CDATA[SQLNET Editor]]></category>
		<category><![CDATA[TNS Name]]></category>
		<category><![CDATA[TNS Names Editor Disabled]]></category>
		<category><![CDATA[Toad]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3045</guid>

					<description><![CDATA[<p>While trying to connect to a Database using Toad with TNS, Even the TNS entry is created in tnsnames.ora file under Oracle Home\NETWORK\ADMIN Issue 1: SQLNET Editor and TNS Names Editor Disabled as shown in below snapshot  Issue 2: Not able to find the TNS Name in the dropdown as</p>
<p>The post <a href="https://varindersandhu.in/2013/05/16/toad-sqlnet-editor-and-tns-names-editor-disabled/">Toad – SQLNET Editor and TNS Names Editor Disabled</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2013/05/16/toad-sqlnet-editor-and-tns-names-editor-disabled/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3045</post-id>	</item>
		<item>
		<title>Oracle – Create tablespace and User / Schema</title>
		<link>https://varindersandhu.in/2013/04/29/oracle-create-tablespace-and-user-schema/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Mon, 29 Apr 2013 14:55:55 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Tablespace]]></category>
		<category><![CDATA[Temporary Tablespace]]></category>
		<category><![CDATA[User]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2861</guid>

					<description><![CDATA[<p>Creating a tablespace and user is a very common task after creating an oracle database. Before going further must read the post Schema vs. User In this post we will see how to create tablespace and user with example Tablespace Each tablespace in an Oracle database consists of one or</p>
<p>The post <a href="https://varindersandhu.in/2013/04/29/oracle-create-tablespace-and-user-schema/">Oracle – Create tablespace and User / Schema</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2861</post-id>	</item>
		<item>
		<title>Oracle Client Installation</title>
		<link>https://varindersandhu.in/2013/03/29/oracle-client-installation/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 09:31:31 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Client Installation]]></category>
		<category><![CDATA[Environment Variables]]></category>
		<category><![CDATA[oracle 11g client installation]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2800</guid>

					<description><![CDATA[<p>Installation Steps: Extract the OracleClientODBC-32Bit or OracleClientODBC-64Bit zipped folder according to the Machine (32bits or 64bits). Now set 4 environment variables at client machine as System Variable. My Computer Properties &#62;&#62; Advanced &#62;&#62; Environment Variables PATH: Set the path. Put ‘;’ at the end of existing path and give the</p>
<p>The post <a href="https://varindersandhu.in/2013/03/29/oracle-client-installation/">Oracle Client Installation</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2800</post-id>	</item>
		<item>
		<title>Oracle &#8211; Import data from CSV file using SQL Loader</title>
		<link>https://varindersandhu.in/2012/11/21/oracle-import-data-from-csv-file-using-sql-loader/</link>
					<comments>https://varindersandhu.in/2012/11/21/oracle-import-data-from-csv-file-using-sql-loader/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 14:16:29 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Oracle-Utilities]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Import CSV data]]></category>
		<category><![CDATA[SQL Loader]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2647</guid>

					<description><![CDATA[<p>In this post we will see how we can transfer the data from CSV to oracle database using SQL Loader. SQL Loader is a bulk loader utility used for moving data from external files into the Oracle database. One can use SQL Loader utility to transfer the data for high</p>
<p>The post <a href="https://varindersandhu.in/2012/11/21/oracle-import-data-from-csv-file-using-sql-loader/">Oracle – Import data from CSV file using SQL Loader</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2012/11/21/oracle-import-data-from-csv-file-using-sql-loader/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2647</post-id>	</item>
		<item>
		<title>Oracle &#8211; Table Row count for all tables</title>
		<link>https://varindersandhu.in/2012/11/01/oracle-table-row-count-for-all-tables/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 01 Nov 2012 17:25:26 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[All Tables]]></category>
		<category><![CDATA[Row Count]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2635</guid>

					<description><![CDATA[<p>Here is a simple SQL script with the help we can find the Table Row count for all tables. Yes we can find the row count using select count(*) for each table. This will be useful if you large number of tables are there in your database. Example Script: --</p>
<p>The post <a href="https://varindersandhu.in/2012/11/01/oracle-table-row-count-for-all-tables/">Oracle – Table Row count for all tables</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2635</post-id>	</item>
		<item>
		<title>Oracle &#8211; ORA-01653 &#8211; unable to extend table in tablespace &#8211; Fix</title>
		<link>https://varindersandhu.in/2012/09/21/oracle-ora-01653-unable-to-extend-table-in-tablespace-fix/</link>
					<comments>https://varindersandhu.in/2012/09/21/oracle-ora-01653-unable-to-extend-table-in-tablespace-fix/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 20 Sep 2012 19:13:58 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[AUTOEXTEND ON]]></category>
		<category><![CDATA[ORA:01653]]></category>
		<category><![CDATA[Table Space]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2604</guid>

					<description><![CDATA[<p>Error: ORA-01653: unable to extend table in tablespace Cause: Failed to allocate an extent of the required number of blocks for a table segment in the tablespace indicated. Note: Change the table space name for that you need the information in the below Scripts (Script: 1 &#38; 2) Solution: Script:</p>
<p>The post <a href="https://varindersandhu.in/2012/09/21/oracle-ora-01653-unable-to-extend-table-in-tablespace-fix/">Oracle – ORA-01653 – unable to extend table in tablespace – Fix</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2012/09/21/oracle-ora-01653-unable-to-extend-table-in-tablespace-fix/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2604</post-id>	</item>
		<item>
		<title>Oracle &#8211; Auto Generate Insert Statement with Toad</title>
		<link>https://varindersandhu.in/2012/09/14/oracle-auto-generate-insert-statement-with-toad/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 17:21:32 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Auto Generate Insert]]></category>
		<category><![CDATA[Toad]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2592</guid>

					<description><![CDATA[<p>This is very quick way to generate the Insert Statement for all of the data in your table. Let us take an example; we have a table as shown below&#8230; Right click on the Result Grid and go to Option à Export Dataset Select the Export Format as “Insert Statement”</p>
<p>The post <a href="https://varindersandhu.in/2012/09/14/oracle-auto-generate-insert-statement-with-toad/">Oracle – Auto Generate Insert Statement with Toad</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2592</post-id>	</item>
		<item>
		<title>Toad &#8211; Update the Select Result in Toad with ROWID</title>
		<link>https://varindersandhu.in/2012/07/27/toad-update-the-select-result-in-toad-with-rowid/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 27 Jul 2012 15:14:57 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Oracle-Utilities]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[ROWID]]></category>
		<category><![CDATA[Toad]]></category>
		<category><![CDATA[Update the Select]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2529</guid>

					<description><![CDATA[<p>If you want to update your select result in toad, just add the ROWID is your select statement. Once you select the records with ROWID then you can edit/update your result grid. You can also see the Green indicator as shown in the below screenshot that means your records are</p>
<p>The post <a href="https://varindersandhu.in/2012/07/27/toad-update-the-select-result-in-toad-with-rowid/">Toad – Update the Select Result in Toad with ROWID</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2529</post-id>	</item>
		<item>
		<title>Oracle – Get IP Address and Host Name</title>
		<link>https://varindersandhu.in/2012/04/04/oracle-get-ip-address-and-host-name/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 15:58:54 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[SYS_CONTEXT]]></category>
		<category><![CDATA[UTL_INADDR]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2310</guid>

					<description><![CDATA[<p>With UTL_INADDR The UTL_INADDR package provides a PL/SQL procedure to support internet addressing. It provides an API to retrieve host names and IP addresses of local and remote hosts. Example select UTL_INADDR.GET_HOST_NAME Host_Name, UTL_INADDR.GET_HOST_ADDRESS IP_Address from dual ; With SYS_CONTEXT SYS_CONTEXT returns the value of parameter associated with the context</p>
<p>The post <a href="https://varindersandhu.in/2012/04/04/oracle-get-ip-address-and-host-name/">Oracle – Get IP Address and Host Name</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2310</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 15/141 queries in 0.043 seconds using Disk (Request-wide modification query)

Served from: varindersandhu.in @ 2025-10-30 14:43:15 by W3 Total Cache
-->