19c Import errors
Among the 556 errors from my Full import to 19c from 12.2.0.2 are:
Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT ORA-39083: Object type ROLE_GRANT failed to create with error: ORA-01919: role 'DELETE_CATALOG_ROLE' does not exist Failing sql is: GRANT "DELETE_CATALOG_ROLE" TO "DBA" ORA-39083: Object type ROLE_GRANT failed to create with error: ORA-01919: role 'JAVA_DEPLOY' does not exist Failing sql is: GRANT "JAVA_DEPLOY" TO "DBA"
Other 19c databases do not seem to have the DELETE_CATALOG_ROLE and JAVA_DEPLOY roles.
Can anyone confirm that these roles were obsoleted 19c or are needed and just didn't import?