Background Job GeneratorIFS Helper

Turn an anonymous PL/SQL script into a downloadable IFS background job launcher.

Overview

The launcher carries your PL/SQL source in deferred jobs, then posts one executor job to reconstruct and run the block. Generation happens in your browser.

Queue and chunk controls

Set the queue ID, runtime batch prefix, description, and carrier size.

Downloadable SQL

Review the generated script before running it in your IFS environment.

Source hashes

The file records SHA-256 hashes for the original source and executed block.

The file is read in your browser. You can also paste or edit the script below.

End the block with END;. A trailing / is optional.

Job options

Appended to each IFS Background Jobs description. The full job description must fit in 200 UTF-8 bytes.

Identifies this run in IFS Background Jobs. Leave blank to use the uploaded filename, or SCRIPT for pasted text. Use A-Z, 0-9 and hyphens, up to 24 characters.

Generated launcher

Load or paste a script, choose the job options, then generate the SQL file.

Review before running

Running the generated SQL posts jobs and executes your block. Check the source, queue ID, permissions, and API availability in your target IFS version first.