EXPDP in Oracle RAC 19c is running too slow
expdp user/pass@tnsname schemas=schema1 DIRECTORY=DUMP_DIR DUMPFILE=dump.dmp COMPRESSION=all
It took the while night and at next mid day I had to suspend the operation. Then I used this command
expdp user/pass@tnsname schemas=schema1 DIRECTORY=DUMP_DIR DUMPFILE=dump%U.dmp COMPRESSION=all parallel=5
not much improvement in addition some more error came. but EXPDP is running. But the performance seems to same.
What can be the reason? Please.
I tried the command
expdp user/pass@tnsname schemas=schema1 DIRECTORY=DUMP_DIR DUMPFILE=dump%U.dmp COMPRESSION=all parallel=5