Can't import AUDSYS schema or a table in that schema
Oracle 19.21 on Linux (RHEL8)
Our data pump dump files contain AUDSYS schema:
$ grep AUDSYS /ext/expdp/expdp_EIWP_0603.log
. . exported "AUDSYS"."AUD$UNIFIED":"SYS_P31049" 5.986 MB 19248 rows
. . exported "AUDSYS"."AUD$UNIFIED":"SYS_P30397" 4.728 GB 49874686 rows
. . exported "AUDSYS"."AUD$UNIFIED":"SYS_P30709" 110.9 MB 505310 rows
. . exported "AUDSYS"."AUD$UNIFIED":"SYS_P30061" 1.756 GB 14107989 rows
But trying to import the schema back fails:
$ impdp system@eiwp4 schemas=audsys remap_schema=AUDSYS:AUDSYS_TMP
directory=expdp_dir dumpfile=expdp_EIWP_0603_%u.dmp
logfile=Yong20240606.log parallel=20 cluster=no
...
ORA-31655: no data or metadata objects selected for job
ORA-39039: Schema expression " IN ('AUDSYS')" contains no valid schemas.