Page History
...
- The
std_out_output
order variable contains the messages spooled to the stdout channel by PL/SQL.
Cancellation
The following operations are available:
- The cancel operation is applied to the order, not to the PLSQLJob. In case of cancellation the job will continue until completion and the order will be put in the failed state.
- The cancel/kill operation is applied to the order and to the job. The PLSQLJob will be killed, the database connection will be closed and the DBMS session will be terminated. The order will be put in the failed state.
- The DBMS decides about rolling back transactions when closing the client session.
Further Resources
- JS7 - JITL SQLPLUSJob
- JS7 - JITL SQLExecutorJob
- JS7 - JITL Common Parameters
- JS7 - Job Resources
- JS7 - Use of Credential Store with JITL Jobs
...
Overview
Content Tools