INSERT INTO BATCH_STEP_EXECUTION_SEQ (ID, UNIQUE_KEY) select * from (select 0 as ID, '0' as UNIQUE_KEY) as tmp where not exists(select * from BATCH_STEP_EXECUTION_SEQ); ...
If you have a working environment where you do not have access to the production database, it can be a nightmare for you to get an error for a batch job. You are ...