Hi all,
i have a problem querying a Oracle spatial database (10 & 11) regarding
some specific tables. I receive the message below if i use an SQLEXECUTOR.
---------------------------
SQL Query Error
---------------------------
<b>Failed to execute the SQL Query.</b><p><p>Could not understand type
information: type=101, size=8, scale=0, precision=0
[INFORM]: ORACLE Reader: Using Classic geometry.
[ERROR]: Could not understand type information: type=101, size=8,
scale=0, precision=0
[INFORM]: ORACLE Reader: Executing SQL Statement `Select * From
BUILDING' to obtain features for feature type `QFMEReader_SqlQuery'
[ERROR]: Unable to define column number 13: error was `ORA-01024:
invalid datatype in OCI call'. (serverType=`ORACLE8i',
serverName=`*****', userName=`******', password=`***', dbname=`')
Column 13 contains values such as 52.12356, so double values.
My assumption is, that each table containing the datatype BINARY_DOUBLE
will produce this error. Any hints how to avoid this, except of dropping
the specific column?
Kind regards
Thomas