Database Utilities (MOSC)

MOSC Banner

Version 9.2.0.8: Given the script below, how to write to several dump files - Table is 185 gb

edited Apr 29, 2013 5:40PM in Database Utilities (MOSC) 3 commentsAnswered ✓
Hi experts.
Version 9.2.0.8:  Given the script below, how to write to several dump files - Table is 185 gb
Aix 6.1

rm /u01/attachment_pipe.dmp
/usr/sbin/mknod /u01/attachment_pipe.dmp p
cat /u01/attachment_pipe.dmp | compress > /u01/attachment.dmp.Z &
exp tempo/tempoo file=/u01/attachment_pipe.dmp statistics=none log=/u01/attachment.`date '+%Y-%m-%d'`.log RECORDLENGTH=65535 buffer=31457280 tables=schema1.attachment

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