Background Execution Output

Each background execution creates a folder in OCI Object Storage that contains the execution source, metadata, and result files.

File Description
source.sql (For JavaScript, it becomes source.js) A copy of the SQL Worksheet content that was executed.
result.json A file that contains execution metadata, execution status, column definitions, errors, DBMS_OUTPUT, and PL/SQL messages.
resultSet_<Statement _ID>.json Contains the result set for a statement in JSON format.
resultSet_<Statement_ID>.csv Contains the result set for a statement in CSV format when CSV output is selected.

For scripts containing multiple SQL statements, a separate result file is created for each statement.