Becker, Holger wrote:

hello!

This sounds like a unknown bug.

Could you please provide more information especially the table and index definition
and the output of the explain statement.

yes, i'll do that in a minute off-list. the table schema is too embarrasing to show it in public :)


Dropping or disableing (alter index <idxname> on <tabname> disable) the index should be a workaround.

i worked around my doing


select max(length(column&'')) from table

...which worked.
thanks so far,
        Raimund

--
Pinuts media+science GmbH                 http://www.pinuts.de
Raimund Jacob                             [EMAIL PROTECTED]
Potsdamer Str. 96                         voice : +49 30 59 00 90 322
10785 Berlin                              fax   : +49 30 59 00 90 390
Germany

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to