能select的表,可以exp嗎?有exp_full_database就能exp其他使用者的表嗎?
能select的表,可以exp嗎?有exp_full_database就能exp其他使用者的表嗎?
下面來測試下:
1.建立匯出測試使用者,並授予相關許可權
[oracle@GXDB1] $sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Fri May 3 15:11:19 2013
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> conn / as sysdba
Connected.
Connected.
SQL> create user test_exp identified by a;
User created.
SQL> grant connect to test_exp;
Grant succeeded.
SQL> grant select on dep_study.bas_region to test_exp;
Grant succeeded.
2.匯出dep_study.bas_region表
[oracle@GXDB1] $exp file=a.dmp tables=dep_study.bas_region
Export: Release 10.2.0.4.0 - Production on Fri May 3 15:26:15 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in ZHS16GBK character set and UTF8 NCHAR character set
About to export specified tables via Conventional Path ...
EXP-00009: no privilege to export DEP_STUDY's table BAS_REGION
Export terminated successfully with warnings.
[oracle@GXDB1] $
EXP-00009: no privilege to export DEP_STUDY's table BAS_REGION
Export terminated successfully with warnings.
[oracle@GXDB1] $
3.給test_exp授予exp_full_database許可權
SQL> grant exp_full_database to test_exp;
SQL> grant exp_full_database to test_exp;
Grant succeeded.
4.成功匯出表
[oracle@GXDB1] $exp file=a.dmp tables=dep_study.bas_region
Export: Release 10.2.0.4.0 - Production on Fri May 3 15:29:20 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in ZHS16GBK character set and UTF8 NCHAR character set
About to export specified tables via Conventional Path ...
Current user changed to DEP_STUDY
. . exporting table BAS_REGION 17 rows exported
Export terminated successfully without warnings.
Current user changed to DEP_STUDY
. . exporting table BAS_REGION 17 rows exported
Export terminated successfully without warnings.
--ok 成功匯出
5.收回select許可權,並匯出表
SQL> revoke select on dep_study.bas_region from test_exp;
Revoke succeeded.
[oracle@GXDB1] $exp file=a.dmp tables=dep_study.bas_region
Export: Release 10.2.0.4.0 - Production on Fri May 3 15:32:15 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in ZHS16GBK character set and UTF8 NCHAR character set
About to export specified tables via Conventional Path ...
Current user changed to DEP_STUDY
. . exporting table BAS_REGION
EXP-00056: ORACLE error 1031 encountered
ORA-01031: insufficient privileges
Export terminated successfully with warnings.
Current user changed to DEP_STUDY
. . exporting table BAS_REGION
EXP-00056: ORACLE error 1031 encountered
ORA-01031: insufficient privileges
Export terminated successfully with warnings.
結論:
exp其他使用者的表,使用者需要擁有select表和exp_full_database(角色)兩個許可權。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31444259/viewspace-2153672/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【EXP】使用EXP的QUERY選項匯出表中部分資料
- 大表exp/imp遷移
- 大物件(blob)表或分割槽表的exp和imp物件
- EXP COMPRESS以及EXP/IMP EXPDP/IMPDP匯入表結構注意
- exp_imp_遷移_同使用者_不同表空間的小記
- Oracle 傳輸表空間-EXP/IMPOracle
- 刪使用者刪表空間的操作還能flashback回來嗎?
- Oracle 11g的exp不能匯出空表Oracle
- 人工智慧有必要嗎?不能有其他的形式嗎?人工智慧
- expdp_impdp使用network_link遠端使用者需要EXP_FULL_DATABASE角色Database
- Java可以自學嗎?自學能學好嗎?Java
- imp/EXP 表空間轉換問題
- 有什麼工具能生成帶有動態報表圖形的 word 報告嗎?
- oracle11g 空表不能exp匯出的問題Oracle
- INSERT...SELECT語句對查詢的表加鎖嗎
- 正規表示式之(exp),(?:exp),(?=exp) 理解
- 996的我,作息表附上,有和我一樣的嗎?996
- EXP--解決EXP-00091的方法
- EXP error EXP-00003 EXP-00091 EXP-00015Error
- 如何用exp 匯出 某個表的某幾列資料
- 空閒表上的聯機ddl操作有風險嗎
- 利用exp/imp變換普通表為分割槽表_10g_windowsWindows
- 【實驗】【PARTITION】exp匯出分割槽表資料
- 關於imp和exp的有關理解
- oracl11g下exp_imp匯入已經存在表或其它物件的使用者物件
- oracle10g exp可否用一個使用者匯出另一個使用者的某表呢?Oracle
- Oracle 11g 使用exp命令匯出表不全的解決方案Oracle
- 解決Oracle 11g空表不能exp匯出的問題Oracle
- 11g exp匯出時部分表導不出來的解決
- exp匯出一個表中符合查詢條件的資料
- 【EXP】備份複雜關聯查詢後的T表資料
- 光學Python可以找到工作嗎?還需要學其他知識嗎?Python
- Oracle11g使用exp匯出空表(轉載)Oracle
- exp,imp 不同表空間大欄位處理方法
- oracle之EXP匯出表空間錯誤解決Oracle
- EXP--解決EXP-00091的方法 (轉貼)
- exp/imp工具的使用
- Oracle11g用exp無法匯出空表的解決方法Oracle