Hi,
I know this might be the wrong forum to ask, but since I haven't gotten any answers in the other forum I posted this question in I try anyway:
I have a table with a field that contains description of ongoing operations. This is a LONG data type field (bear with me, I'm not well into all the correct terminology..).
I want to search this field for occurrences of spesific words. I've done this in Access, syntax is like this:
WHERE OPSUM.OPER LIKE "*word*"
But i want to do the same thing in the oracle database. I've tried different syntaxes (i.e replacing "* with other symbols like '%) but all I get is different variants of this error message: ORA-0932: Inconsistent data types.
So, does anyone know of a simple way of searching an text string in a LONG data type field in an oracle db for spesific words?
thanks
Kjell
I know this might be the wrong forum to ask, but since I haven't gotten any answers in the other forum I posted this question in I try anyway:
I have a table with a field that contains description of ongoing operations. This is a LONG data type field (bear with me, I'm not well into all the correct terminology..).
I want to search this field for occurrences of spesific words. I've done this in Access, syntax is like this:
WHERE OPSUM.OPER LIKE "*word*"
But i want to do the same thing in the oracle database. I've tried different syntaxes (i.e replacing "* with other symbols like '%) but all I get is different variants of this error message: ORA-0932: Inconsistent data types.
So, does anyone know of a simple way of searching an text string in a LONG data type field in an oracle db for spesific words?
thanks
Kjell