Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

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


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents