Jump to content

BINARY_DOUBLE not read by spotfire


prashchoudhary

Recommended Posts

Hi,

I am getting below error while creating information link having BINARY_DOUBLE data type in Oracle.Is BINARY_DOUBLE not supported by spotfire.Is there an alternate solution.

Spotfire version : 14.1.0 2007-2023 Cloud software Group

InformationModelException at Spotfire.Dxp.Data:
Failed to execute query: Unsupported JDBC data type in query result: BINARY_DOUBLE (HRESULT: 80131500).Thanks You.

 

Link to comment
Share on other sites

hello prashchoudhary

hm, i've looked in our support database and Spotfire supports BINARY_DOUBLE since version 3.1. one other cause for this error could be the Oracle client: the instant client may not support BINARY_DOUBLE. you can try to use a different Oracle client and see if the error resolves.

another thing you can try is to change the data type in the query. example:

SELECT
  CAST(my_binary_double_column AS NUMBER)
...

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...