(echo truncate table log\; | sqlplus -s scott/tiger)&
(echo exec dining_philosophers.add_philosopher\(0,true,3,60\) | sqlplus -s scott/tiger)&
(echo exec dining_philosophers.add_philosopher\(1,true,3,60\) | sqlplus -s scott/tiger)&
(echo exec dining_philosophers.add_philosopher\(2,true,3,60\) | sqlplus -s scott/tiger)&
(echo exec dining_philosophers.add_philosopher\(3,true,3,60\) | sqlplus -s scott/tiger)&
(echo exec dining_philosophers.add_philosopher\(4,true,3,60\) | sqlplus -s scott/tiger)&
(sqlplus -s scott/tiger @philosophers_report)&