IMP-00013 Oracle Import Error IMP-00013 Oracle Import kļūdu
When trying to import an export dump file that has been exported by a DBA, the following error occurs: Kad mēģina ievest eksporta dump failu, kas ir eksportēti ar DBA, šādu kļūda notiek:
IMP-00013: only a DBA can import a file exported by another DBA IMP-00013: tikai DBA var importēt failu, ko eksportē citā DBA
The issue is because the privileges needed to import an export dump file generated by a database administrator do not exist. Jautājums ir tādēļ, ka privilēģijas, kas vajadzīga, lai importa eksporta dump failu, ko rada datu bāzes administrators nav. Only a database administrator can import a export file dumped by another database administrator. Tikai datu bāzes administrators var importēt eksportēt failu dempinga ar citu datu bāzes administrators.
There are several workarounds to solve the problems: Ir vairāki workarounds, lai atrisinātu problēmas:
- Import the export file by using a user with database administrator privileges, with FROMUSER and TOUSER parameters. Importa, eksporta failu, izmantojot lietotāju ar datu bāzes administrators privilēģijas, ar FROMUSER un TOUSER parametrus.
- Grant the sufficient privileges (ie. database administrator) to the user. Grant pietiekamas privilēģijas (ie. datu bāzes administrators), ar ko lietotājs. To do this, use the SQL*Plus and issue command “Grant DBA to db_user;”. Lai to izdarītu, izmantojiet SQL * Plus un izdot komanda "Grant DBA lai db_user". This can be done temporarily by revoking the privileges after the import. To var darīt uz laiku, atsaucot privilēģijām pēc ievešanas.
- Re-export the dump file from a non-DBA user account. Reeksporta uz dump failu no ārpuskopienas DBA lietotāja kontu.
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: Šī lapa ir mašīna tulkoto un ar nosacījumu ", kas ir" bez garantijas. Machine translation may be difficult to understand. Machine translation var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 Obligātā Character Set Konversiju Not Supported kļūdu, kad Imports uz Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database Import Error 3113/3114
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 kļūdu Kad Export Database
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error Oracle ORA-01658 Nevar izveidot SĀKOTNĒJO mērā segmentā Tablespace kļūdu
- ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 Galda vai View neeksistē Oracle kļūdu
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Izveidojiet, Pievienot vai Split Oracle Database Sadalīšanās neizpratni ar ORA-14080 Error
- Oracle ORA-14074 Create or Add New Partition Fails Error Oracle ORA-14074 Izveidot vai Pievienot jaunu Sadalīšanās neizpratni kļūdu
- ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25153 Pagaidu Tablespace ir tukšs Kļūda Oracle
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle PL / SQL ORA-00947 Not Enough Vērtības kļūdu
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle Drop tabula kļūdu









































