Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

Test

PL/SQL Syntax

function Test

     (p_event_name in varchar2) return varchar2;

Description

Tests whether the specified event is enabled and whether there are any enabled subscriptions by the local system referencing the event, or referencing an enabled event group that contains the event. Test() returns the most costly data requirement among these subscriptions, using the following result codes:

Arguments (input)

p_event_name The internal name of the event.


         Previous  Next          Contents  Index  Glossary