Bug in UnIDAC / Oracle?
Posted: Sat 29 Aug 2009 09:03
If I try to open this UniQuery on an oracle 10g database:
"SELECT VIEW_NAME FROM ALL_VIEWS WHERE TEXT LIKE '%MY_TABLE%'"
I get the following error:
"# ORA-00932: Inconsistent data types: got NUMBER instead of LONG"
(manually translated from german to english, so it might differ a little bit)
Is this an oracle bug or an unidac bug? Using "SELECT VIEW_NAME,TEXT FROM ALL_VIEWS WHERE ROWNUM < 2" works ok...
Greetz
Detlev Moehring
"SELECT VIEW_NAME FROM ALL_VIEWS WHERE TEXT LIKE '%MY_TABLE%'"
I get the following error:
"# ORA-00932: Inconsistent data types: got NUMBER instead of LONG"
(manually translated from german to english, so it might differ a little bit)
Is this an oracle bug or an unidac bug? Using "SELECT VIEW_NAME,TEXT FROM ALL_VIEWS WHERE ROWNUM < 2" works ok...
Greetz
Detlev Moehring