<?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: EXPDP and IMPDP Directory</title>
	<atom:link href="http://www.oraclefaq.net/2007/03/09/expdp-and-impdp-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oraclefaq.net/2007/03/09/expdp-and-impdp-directory/</link>
	<description>Learn Oracle through my Experience</description>
	<lastBuildDate>Fri, 11 Nov 2011 00:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: love kumar</title>
		<link>http://www.oraclefaq.net/2007/03/09/expdp-and-impdp-directory/#comment-207</link>
		<dc:creator>love kumar</dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclefaq.net/2007/03/09/expdp-and-impdp-directory/#comment-207</guid>
		<description>expdp scott/tiger directory=dump_dir dumpfile=scott.emp logfile=log_dir:scott.log full=y


Export: Release 10.2.0.1.0 - Production on Friday, 11 March, 2011 16:58:50

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Starting &quot;SCOTT&quot;.&quot;SYS_EXPORT_SCHEMA_01&quot;:  scott/******** directory=dump_dir dumpfile=scott.emp logfile=log_dir:scott.log
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 320 KB
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported &quot;SCOTT&quot;.&quot;DEPT&quot;                              5.656 KB       4 rows
. . exported &quot;SCOTT&quot;.&quot;EMP&quot;                               7.820 KB      14 rows
. . exported &quot;SCOTT&quot;.&quot;MYTABLE&quot;                           5.375 KB       8 rows
. . exported &quot;SCOTT&quot;.&quot;SALGRADE&quot;                          5.585 KB       5 rows
. . exported &quot;SCOTT&quot;.&quot;XXX&quot;                               21.62 KB    1269 rows
. . exported &quot;SCOTT&quot;.&quot;BONUS&quot;                                 0 KB       0 rows
Master table &quot;SCOTT&quot;.&quot;SYS_EXPORT_SCHEMA_01&quot; successfully loaded/unloaded
******************************************************************************
Dump file set for SCOTT.SYS_EXPORT_SCHEMA_01 is:
  /export/home/oracle/dumps/scott.emp
Job &quot;SCOTT&quot;.&quot;SYS_EXPORT_SCHEMA_01&quot; successfully completed at 16:58:54

-bash-3.00$ expdp scott/tiger directory=dump_dir dumpfile=scott.em logfile=log_dir:scott.lo full=y

Export: Release 10.2.0.1.0 - Production on Friday, 11 March, 2011 17:02:20

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
ORA-31631: privileges are required
ORA-39161: Full database jobs require privileges

how to leave this error</description>
		<content:encoded><![CDATA[<p>expdp scott/tiger directory=dump_dir dumpfile=scott.emp logfile=log_dir:scott.log full=y</p>
<p>Export: Release 10.2.0.1.0 &#8211; Production on Friday, 11 March, 2011 16:58:50</p>
<p>Copyright (c) 2003, 2005, Oracle.  All rights reserved.</p>
<p>Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 &#8211; Production<br />
With the Partitioning, OLAP and Data Mining options<br />
Starting &#8220;SCOTT&#8221;.&#8221;SYS_EXPORT_SCHEMA_01&#8243;:  scott/******** directory=dump_dir dumpfile=scott.emp logfile=log_dir:scott.log<br />
Estimate in progress using BLOCKS method&#8230;<br />
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA<br />
Total estimation using BLOCKS method: 320 KB<br />
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA<br />
Processing object type SCHEMA_EXPORT/TABLE/TABLE<br />
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX<br />
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT<br />
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS<br />
Processing object type SCHEMA_EXPORT/TABLE/COMMENT<br />
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT<br />
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS<br />
. . exported &#8220;SCOTT&#8221;.&#8221;DEPT&#8221;                              5.656 KB       4 rows<br />
. . exported &#8220;SCOTT&#8221;.&#8221;EMP&#8221;                               7.820 KB      14 rows<br />
. . exported &#8220;SCOTT&#8221;.&#8221;MYTABLE&#8221;                           5.375 KB       8 rows<br />
. . exported &#8220;SCOTT&#8221;.&#8221;SALGRADE&#8221;                          5.585 KB       5 rows<br />
. . exported &#8220;SCOTT&#8221;.&#8221;XXX&#8221;                               21.62 KB    1269 rows<br />
. . exported &#8220;SCOTT&#8221;.&#8221;BONUS&#8221;                                 0 KB       0 rows<br />
Master table &#8220;SCOTT&#8221;.&#8221;SYS_EXPORT_SCHEMA_01&#8243; successfully loaded/unloaded<br />
******************************************************************************<br />
Dump file set for SCOTT.SYS_EXPORT_SCHEMA_01 is:<br />
  /export/home/oracle/dumps/scott.emp<br />
Job &#8220;SCOTT&#8221;.&#8221;SYS_EXPORT_SCHEMA_01&#8243; successfully completed at 16:58:54</p>
<p>-bash-3.00$ expdp scott/tiger directory=dump_dir dumpfile=scott.em logfile=log_dir:scott.lo full=y</p>
<p>Export: Release 10.2.0.1.0 &#8211; Production on Friday, 11 March, 2011 17:02:20</p>
<p>Copyright (c) 2003, 2005, Oracle.  All rights reserved.</p>
<p>Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 &#8211; Production<br />
With the Partitioning, OLAP and Data Mining options<br />
ORA-31631: privileges are required<br />
ORA-39161: Full database jobs require privileges</p>
<p>how to leave this error</p>
]]></content:encoded>
	</item>
</channel>
</rss>

