<?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: Oracle 10g, Export problem through OEM</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 08:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: vindub</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/#comment-52896</link>
		<dc:creator>vindub</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:02:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-52896</guid>
		<description><![CDATA[I had the same symptoms until I realised there might be an issue with the user rights. I reran the export using the vanilla SYSTEM user instead of an in-house DBA user and it all worked fine for me.]]></description>
		<content:encoded><![CDATA[<p>I had the same symptoms until I realised there might be an issue with the user rights. I reran the export using the vanilla SYSTEM user instead of an in-house DBA user and it all worked fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dkantor</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/#comment-51331</link>
		<dc:creator>dkantor</dc:creator>
		<pubDate>Tue, 29 Jan 2008 18:52:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-51331</guid>
		<description><![CDATA[Jeff, I have also used the information that you supplied, and it was a huge help.  Thanks so much.]]></description>
		<content:encoded><![CDATA[<p>Jeff, I have also used the information that you supplied, and it was a huge help.  Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salmanbaig</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/#comment-37638</link>
		<dc:creator>salmanbaig</dc:creator>
		<pubDate>Tue, 05 Dec 2006 13:28:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-37638</guid>
		<description><![CDATA[Many thanks Jeff. 
I have done the steps as advised and it worked.
Thanks again.
 ]]></description>
		<content:encoded><![CDATA[<p>Many thanks Jeff.<br />
I have done the steps as advised and it worked.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffcote</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/#comment-37639</link>
		<dc:creator>jeffcote</dc:creator>
		<pubDate>Tue, 05 Dec 2006 07:38:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-37639</guid>
		<description><![CDATA[Good morning.

Here is the article I referred to in my last message:

----------------------------------------
Subject:  Export/Import DataPump - Submitting DataPump Job via OEM Database Control Fails with ORA-20204 in SYSMAN.MGMT_USER 
  Doc ID:  Note:294680.1 Type:  PROBLEM 
  Last Revision Date:  29-DEC-2004 Status:  PUBLISHED 


The information in this article applies to:
- Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.2.0.0
- Oracle Server - Personal Edition   - Version: 10.1.0.2 to 10.2.0.0
- Oracle Server - Standard Edition   - Version: 10.1.0.2 to 10.2.0.0
This problem can occur on any platform.


ERRORS
------

ORA-20204: User does not exist: SCOTT 
ORA-06512: at &quot;SYSMAN.MGMT_USER&quot;, line 121 
ORA-06512: at &quot;SYSMAN.MGMT_JOBS&quot;, line 109 
ORA-06512: at &quot;SYSMAN.MGMT_JOBS&quot;, line 48 
ORA-06512: at line 1


SYMPTOMS
--------

1. In SQL*Plus, you create a directory object, and grant the read and write 
   privilege on that directory, and the DBA privilege to SCOTT:

connect system/manager
create directory my_dir as &#039;/home/datapump&#039;;
grant read, write on directory my_dir to scott;

grant dba to scott;
column grantee format A20
column privilege like grantee
column table_name like grantee
column granted_role like grantee

select * from dba_role_privs where grantee=&#039;SCOTT&#039;;

GRANTEE              GRANTED_ROLE         ADM DEF
-------------------- -------------------- --- ---
SCOTT                DBA                  NO  YES

select * from dba_sys_privs where grantee=&#039;SCOTT&#039;;

GRANTEE              PRIVILEGE            ADM
-------------------- -------------------- ---
SCOTT                CREATE TABLE         NO
SCOTT                CREATE SESSION       NO
SCOTT                UNLIMITED TABLESPACE NO

select grantee,table_name,privilege from dba_tab_privs where grantee=&#039;SCOTT&#039;;

GRANTEE              TABLE_NAME           PRIVILEGE
-------------------- -------------------- --------------------
SCOTT                MY_DIR               WRITE
SCOTT                MY_DIR               READ


2. You log in as user SCOTT to the &#039;Oracle Enterprise Manager 10g 
   Database Control&#039; on the URL: http://my_host.my_domain:5500/em


3. You try to submit an export DataPump job:
- On the main Database Summary page, click on the link &#039;Maintenance&#039;
- On the main Database Maintenance page, click under &#039;Utilities&#039; on the link 
  &#039;Export to files&#039;
- On the page &#039;Export: Export Type&#039;, select &#039;Schemas&#039;, provide the Host 
  Credentials (OS username/password) to submit a job, and click on &#039;Continue&#039;
- On the page &#039;Export: Schemas&#039; (step 1), add the SCOTT schema, and click on 
  &#039;Next&#039;
- On the page &#039;Export: Options&#039; (step 2), specify the Directory Object &#039;MY_DIR&#039;
  and change the name of the Log file to a file that does not already exist,  
  and click on &#039;Next&#039;
- On the page &#039;Export: Files&#039; (step 3), specify the Directory Object &#039;MY_DIR&#039; 
  and change the name of the Dump file to a file that does not already exist, 
  and click on &#039;Next&#039;
- On the page &#039;Export: Schedule&#039; (step 4), specify the Job Name (e.g. EXP_1), 
  and click on &#039;Next&#039;
- On the page &#039;Export: Review&#039; (step 5), click on &#039;Submit Job&#039;


4. The submit of the job fails with:

Export Submit Failed 

ORA-20204: User does not exist: SCOTT 
ORA-06512: at &quot;SYSMAN.MGMT_USER&quot;, line 121 
ORA-06512: at &quot;SYSMAN.MGMT_JOBS&quot;, line 109 
ORA-06512: at &quot;SYSMAN.MGMT_JOBS&quot;, line 48 
ORA-06512: at line 1  


CAUSE
-----

The user SCOTT does not have the privileges (such as MGMT_USER) to submit 
the job.


FIX
---

In the Enterprise Manager Console, add the user who will run the Export/Import
DataPump job as an Administrator who can login to Enterprise Manager to perform
management tasks like set Blackouts, email notification schedules.

- login as user SYSTEM (or user SYS) to the &#039;Enterprise Manager 10g 
  Database Control&#039;
- At the top right, click on the link &#039;Setup&#039;
- On the page &#039;Administrators&#039;, click on the button &#039;Create&#039;
- On the page &#039;Create Administrator: Properties&#039;, add the user who will run 
  the Export/Import DataPump job
- Click on the button: &#039;Finish&#039;
- On the page &#039;Create Administrator: Review&#039;, click on the button: &#039;Finish&#039;
- On the page &#039;Administrators&#039;, confirm that the user has been added.
- At the top right, click on the link &#039;Logout&#039;

Now login as the user who will run the Export/Import DataPump job (SCOTT),
and re-create the DataPump job.

----------------------------------------

I hope this helps!  :-)

Jeff Cote&#039;]]></description>
		<content:encoded><![CDATA[<p>Good morning.</p>
<p>Here is the article I referred to in my last message:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Subject:  Export/Import DataPump &#8211; Submitting DataPump Job via OEM Database Control Fails with ORA-20204 in SYSMAN.MGMT_USER<br />
  Doc ID:  Note:294680.1 Type:  PROBLEM<br />
  Last Revision Date:  29-DEC-2004 Status:  PUBLISHED </p>
<p>The information in this article applies to:<br />
- Oracle Server &#8211; Enterprise Edition &#8211; Version: 10.1.0.2 to 10.2.0.0<br />
- Oracle Server &#8211; Personal Edition   &#8211; Version: 10.1.0.2 to 10.2.0.0<br />
- Oracle Server &#8211; Standard Edition   &#8211; Version: 10.1.0.2 to 10.2.0.0<br />
This problem can occur on any platform.</p>
<p>ERRORS<br />
&#8212;&#8212;</p>
<p>ORA-20204: User does not exist: SCOTT<br />
ORA-06512: at &#8220;SYSMAN.MGMT_USER&#8221;, line 121<br />
ORA-06512: at &#8220;SYSMAN.MGMT_JOBS&#8221;, line 109<br />
ORA-06512: at &#8220;SYSMAN.MGMT_JOBS&#8221;, line 48<br />
ORA-06512: at line 1</p>
<p>SYMPTOMS<br />
&#8212;&#8212;&#8211;</p>
<p>1. In SQL*Plus, you create a directory object, and grant the read and write<br />
   privilege on that directory, and the DBA privilege to SCOTT:</p>
<p>connect system/manager<br />
create directory my_dir as &#8216;/home/datapump&#8217;;<br />
grant read, write on directory my_dir to scott;</p>
<p>grant dba to scott;<br />
column grantee format A20<br />
column privilege like grantee<br />
column table_name like grantee<br />
column granted_role like grantee</p>
<p>select * from dba_role_privs where grantee=&#8217;SCOTT&#8217;;</p>
<p>GRANTEE              GRANTED_ROLE         ADM DEF<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212; &#8212;<br />
SCOTT                DBA                  NO  YES</p>
<p>select * from dba_sys_privs where grantee=&#8217;SCOTT&#8217;;</p>
<p>GRANTEE              PRIVILEGE            ADM<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;<br />
SCOTT                CREATE TABLE         NO<br />
SCOTT                CREATE SESSION       NO<br />
SCOTT                UNLIMITED TABLESPACE NO</p>
<p>select grantee,table_name,privilege from dba_tab_privs where grantee=&#8217;SCOTT&#8217;;</p>
<p>GRANTEE              TABLE_NAME           PRIVILEGE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
SCOTT                MY_DIR               WRITE<br />
SCOTT                MY_DIR               READ</p>
<p>2. You log in as user SCOTT to the &#8216;Oracle Enterprise Manager 10g<br />
   Database Control&#8217; on the URL: <a href="http://my_host.my_domain:5500/em" rel="nofollow">http://my_host.my_domain:5500/em</a></p>
<p>3. You try to submit an export DataPump job:<br />
- On the main Database Summary page, click on the link &#8216;Maintenance&#8217;<br />
- On the main Database Maintenance page, click under &#8216;Utilities&#8217; on the link<br />
  &#8216;Export to files&#8217;<br />
- On the page &#8216;Export: Export Type&#8217;, select &#8216;Schemas&#8217;, provide the Host<br />
  Credentials (OS username/password) to submit a job, and click on &#8216;Continue&#8217;<br />
- On the page &#8216;Export: Schemas&#8217; (step 1), add the SCOTT schema, and click on<br />
  &#8216;Next&#8217;<br />
- On the page &#8216;Export: Options&#8217; (step 2), specify the Directory Object &#8216;MY_DIR&#8217;<br />
  and change the name of the Log file to a file that does not already exist,<br />
  and click on &#8216;Next&#8217;<br />
- On the page &#8216;Export: Files&#8217; (step 3), specify the Directory Object &#8216;MY_DIR&#8217;<br />
  and change the name of the Dump file to a file that does not already exist,<br />
  and click on &#8216;Next&#8217;<br />
- On the page &#8216;Export: Schedule&#8217; (step 4), specify the Job Name (e.g. EXP_1),<br />
  and click on &#8216;Next&#8217;<br />
- On the page &#8216;Export: Review&#8217; (step 5), click on &#8216;Submit Job&#8217;</p>
<p>4. The submit of the job fails with:</p>
<p>Export Submit Failed </p>
<p>ORA-20204: User does not exist: SCOTT<br />
ORA-06512: at &#8220;SYSMAN.MGMT_USER&#8221;, line 121<br />
ORA-06512: at &#8220;SYSMAN.MGMT_JOBS&#8221;, line 109<br />
ORA-06512: at &#8220;SYSMAN.MGMT_JOBS&#8221;, line 48<br />
ORA-06512: at line 1  </p>
<p>CAUSE<br />
&#8212;&#8211;</p>
<p>The user SCOTT does not have the privileges (such as MGMT_USER) to submit<br />
the job.</p>
<p>FIX<br />
&#8212;</p>
<p>In the Enterprise Manager Console, add the user who will run the Export/Import<br />
DataPump job as an Administrator who can login to Enterprise Manager to perform<br />
management tasks like set Blackouts, email notification schedules.</p>
<p>- login as user SYSTEM (or user SYS) to the &#8216;Enterprise Manager 10g<br />
  Database Control&#8217;<br />
- At the top right, click on the link &#8216;Setup&#8217;<br />
- On the page &#8216;Administrators&#8217;, click on the button &#8216;Create&#8217;<br />
- On the page &#8216;Create Administrator: Properties&#8217;, add the user who will run<br />
  the Export/Import DataPump job<br />
- Click on the button: &#8216;Finish&#8217;<br />
- On the page &#8216;Create Administrator: Review&#8217;, click on the button: &#8216;Finish&#8217;<br />
- On the page &#8216;Administrators&#8217;, confirm that the user has been added.<br />
- At the top right, click on the link &#8216;Logout&#8217;</p>
<p>Now login as the user who will run the Export/Import DataPump job (SCOTT),<br />
and re-create the DataPump job.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I hope this helps!  <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Jeff Cote&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salmanbaig</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-10g-export-problem-through-oem/#comment-37640</link>
		<dc:creator>salmanbaig</dc:creator>
		<pubDate>Mon, 04 Dec 2006 13:31:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-37640</guid>
		<description><![CDATA[Hi Jeff,
many thanks for your reply.
actually i&#039;m a student and evaluating the product. I have downloaded and using it as test case. I checked on the metalink website and it looked to me as , Metalink is for Oracle support customers only. 
Would you please guide me, how to proceed on the solution?]]></description>
		<content:encoded><![CDATA[<p>Hi Jeff,<br />
many thanks for your reply.<br />
actually i&#8217;m a student and evaluating the product. I have downloaded and using it as test case. I checked on the metalink website and it looked to me as , Metalink is for Oracle support customers only.<br />
Would you please guide me, how to proceed on the solution?</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 3/10 queries in 0.037 seconds using memcached
Object Caching 327/333 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 09:51:22 -->