Oracle 10g, Export problem through OEM(轉)
ubject: 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 “SYSMAN.MGMT_USER”, line 121
ORA-06512: at “SYSMAN.MGMT_JOBS”, line 109
ORA-06512: at “SYSMAN.MGMT_JOBS”, 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 ‘/home/datapump’;
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=’SCOTT’;
GRANTEE GRANTED_ROLE ADM DEF
——————– ——————– — —
SCOTT DBA NO YES
select * from dba_sys_privs where grantee=’SCOTT’;
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=’SCOTT’;
GRANTEE TABLE_NAME PRIVILEGE
——————– ——————– ——————–
SCOTT MY_DIR WRITE
SCOTT MY_DIR READ
2. You log in as user SCOTT to the ‘Oracle Enterprise Manager 10g
Database Control’ 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 ‘Maintenance’
- On the main Database Maintenance page, click under ‘Utilities’ on the link
‘Export to files’
- On the page ‘Export: Export Type’, select ‘Schemas’, provide the Host
Credentials (OS username/password) to submit a job, and click on ‘Continue’
- On the page ‘Export: Schemas’ (step 1), add the SCOTT schema, and click on
‘Next’
- On the page ‘Export: Options’ (step 2), specify the Directory Object ‘MY_DIR’
and change the name of the Log file to a file that does not already exist,
and click on ‘Next’
- On the page ‘Export: Files’ (step 3), specify the Directory Object ‘MY_DIR’
and change the name of the Dump file to a file that does not already exist,
and click on ‘Next’
- On the page ‘Export: Schedule’ (step 4), specify the Job Name (e.g. EXP_1),
and click on ‘Next’
- On the page ‘Export: Review’ (step 5), click on ‘Submit Job’
4. The submit of the job fails with:
Export Submit Failed
ORA-20204: User does not exist: SCOTT
ORA-06512: at “SYSMAN.MGMT_USER”, line 121
ORA-06512: at “SYSMAN.MGMT_JOBS”, line 109
ORA-06512: at “SYSMAN.MGMT_JOBS”, 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 ‘Enterprise Manager 10g
Database Control’
- At the top right, click on the link ‘Setup’
- On the page ‘Administrators’, click on the button ‘Create’
- On the page ‘Create Administrator: Properties’, add the user who will run
the Export/Import DataPump job
- Click on the button: ‘Finish’
- On the page ‘Create Administrator: Review’, click on the button: ‘Finish’
- On the page ‘Administrators’, confirm that the user has been added.
- At the top right, click on the link ‘Logout’
Now login as the user who will run the Export/Import DataPump job (SCOTT),
and re-create the DataPump job.
—————————————-
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24104518/viewspace-715189/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 配置oracle 10g進入oem管理以及OEM預設埠Oracle 10g
- Oracle 10G重建OEM 的簡單步驟Oracle 10g
- oracle Export and Import 簡介(轉)OracleExportImport
- 10g ASM OEM 相關ASM
- ORACLE OEMOracle
- export ORACLE_SID=founder exportExportOracle
- Oracle OEM重建Oracle
- oracle 配置 oemOracle
- oracle rac oemOracle
- 本文將詳細介紹oracle 10g OEM常規錯誤Oracle 10g
- oracle 10g oem 報出RemoteOperationException: ERROR: Wrong password for userOracle 10gREMExceptionError
- Oracle 10g網頁OEM中,HOST Credentials輸入的賬號可用Oracle 10g網頁
- windows 下oracle 10g oem 訪問的問題解決希望有用。WindowsOracle 10g
- Oracle10g oem grid control (轉)Oracle
- 【轉載-ORACLE】ORA-6512 During Full ExportOracleExport
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- oracle Export/Import工具使用OracleExportImport
- Oracle 9i OEM不能正常使用10g庫(不能展開EM管理項)Oracle
- [轉]Updating Session Variables through GO URLSessionGo
- 【轉】ORACLE 10G AWR 相關Oracle 10g
- 【OEM】Oracle oem取消開機自動啟動(linux)OracleLinux
- ORACLE重建OEM的步驟Oracle
- oracle10g oem web介面按鈕亂碼(轉摘)OracleWeb
- Export And Import Between Different Oracle VersionsExportImportOracle
- Oracle工具使用(export,import,sqlldr中文幫助及例項)(轉)OracleExportImportSQL
- Automatic TSPITR in 10G RMAN -A walk Through (Doc ID 335851.1)
- fbx 模型轉換 export模型Export
- Sell through、存銷比、庫存週轉
- oracle 10g rac轉成單機Oracle 10g
- ORACLE 10G 等待介面診斷(轉)Oracle 10g
- Oracle 10g AWR Report 分析(轉)Oracle 10g
- [轉載]Oracle 10g RAC TAF介紹Oracle 10g
- oracle 10g rac轉成單機5Oracle 10g
- oracle 10g rac轉成單機4Oracle 10g
- oracle 10g rac轉成單機3Oracle 10g
- oracle 10g rac轉成單機2Oracle 10g
- Oracle 10G 中的"回收站"(轉)Oracle 10g
- 【轉載】Oracle 10g 配置isqlplusOracle 10gSQL