You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
781 B
SQL
26 lines
781 B
SQL
delete from batch_job_execution_context;
|
|
delete from batch_job_execution_params;
|
|
delete from batch_step_execution_context;
|
|
delete from batch_step_execution;
|
|
delete from batch_job_execution;
|
|
delete from batch_job_instance;
|
|
|
|
delete from batch_step_execution_seq;
|
|
delete from batch_step_execution_seq;
|
|
delete from batch_job_execution_seq;
|
|
delete from batch_job_seq;
|
|
commit;
|
|
|
|
select * from batch_job_execution_context;
|
|
select * from batch_job_execution_params;
|
|
select * from batch_step_execution_context;
|
|
select * from batch_step_execution;
|
|
select * from batch_job_execution;
|
|
select * from batch_job_instance;
|
|
|
|
select * from batch_step_execution_seq;
|
|
select * from batch_step_execution_seq;
|
|
select * from batch_job_execution_seq;
|
|
select * from batch_job_seq;
|
|
|
|
select * from lock_table; |