Daily Useful Examples
English Version | ||
$ nohup sqlplus $UP @update_data.sql &
[1] 294427
>rmsepsup:orarmsps@ed1qdb02.tjx.com> nohup: ignoring input and appending output to `nohup.out'
$ ps -ef | grep -i update_data.sql
orarmsps 294427 80866 93 05:30 pts/1 00:00:16 sqlplus @update_data.sql
orarmsps 295439 80866 0 05:31 pts/1 00:00:00 grep -i update_data.sql
$ kill -9 294427
$ ps -ef | grep -i update_data.sql
orarmsps 331311 80866 0 05:34 pts/1 00:00:00 grep -i update_data.sql
[1]+ Killed nohup sqlplus $UP @update_data.sql
Versao Portuguesa | |
Comments