I am unable to import a existing 11g database to new 19c database using DATAPUMP
I have an existing database "Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production" and I am trying to move it to a new install 19c database using datapump. I perform the EXPDP on the existing database. "expdp directory=DATA_PUMP_DIR file=EXISTING_DB.dmp logfile=expsEXISTING.log VERSION=12 full=yes". I then copy the DMP file over to the Datapump directory on the newly installed 19c database. I ran the DCA on the 19C to create the blank database, created tablespace and datafiles and user prior to loading. Ran "impdp directory=DATA_PUMP_DIR dumpfile=EXISTING_DB.DMP logfile=NEW_DB.log full=yes". When I run the import I receive the following message with errors.