Datapump - Errors with Full Export with Backward Compatible Mode 11.2
Hello experts,
we are performing are performing a full export with DBMS_DATAPUMP.
- Source database: Oracle 19.6.0.0.0
- Target database: Oracle 11.2.0.0.0
- Task: we want to backup all non Oracle maintained users on the source database and import them on the target database
Therefore version for export on the 19c database is set to VERSION=11.2. See PL/SQL script below.
Unfortunately we are getting these two errors every time we executing this script on 19.6 databases:
30-APR-20 15:44:01.701: ORA-39373: cannot export SYSTEM_GRANT:"EM_EXPRESS_ALL" to version 11.2 due to long identifiers
30-APR-20 15:44:01.748: ORA-39373: cannot export SYSTEM_GRANT:"SYSUMF_ROLE" to version 11.2 due to long identifiers