后台执行
nohup 让程序永远后台执行
then
exp $user/$passwd@$ORACLE_SID inctype=complete file=$data log=$log feedback=100000 buffer=65536
else
[ $time = "Tue" ]
exp $user/$passwd@$ORACLE_SID inctype=incremental file=$data log=$log feedback=100000 buffer=65536
****** //类似
运行:
[oracle@eagle proc]$ nohup ./exp.sh &
[1] 7211
nohup: appending output to `nohup.out'
[oracle@eagle proc]$