普通用戶 hr進行expdp數據導出,報權限不夠的錯誤sql
[oracle@dbserver ~]$ expdp hr/hr directory=exp_dir dumpfile=full.dmp full=yoracle
Export: Release 11.2.0.4.0 - Production on Fri Oct 31 17:49:00 2014ui
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.server
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-31631: privileges are required
ORA-39161: Full database jobs require privilegesit
報錯了,主要是 hr用戶沒有 exp_full_database角色。io
從新授予權限後,require
sql> GRANT EXP_FULL_DATABASE TO hr;object
問題搞定file
[oracle@dbserver ~]$ expdp hr/hr directory=exp_dir dumpfile=full.dmp full=y權限
Export: Release 11.2.0.4.0 - Production on Fri Oct 31 17:54:42 2014
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options FLASHBACK automatically enabled to preserve database integrity. Starting "HR"."SYS_EXPORT_FULL_01": hr/******** directory=exp_dir dumpfile=full.dmp full=y Estimate in progress using BLOCKS method... Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA Total estimation using BLOCKS method: 370.1 MB Processing object type DATABASE_EXPORT/TABLESPACE