<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Import utility in Oracle</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/import-utility-in-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/import-utility-in-oracle/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 08:35:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: alanmuster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/import-utility-in-oracle/#comment-44374</link>
		<dc:creator>alanmuster</dc:creator>
		<pubDate>Fri, 05 Aug 2005 17:16:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-44374</guid>
		<description><![CDATA[By default import will not overwrite any data in an existing table if IGNORE=N.  Instead it will attempt to create the table and fail because it already exists.  If IGNORE=Y and ROWS=Y then the import will proceed and attempt to insert rows into the table.  If there is no unique of primary key on the table then it will be possible for import to insert rows which already exist and you will end up with duplicates.  If a key exists then some inserts will fail and some will succeed.]]></description>
		<content:encoded><![CDATA[<p>By default import will not overwrite any data in an existing table if IGNORE=N.  Instead it will attempt to create the table and fail because it already exists.  If IGNORE=Y and ROWS=Y then the import will proceed and attempt to insert rows into the table.  If there is no unique of primary key on the table then it will be possible for import to insert rows which already exist and you will end up with duplicates.  If a key exists then some inserts will fail and some will succeed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.011 seconds using memcached
Object Caching 268/269 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 08:45:38 -->