Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 94
Figure 4-1, the node labeled

mib(1)

Should read:

mib-2(1)

Anonymous 
Printed Page 105-106
Example 4-4, lines 2, 7, 12, 17, 22, 27, 32, 37

should be the seven occurances of
"wiseTable.wiseEntry.wiseEntry" to
"wiseTable.wiseEntry.wiseIndex"

Anonymous  Jun 1998
Printed Page 190
paragraph 1, line 3: should be "Creativeness" to

"CreateEvent"

Anonymous  Jun 1998
Printed Page 190
Example 6-3, line 4: should be

UINT OID_Prefix[] = { 1, 3, 6, 1, 4, 1, 2035, 1, 10 };

to

UINT OidPrefix[] = { 1, 3, 6, 1, 4, 1, 2035, 1, 10 };

Anonymous  Jun 1998
Printed Page 191
Example 6-3, line 16: should be

*pSupportedView = MIB_OidPrefix;

to

*pSupportedView = OidMibPrefix;

Anonymous  Jun 1998
Printed Page 258
Example 7-9, lines 29-31: should be

pMibPtr = &OraAgentMib[i];
SnmpUtilOidCpy( &pVarBind->name, &MibOidOraAgent );
SnmpUtilOidAppend( &pVarBind->name, &pMibPtr->Oid );
to
pMibPtr = &OraAgentMib[i];
SnmpUtilOidFree( &pVarBind->name);
SnmpUtilOidCpy( &pVarBind->name, &MibOidOraAgent );
SnmpUtilOidAppend( &pVarBind->name, &pMibPtr->Oid );

Anonymous  Jun 1998
Printed Page 279
Figure 8-7 was replaced with the correct figure.

(The figure that appeared as Figure 8-7 is actually Figure 8-8.)

Anonymous  Jun 1998
Printed Page 281
Figure 8-8 was replaced with correct figure,

which mistakenly appeared as Figure 8-7, page 279.

Anonymous  Jun 1998