## UNIX - Compressed database import of very LARGE databases ## ie: The "compressed" database export cannot fix on a single ## database disk. #! /bin/sh /bin/rm /dsk9/exp.pipe /bin/mknod /dsk9/exp.pipe p zcat /dsk1/exp_aa.dmp.Z \ /dsk2/exp_ab.dmp.Z \ /dsk3/exp_ac.dmp.Z > /dsk9/exp.pipe & imp / file=/dsk9/exp.pipe buffers=1024000 2>& exp.log