Version 9.2.0.8: Given the script below, how to write to several dump files - Table is 185 gb
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
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
0