<?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-Utilities | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/category/oracle/oracle-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Thu, 06 Jun 2013 10:32:31 +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-Utilities | 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>Oracle Data Pump (expdp and impdp)</title>
		<link>https://varindersandhu.in/2013/06/06/oracle-data-pump-expdp-and-impdp/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 06 Jun 2013 10:32:31 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Utilities]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Data Pump Export]]></category>
		<category><![CDATA[Data Pump Import]]></category>
		<category><![CDATA[expdp]]></category>
		<category><![CDATA[impdp]]></category>
		<category><![CDATA[Oracle Data Pump]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3072</guid>

					<description><![CDATA[<p>Data Pump Export is a utility for unloading data and metadata into dump file. The same exported dump file can be imported only by Data Pump Import utility. With the help of this Data Pump Export we can export the data of one machine and import into another machine. Dump</p>
<p>The post <a href="https://varindersandhu.in/2013/06/06/oracle-data-pump-expdp-and-impdp/">Oracle Data Pump (expdp and impdp)</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3072</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 &#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>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 &#8211; Toad &#8211; Add an external tool to the tool bar</title>
		<link>https://varindersandhu.in/2012/01/25/oracle-toad-add-an-external-tool-to-the-tool-bar/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 14:14:16 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Utilities]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Toad]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2153</guid>

					<description><![CDATA[<p>Click on the “configure” button as below Toad Tool Option dialog box will open then click on the “Auto add…” button Below screen will open after that you can selecte the listed program ( as we selected Notepad) then click “OK” Now you can check the your selected program add</p>
<p>The post <a href="https://varindersandhu.in/2012/01/25/oracle-toad-add-an-external-tool-to-the-tool-bar/">Oracle – Toad – Add an external tool to the tool bar</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2153</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 using Disk

Served from: varindersandhu.in @ 2025-10-30 14:20:22 by W3 Total Cache
-->