impdp to 19c SE from 10gR2 SE
Hi,
I'm trying to import the database from version 10gR2 standard edition to version 19c (19.16.0.0), and by oracle support documents, I'm doing it through datapump, then full export through expdp from version 10gR2 and impdp version 19c, the tablespaces were created, but role and users can't create, and in turn, can't create their objects either.
ORA-39083: Object type PROFILE:"PROFILE_TESTE" failed to create with error:
ORA-65140: invalid common profile name
ORA-39083: Object type USER:"ANTONIO" failed to create with error:
ORA-65096: invalid common user or role name
Can anyone help me guide the procedures before importing or what are the best practices to do this migration?