| Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Find method parser errors occur when the parser cannot parse the expression (find clause) in a Find method. These errors specify what part of the expression caused the error.
Find Method Parser Errors
| Constant |
Value |
Description |
|---|---|---|
| OERROR_STOVER |
4496 |
Stack overflow. |
| OERROR_SYNTAX |
4497 |
Syntax error |
| OERROR_MISPLC |
4498 |
Misplaced parenthesis |
| OERROR_MISQTE |
4499 |
Misplaced quotation marks |
| OERROR_MISPAR |
4500 |
WARNING: Missing closing parenthesis |
| OERROR_EXPCTD |
4501 |
Usually open parentheses expected |
| OERROR_PRSERR |
4502 |
Unknown parser error condition |
| OERROR_DUMMY |
4503 |
Syntax not supported |
| OERROR_INVCOL |
4504 |
Invalid column name |
| OERROR_TOKEN |
4505 |
Maximum token size exceeded in token. |
| OERROR_COLTYPE |
4506 |
Unsupported data type |
| OERROR_UNXPTD |
4507 |
Unexpected token found. |
|
|
![]() Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|