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