Weird error message during full database import
I was doing a full database import through network link, from a 11g DB to a 12c PDB.
ORA-39083: Object type TABLESPACE:"XXXXXXXX" failed to create with error:
ORA-01119: error in creating database file '/db/oracle/oradata/mydb/redo06.log'
ORA-27040: file create error, unable to create file
Linux-x86_64 Error: 2: No such file or directory
Why creating a tablespace has anything to do with a redo log file? redo06.log is definitely not a data file of the tablespace in the source DB.
Thanks.
John.