Database Administration (MOSC)

MOSC Banner

Export Data Pump Take Long Time

edited Sep 19, 2020 5:01AM in Database Administration (MOSC) 5 commentsAnswered

Hello,

I have database 12.2 installed on AIX and database size is 500 GB

I'm executing Backup daily @ night using Export Data Pump

The backup take around 5 Hours to finish, i need to decrease the time as much as possible, i need your support to do so.

I have checked the EXP Log and found one table take around 4 hours and 30 minutes while exporting.

the table contains two columns of data types (VARCHAR2(255 BYTE) & XMLTYPE)

below script that i'm using:

export now=`date +"%d-%m-%Y"`

expdp Prod/Prod@orcl directory=BACKUP_DIR dumpfile=Production_Backup_$now%u.DMP logfile=Production_Backup_Log_$now.log METRICS=y EXCLUDE=statistics,TABLE:\"IN \(\'Users\'\)\" direct=y filesize=50G  cluster=n parallel=8

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center