Kbase P19378: Error 893 occurs when doing a FIND against a LONG column in ORACLE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1C
Progress 9.1D
Oracle DataServer
SYMPTOM(s):
Running a FIND for a record where the long column contains about 19500 characters long results in error 893
SYSTEM ERROR: strent request for more than 32K. (893)
FIND <LONG column>
Core dump occurs
CAUSE:
BUG# 20020502-001
FIX:
Upgrade to 10.0A or later.
If you cannot upgrade, then you can use the following workaround:
run a FOR EACH NO-LOCK prior to the FIND.