jcs.is_event_raised

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

Summary

Get the status of an event.

Privileges

you need to be able to see the event

Specification

Copy
function is_event_raised(event_partition in varchar2,
event_name in varchar2)
    return varchar2

Parameters

  • event_partition - Partition of the event
  • event_name - name of the event
  • returns varchar2 - 'Y' (event raised) or 'N' (event not raised)

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