How changing sql script while running ?
My sql script is running executed in background by sqlplus
nohup sqlplus "......." @mysqlscript.sql &
script has several command
mysqlscript.sql:
command1
command2
command3
they took a lot to run
as last command will end when I'm not at work I would add some other command after that, in order to gain time
is it possible to modify my sql script on the fly ?