jcs.errorfile

on-site-related topic PL/SQL API jcs.errorfile

Summary

Returns the name of the error-file of the job.

Exceptions

Specification

Copy
function errorfile(job_id in number)
    return varchar2

Parameters

  • job_id - the ID of the job
  • returns varchar2 -

Transaction keyword

The transaction keyword defines how and/or when the changes are committed to the database. A definition of the various transaction keywords can be found on the jcs package summary page.

none

See Also

  • jcs_jobs (not implemented).