IMP-00013 Oracle Import Error進出口,進口00013甲骨文錯誤
When trying to import an export dump file that has been exported by a DBA, the following error occurs:當試圖導入出口轉儲文件已出口的管理員,在出現以下錯誤:
IMP-00013: only a DBA can import a file exported by another DBA進出口- 00013 :只有管理員可以匯入匯出的檔案由另一管理員
The issue is because the privileges needed to import an export dump file generated by a database administrator do not exist.這個問題是因為特權需要進口出口轉儲文件所產生的數據庫管理員不存在。 Only a database administrator can import a export file dumped by another database administrator.只有數據庫管理員可以匯入匯出檔案傾倒的另一個數據庫管理員。
There are several workarounds to solve the problems:有一些變通解決的問題:
- Import the export file by using a user with database administrator privileges, with FROMUSER and TOUSER parameters.匯入匯出檔案使用同一個用戶數據庫管理員的特權,與FROMUSER和TOUSER參數。
- Grant the sufficient privileges (ie. database administrator) to the user.給予足夠的權限(即數據庫管理員)給用戶。 To do this, use the SQL*Plus and issue command “Grant DBA to db_user;”.要做到這一點,使用SQL * Plus和問題,指揮“格蘭特管理員,以db_user ; ” 。 This can be done temporarily by revoking the privileges after the import.這項工作可以暫時撤銷後的特權的進口。
- Re-export the dump file from a non-DBA user account.再出口轉儲文件從一個非管理員用戶帳戶。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明:這是一台機器翻譯網頁這是“原樣”提供,無保修。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article英文原文的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at共享和貢獻或獲得技術支持和幫助 My Digital Life Forums 我的數字生活論壇 . 。
Related Articles相關文章
- Oracle Database Import Error 3113/3114 Oracle數據庫進口錯誤三千一百一十四分之三千一百十三
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database進出口- 00016要求字符集轉換不支持的錯誤當進口Oracle數據庫
- Oracle PL/SQL ORA-00947 Not Enough Values Error甲骨文特等/數據庫口腔00947不夠值誤差
- Oracle EXP-00091 Error When Export Database甲骨文進出口- 00091錯誤當出口數據庫
- ORA-02449 Oracle Drop Table Error口腔02449甲骨文下降表誤差
- ORA-25153 Temporary Tablespace is Empty Error in Oracle奧拉- 25153臨時表空間是空的誤差在甲骨文
- Oracle ORA-14074 Create or Add New Partition Fails Error甲骨文口腔14074創設或增加新的分區失敗的錯誤
- ORA-00942 Table or View Does Not Exist Oracle Error奧拉- 00942表或視圖不存在Oracle錯誤
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error創建,添加或分裂甲骨文數據庫劃分失敗與口腔14080錯誤
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error甲骨文口腔01658無法創建初始程度段表空間錯誤

























