Hello,
I have recently set up a script to make a full export over night of my Production database.
For couple of weeks now i have noticed that it is really slow on one specific table and the rest of tables are fine and really quick. Export take about 6-7-8h and is around 600GB in total and that one table takes 3-4-5h of the export time.
I am Running Oracle 19c (19.16) in RAC (2 nodes) on AIX 7.2
This is my export script:
expdp system/****** parfile=/backup/expdp.par
directory=dp_backup
exclude=statistics
dumpfile=prod.dmp
logfile=prod_exp.log
full=Y
METRICS=YES
LOGTIME=ALL
This is a part of the export log where the problematic table "NLBTB"."IFRS9_CALC_TEMP" is.
As you can see the rest of the tables which some are bigger, execute just fine and quickly.
Would appreciate any help.
Thank you in advance.