PL/SQL API jcs.operator_reply
Summary
Send a reply to someone's jcs.operator_message call.
An error is raised if the reply is not valid according to the check specified in the jcs.operator_message call.
Exceptions
Specification
procedure operator_reply(job_id in number,
text in varchar2)
Parameters
- job_id - the ID of the job that asks for the reply; it has the CONSOLE status
- text - the text of the reply
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.
commits
See Also
plsqlTopic
onsiteTopic