linux 後臺執行sql指令碼
cat tmp_xf_fb.sh
#!/bin/sh
export ORACLE_SID=newcrm
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2
export PATH=$HOME/bin:$ORACLE_HOME/bin:/sbin:/bin:/usr/sbin:$PATH
export ORACLE_TERM=xterm
export NLS_LANG="AMERICAN_AMERICA.zhs16gbk"
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
export LD_ASSUME_KERNEL=2.4.19
#. /home/oracle/.bashrc
date
$ORACLE_HOME/bin/sqlplus -S fbadmin/fbadmin <
exit;
EOF
date
------------------
[oracle@crmtest worksh]$ nohup ./tmp_xf_fb.sh 0 &
[1] 10683
[oracle@crmtest worksh]$ nohup: appending output to `nohup.out'
[oracle@crmtest worksh]$ jobs
[1]+ Running nohup ./tmp_xf_fb.sh 0 &
[oracle@crmtest worksh]$ jobs
[1]+ Done nohup ./tmp_xf_fb.sh 0
------nohup.out
Wed Sep 24 10:12:59 CST 2008
old 1: call fbadmin.SP_FEEDBACK_ALLSUM_DB1(&1)
new 1: call fbadmin.SP_FEEDBACK_ALLSUM_DB1(0)
Call completed.
Wed Sep 24 10:13:07 CST 2008
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29440247/viewspace-1208338/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux 後臺執行 PHP 指令碼LinuxPHP指令碼
- 指令碼後臺執行指令碼
- Linux後臺執行指令碼命令之nohupLinux指令碼
- 執行python指令碼後臺執行Python指令碼
- python指令碼後臺執行Python指令碼
- mybatis執行sql指令碼MyBatisSQL指令碼
- SQL SERVER執行指令碼SQLServer指令碼
- windows bat指令碼 後臺執行目標exeWindowsBAT指令碼
- nohup在後臺常駐執行php指令碼PHP指令碼
- run sql in the backgroud 後臺執行sqlSQL
- Linux後臺執行Linux
- 後臺執行SQL語句(oracle)SQLOracle
- Linux 後臺執行命令Linux
- linux命令後臺執行Linux
- linux後臺執行-nohupLinux
- linux程式前臺-後臺執行Linux
- Linux管理指令碼之自動執行指令碼Linux指令碼
- CMD 執行大檔案SQL指令碼SQL指令碼
- MySQL 5.5 執行指令碼中的SQLMySql指令碼
- Linux jar包 後臺執行LinuxJAR
- Linux 命令的後臺執行Linux
- Linux 定時執行指令碼、命令Linux指令碼
- Linux定時執行.sh指令碼Linux指令碼
- Linux下如何執行Shell指令碼Linux指令碼
- Linux 下後臺執行和按照守護程式方式後臺執行的坑Linux
- 讓.py程式後臺執行(Linux)Linux
- Linux程式後臺執行實踐Linux
- [linux] 使用Screen後臺執行命令Linux
- Linux nohup:後臺不掛起命令(後臺執行命令)Linux
- 後臺執行
- MySQL執行外部sql指令碼檔案的命令MySql指令碼
- shell指令碼linux命令連續執行指令碼Linux
- XYHCMS 3.6 後臺程式碼執行漏洞
- 【OS】Linux命令如何放到後臺執行Linux
- linux後臺執行和關閉、檢視後臺任務Linux
- 執行shell指令碼指令碼
- 指令碼執行方式指令碼
- linux下rman增量備份指令碼以及指令碼自動執行Linux指令碼