NMP-00000 normal, successful completion
Description:
NMP-00000 normal, successful completion
Cause:
An operation has completed normally, having met no exceptions.
Description:
NMP-00000 normal, successful completion
Cause:
An operation has completed normally, having met no exceptions.
Description:
NMP-00001 value too big
Cause:
The SNMP program interface received a value too large for it to process. This error is usually displayed underneath an error which describes in more detail the value which caused the problem.
Description:
NMP-00002 no such SNMP variable name
Cause:
An SNMP request was not processed because the one or more of the variable names in the request does not exist. This error is not normally visible to the user except in a trace file, where it is usually part of a “soft” error condition which is normal.
Description:
NMP-00003 bad SNMP variable value
Cause:
The SNMP program interface received a variable value which has an unsupported data type. This error may occur if a standard SNMP network monitor is sending requests to an Oracle service through an SNMP-to-TNS gateway, and that service cannot understand the requests.
Description:
NMP-00004 SNMP variable is read only
Cause:
An attempt was made to change a variable value at a remote server, and that variable is read only. This error is usually displayed underneath an error which describes the problem in more detail.
Description:
NMP-00005 general SNMP error
Cause:
An SNMP error occurred which did not fall under the heading of any other more specific error condition. This error may occur if a standard SNMP network monitor is sending requests to an Oracle service through an SNMP-to-TNS gateway, and that service cannot understand the requests.
Description:
NMP-00006 uninitialized SNMP context
Cause:
An internal function attempted to use an uninitialized SNMP handle.
Description:
NMP-00007 I/O failure
Cause:
The SNMP program interface attempted to send or receive an SNMP request and was unable to do so because of a network failure of some sort. This error is usually displayed underneath an error which describes the problem in more detail. The problem typically occurs when a control program is attempting to communicate with a service and either that service has unexpectedly terminated or the network path between the control program and the service has been interrupted.
Description:
NMP-00008 SNMP message has incorrect version, version 0 is required
Cause:
The SNMP program interface received a protocol request with an illegal version number. This error may occur if a standard SNMP network monitor is sending malformed requests to an Oracle service through an SNMP-to-TNS gateway.
Description:
NMP-00009 SNMP initialization failure
Cause:
The SNMP program interface could not be initialized, either because its error message file could not be found, or because there is a malformed SNMP.COMMUNITIES parameter value in the parameter table.