Feature Request

morphman

Member
Hi

After using this product in anger for the past 6 months, it is the best thing I have ever used for Oracle development.

However, I would like to be able to execute a test script, that can kick off multiple sessions

eg:-
-- run in sequence
run_sctip1.sql
run_script2.sql
-- run 5 scripts in parallel (new sessions)
run_script3.1.sql
run_script3.2.sql
run_script3.3.sql
run_script3.4.sql
run_script3.5.sql

-- wait for previous 5 to finish
run_script4.sql

If anyone knows a product (pref freeware) that can already do this, that would be fantastic.

we are using oracle 8.1.7.
 
Just out of curiosity: what is the purpose of running these scripts parallell? Performance? Or is it a stress test?
 
Back
Top