IMP-00013 Oracle Import Error IMP-00013 Oracle Import Error
When trying to import an export dump file that has been exported by a DBA, the following error occurs: Pri pokuse o import export súboru s výpisom, ktorý bol vyvážený DBA, nasledujúca chyba:
IMP-00013: only a DBA can import a file exported by another DBA IMP-00013: iba DBA možno importovať súbor exportovaný iným DBA
The issue is because the privileges needed to import an export dump file generated by a database administrator do not exist. Problém je, že požadované oprávnenie pre import export súbor s výpisom generované správcu databázy neexistujú. Only a database administrator can import a export file dumped by another database administrator. Iba správca databázy je možné importovať súbor exportu dumpingové iného správcu databázy.
There are several workarounds to solve the problems: Existuje niekoľko riešení na riešenie týchto problémov:
- Import the export file by using a user with database administrator privileges, with FROMUSER and TOUSER parameters. Import export súboru pomocou používateľ s oprávneniami správcu databázy, s FROMUSER a TOUSER parametre.
- Grant the sufficient privileges (ie. database administrator) to the user. Grant dostatočné povolenia (tj správca databázy) pre užívateľov. To do this, use the SQL*Plus and issue command “Grant DBA to db_user;”. K tomu použite SQL * Plus a vydá povel "Grant DBA na DB_USER;". This can be done temporarily by revoking the privileges after the import. To možno vykonať dočasne odobraté oprávnenie po importu.
- Re-export the dump file from a non-DBA user account. Re-export súboru s výpisom z non-DBA používateľského účtu.
IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: stránka je stroje preložené a za predpokladu, "ako je" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Nájdete na original English article originál Anglicky artikl whenever possible. ak je to možné.
Related Articles Súvisiace články
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 Povinné Character Set Konverzný nepodporovaných Chyba pri dovoze do Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database Import Dlh 3113/3114
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 Dlh Kedy Export databázy
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error Oracle ORA-01658 Neschopný až k Menovať POČIATOČNEJ Rozsah pre segment v Tablespace Dlh
- ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 tabuľky alebo zobrazenie neexistuje Oracle Error
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Menovať, Pridať alebo Split Oracle Database Delenie Byť v štychu s ORA-14080 Dlh
- Grant Read Write (Full Control) Permissions on Registry Keys (Fix Cannot Import and Access Denied Error in RegEdit) Grant Prečítajte si Write (Full Control) oprávnenie na kľúče Registry (Fix nedá importovať a prístup bol odmietnutý Chyba v RegEdit)
- Oracle ORA-14074 Create or Add New Partition Fails Error Oracle ORA-14074 Vytvoriť alebo Pridať nový Delenie Byť v štychu Dlh
- ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25153 Dočasný Tablespace je prázdny Chyba v Oracle
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle PL / SQL ORA-00947 Dlh Not Enough Hodnoty









































