Hi,

In one of the shell script, nohup command used to connect to the SQLPLUS from the Operating System as follows

nohup sqlplus -s /nolog @staging1.sql ${WORK_SCHEMA} ${WORK_PWD} ${WORK_SID} ${DATE_MARK}

Whats the purpose of the "nohup" command ?

Operating Sysytem : Solaris
Databse : Oracle 9i

Thank you in advance

Srinivas Medukonduru