 




<?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: Importing dmp file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/importing-dmp-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-dmp-file/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 19:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: inprise</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/importing-dmp-file/#comment-65884</link>
		<dc:creator>inprise</dc:creator>
		<pubDate>Wed, 22 Jul 2009 09:12:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-65884</guid>
		<description><![CDATA[Hi,

You can use import(imp) in case of 9i


else import data pump in case of 10g

YOu should identify wat way the export dump is generated using imp or impdp

Here is the syntax 

For import

grant unlimited tablespace to ZZZZZZZ 

ZZZZZ == can be list of schemas to be imported

imp file= XXXX.dmp log=aaaa.log full=y  

Here XXXX - dump file
aaaa - log name
full =y represents all schemas

For import datapump

impdp directory=data_pump_dir dumpfile=XXXX.dmp logfile=aaa.log 

Regards
Inprise]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can use import(imp) in case of 9i</p>
<p>else import data pump in case of 10g</p>
<p>YOu should identify wat way the export dump is generated using imp or impdp</p>
<p>Here is the syntax </p>
<p>For import</p>
<p>grant unlimited tablespace to ZZZZZZZ </p>
<p>ZZZZZ == can be list of schemas to be imported</p>
<p>imp file= XXXX.dmp log=aaaa.log full=y  </p>
<p>Here XXXX &#8211; dump file<br />
aaaa &#8211; log name<br />
full =y represents all schemas</p>
<p>For import datapump</p>
<p>impdp directory=data_pump_dir dumpfile=XXXX.dmp logfile=aaa.log </p>
<p>Regards<br />
Inprise</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/9 queries in 0.017 seconds using memcached
Object Caching 267/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 22:09:33 -->