Re: Problem matching against Oracle CLOB
Re: Problem matching against Oracle CLOB
- Subject: Re: Problem matching against Oracle CLOB
- From: "John Boynton" <email@hidden>
- Date: Wed, 09 Apr 2003 15:11:38 -0700
Kaj,
Thanks for the tips on Oracle Intermedia. The first link you posted
reminded me about EOSQLQualifier, which enables the workaround by using
LIKE instead of CONTAINS, so I got a qualifier working this way without
using Oracle Intermedia.
But now, when I do a raw-row fetch on the entity, the CLOB attribute
values come back null instead of what's really in the database. So, what
external data type do you use for strings larger than 4K? Are you able to
do raw-row fetches with the data type that you use, as well as qualify
that column in fetches?
Thanks,
John
email@hidden writes:
>
>You need to use Oracle Itermedia (or Oracle Intermedia Text or Oracle
>Text or whatever they call it. They change the name of this feature
>for each new Oracle relase ;-)
>
>See
>
><url:http://developer.apple.com/techpubs/webobjects/WebObjects_5/Topics/ProgrammingTopics.3a.html>
>
>(a few years ago Oracle Itermedia was called Oracle Context)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.