IMP-00013 Oracle Import Error IMP-00013 Oracle Import Errore
When trying to import an export dump file that has been exported by a DBA, the following error occurs: Quando si tenta di importare un file di esportazione che è stato esportato da un DBA, il seguente errore:
IMP-00013: only a DBA can import a file exported by another DBA IMP-00013: solo un DBA possibile importare un file esportato da un altro DBA
The issue is because the privileges needed to import an export dump file generated by a database administrator do not exist. Il problema è dovuto al fatto che i privilegi necessari per importare un file di esportazione generati da un amministratore del database non esistono. Only a database administrator can import a export file dumped by another database administrator. Solo un amministratore del database può importare un file di esportazione oggetto di dumping da parte di un altro amministratore del database.
There are several workarounds to solve the problems: Ci sono diverse soluzioni per risolvere i problemi:
- Import the export file by using a user with database administrator privileges, with FROMUSER and TOUSER parameters. Importare il file di esportazione utilizzando un utente con privilegi di amministratore di database, con FROMUSER e TOUSER parametri.
- Grant the sufficient privileges (ie. database administrator) to the user. La concessione di privilegi sufficienti (es. amministratore del database) per l'utente. To do this, use the SQL*Plus and issue command “Grant DBA to db_user;”. Per effettuare questa operazione, utilizzare SQL * Plus e rilascio comando "Concessione di DBA db_user;". This can be done temporarily by revoking the privileges after the import. Questo può essere fatto da parte di revocare temporaneamente i privilegi dopo l'importazione.
- Re-export the dump file from a non-DBA user account. Ri-esportare il file da un non-DBA account utente.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .
Related Articles Articoli correlati
- Oracle Database Import Error 3113/3114 Database Oracle importazione errore 3113/3114
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 errore durante l'esportazione del database
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 richieste di conversione set di caratteri non supportato errore quando l'importazione di database Oracle
- Manual and Clean Uninstall Oracle for Windows Manuale e puliti disinstallare Oracle per Windows
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Creare, aggiungere o Split Oracle Database partizione con Fails ORA-14080 Errore
- ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 tabella o vista non esiste errore di Oracle
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle goccia tabella di errore
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error Oracle ORA-01658 Impossibile creare INIZIALE Ambito per il segmento in Tablespace Errore
- Oracle JDeveloper Reviews Oracle JDeveloper recensioni
- ORA-01502 Oracle Index in Unusable State ORA-01502 Oracle Indice in inutilizzabili Stato
































