i am unable to run sql script(saved in file) in background using sqlcl , but it run fines normally . i tried different solution provided on web but nothing worked . any help on this would be appreciated.
Solutions which i tried are as below .
nohup ksh xyz.ksh 1>/dev/null 2>2018090123181_xyz.log &
same works fine with sqlplus.
Errors i get :
Stopped (tty output)
when i look for detailed processes it holds of at i get below .
pts/10 00:00:00 sh -c stty -icanon min 1 -icrnl -inlcr -ixon < /dev/tty
pts/10 00:00:00 stty -icanon min 1 -icrnl -inlcr -ixon
any fixable solution for this ?