Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

Oracle LOB Errors

Oracle LOB Errors

Constant
Value
Description
OERROR_INVPOLLPARAMS
4896
Invalid polling amount and chunksize specified for OraBLOB, OraCLOB, OraNCLOB read/write operation.
OERROR_INVSEEKPARAMS
4897
Invalid seek value is specified for LOB read/write operation.
OERROR_LOBREAD
4898
Read operation failed
OERROR_LOBWRITE
4899
Write operation failure
OERROR_INVCLOBBUF
4900
Input buffer type is not string for CLOB write operation
OERROR_INVBLOBBUF
4901
Input buffer type is not bytes for BLOB write operation
OERROR_INVLOBLEN
4902
Invalid buffer length for LOB write operation
OERROR_NOEDIT
4903
Write, Trim ,Append, Copy operation is allowed outside the dynaset edit
OERROR_INVINPUTLOB
4904
Invalid input LOB for bind operation
OERROR_NOEDITONCLONE
4905
Write, Trim, Append, Copy is not allowed for clone LOB object
OERROR_LOBFILEOPEN
4906
Specified file could not be opened in LOB operation
OERROR_LOBFILEIOERR
4907
File Read or Write failed in LOB Operation.
OERROR_LOBNULL
4908
Operation on NULL LOB has failed. See IsNull (OraLOB/BFILE) property on OraBlob, OraClob, and OraBFile Object.


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents