Forum Discussion

ricardo_moura's avatar
ricardo_moura
Occasional Contributor
5 years ago
Solved

execute oracle script from JDBC teststep

hello,   i have below script to execute on oracle database: DECLARE v_sender NUMBER (20,0):= 10000000000001; BEGIN DELETE FROM table_A where key_field between 10000000000001 and 10000000000050;...
  • ricardo_moura's avatar
    5 years ago

    l solve adding "COMMIT;" between end loop; and END;