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
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
plsqlTopic
onsiteTopic