Hi
I have created a series of menus to execute korn scripts that run Oracle SQL commands on a database. At the moment it is running the scripts in the foregound 'interactively', which locks the session.
What I want to do is to be able to run these scripts in a background process without any dependancy on the submitting session. This is so you can submit the script and log off or do something else. I have tried using &&, am I on the right track or do I need to do something like an at command?
Thanks for your helpd
Phil.
I have created a series of menus to execute korn scripts that run Oracle SQL commands on a database. At the moment it is running the scripts in the foregound 'interactively', which locks the session.
What I want to do is to be able to run these scripts in a background process without any dependancy on the submitting session. This is so you can submit the script and log off or do something else. I have tried using &&, am I on the right track or do I need to do something like an at command?
Thanks for your helpd
Phil.