Procedure to copy schemas using dbms_datapump
Server - Oracle Exadata X4-7
Database version - 19.18
I created a custom script to copy schemas using dbms_datapump feature. I get the following error when trying to execute it.
--------------Error Msg start---------------
ERROR at line 1:
ORA-39001: invalid argument value
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
ORA-06512: at "SYS.DBMS_DATAPUMP", line 4930
ORA-06512: at "SYS.DBMS_DATAPUMP", line 6881
ORA-06512: at line 10
ORA-06512: at line 18
----------Error Msg End-------------------