Hi friends,
I am kicking off two sql scripts at a time::
nohup db2 -tvf script1.sql &//contains RUNSTATS on tables for SAMPLE database
nohup db2 -tvf script2.sql &// contains a simple connect to database command
I was surprised to notice that script2.sql is waiting for script1.sql to finish...Any idea why there is no parallelism in execution here....FYI the OS i use is linux..Thanks