首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

靠山执行

2014-04-23 
后台执行nohup 让程序永远后台执行  then   exp $user/$passwd@$ORACLE_SID inctypecomplete file$data

后台执行
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]$

热点排行