PL/SQL API jcs_snmp.generate_trap
Summary
Send a trap to the SNMP monitor.
Specification
procedure generate_trap(trapid in number,
trapdata in varchar2,
timeout in number default null)
Parameters
- trapid - the trapid has no other restriction than that it must be positive number
- trapdata - the trapdata layout of is free, but its length should be no larger than 255 bytes.
- timeout - timeout for the dbms_pipe.send_message. If not used, the database default will be used.
plsqlTopic
onsiteTopic