export
BK_DIR=/u03/other_bkps/mats_tims
mknod $BK_DIR/export_pipe p
nohup /usr/bin/gzip -9 < $BK_DIR/export_pipe > $BK_DIR/full_mats_timsdb_bkup_$dt.dmp.gz 2> $BK_DIR/hr_gip.log &
$ORACLE_HOME/bin/exp parfile=/u01/app/oracle/Scripts/timsdb.par file=$BK_DIR/export_pipe log=$BK_DIR/full_mats_timsdb_bkup_$
dt.log
rm -f $BK_DIR/export_pipe p