jcs_snmp.sendtrap

on-site-related topic PL/SQL API jcs_snmp.sendtrap

Summary

Send a trap to the SNMP monitor.

Specification

Copy
procedure sendtrap(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.