Re: exporting to pipe
From: Rich Holoch <holoch_at_ccnet.com>
Date: 1995/12/15
Message-ID: <4as8gn$i8v_at_ccnet2.ccnet.com>#1/1
Date: 1995/12/15
Message-ID: <4as8gn$i8v_at_ccnet2.ccnet.com>#1/1
Somewhere in the O'Reilly Oracle Performance Tuning book it discusses this. Its not in the index, but here's the synatax that I used on an AIX box:
mknod $BKUPDIR/$SRC.dmp.$$ p
compress < $BKUPDIR/$SRC.dmp.$$ > BKUPDIR/$SRC.dmp.Z &
exp $SRC/$SRC_at_SRC file=$BKUPDIR/$SRC.dmp.$$
log=$BKUPDIR/$SRC.explog.$$
I don't know if HP treats this differently but hope this helps.
Rich Holoch
Pathfinder Solutions
Received on Fri Dec 15 1995 - 00:00:00 CET