Hello,
I would like to import a .dmp file using impdp (the .dmp has been exported from oracle database 11g). I'm on Windows 10.
I use this command:
impdp system/*** DUMPFILE=DUMP.dmp LOGFILE=DUMPP.log
It reads the .dmp but everything fails. I manually created table spaces to solve the first errors, but then I have hundreds of:
ORA-39083 - Echec de la création du type d'objet ... avec erreur:
ORA-65096 : nom d'utilisateur ou de role commun non valide
I can't manage to create users/roles manually with sqlplus / as SYSDBA
I tried to create a non-container database with DBCA but I don't know how to connect.
Thanks a lot!