Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

setting undo retention to 7 hr !

redologger-OCAug 11 2014 — edited Aug 12 2014

Hi,

i got a situation which is i keep on getting one of my table skipped during daily export dump.

That table include a BLOB col and the total table size is about 60GB.

Below are my parameter settings:

The undo_retention = 3600 = 1hour

and :

The export needed 5hr 20min

The export takes a time more than the undo_retentionĀ 

so simply we need to increase the undo_retention to a value more than the export take to export this tableĀ 

which is to just set the undo_retention with value 21600.

My concern is:

is there any performance issue on the database and the server hardware (RAM, CPU..etc) if i were to set the undo retention value permanently to 6hr! just for the table to be expdp sucessfully?

Kindly advice.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2014
Added on Aug 11 2014
19 comments
5,055 views