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

Find Method Runtime Errors

Find method runtime errors occur when the system cannot evaluate a find expression. Such errors are rare. When one occurs, the parser might have generated incorrect code.

Find Method Runtime Errors

Constant
Value
Description
OERROR_INSTR
4516
Internal error: Invalid instruction
OERROR_STACK
4517
Internal error: Stack over/under-flow
OERROR_CONVERT
4518
Invalid type conversion
OERROR_DATA
4519
Invalid datatype
OERROR_SQLFUNC
4520
SQL function missing argument
OERROR_COMP
4521
Invalid comparison
OERROR_SQLEXEC
4522
Select from dual failed
OERROR_SQLTYPE
4523
Invalid datatype in Select from dual