Export jobs are filling a volume that is NOT referenced in the script anywhere. The scripts reside on /lvo295 but when they run they are "mysteriously" filling up /lvo100. There is no physical export files written to /lvo100 at all.

The jobs use the space (/lvo100) like tmp, before it was not noticed because i guess the size was sufficient to hold whatever it was writing, but now it is not, so it fills the volume and the jobs have to be cancelled thereby causing nightly exports to fail.

Any clues? Scripts is below.

(1) exp_dpr1.sh
sundb01:/lvo295/dpr1/scripts >more exp_dpr1.sh
#!/usr/bin/ksh
#
#Revisions
DATE=$(date +%Y%m%d%H%M)
. ./.profile
cd /arlogs
exp userid=***** buffer=500000 full=y compress=y indexes=y \
file=/lvo195/dpr1/exp/exp_dpr1$DATE.dmp \
log=/lvo195/dpr1/exp/exp_dpr1$DATE.log \
rows=y grants=y direct=y consistent=y
gzip /lvo195/dpr1/exp/exp_dpr1$DATE.dmp