jcs.get_setuser

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

Summary

Get username that was used to override the requestor for whom jobs are to be submitted using jcs.setuser.

After jcs.setuser is called, jcs.get_setuser will return the username that was specified.

Specification

Copy
function get_setuser()
    return 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