Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Oracle Collection Errors

Oracle Collection Errors

Constant
Value
Description
OERROR_COLLINSTNULL
5196
Operation on NULL Oracle collection has failed. See IsNull property on OraCollection
OERROR_NOELEMENT
5197
Element does not exist for given index
OERROR_INVINDEX
5198
Invalid collection index is specified
OERROR_NODELETE
5199
Delete operation is not supported for VARRAY collection type
OERROR_SAFEARRINVELEM
5200
Variant SafeArray cannot be created from the collection having non-scalar element types