I issued a wait command in a parent UNIX script and this waits for 15 - 20 background child processes. The child processes login to Oracle database and load data through SQL LOADER. This was working before on Linux and then it was moved to Solaris. It worked fine. But yesterday I noticed that the 'wait' command was NOT waiting for the child processes to complete. IF any of you know possible reasons for failure,please let me know. There are no error messages... The 'wait' command completes with exit code zero.
Thanks
Lokesh
Thanks
Lokesh